Skip to content

Commit

Permalink
red snow change
Browse files Browse the repository at this point in the history
uses red stim buff. matches duration to input. no longer stacks with red stim.
  • Loading branch information
Kherae committed Oct 13, 2023
1 parent 1d6f5a9 commit fc0cd62
Showing 1 changed file with 17 additions and 11 deletions.
28 changes: 17 additions & 11 deletions items/generic/desserts/redsnow.consumable
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
{
"itemName" : "redsnow",
"rarity" : "Common",
"price" : 25,
"inventoryIcon" : "redsnow.png",
"description" : "Slow, long-lasting healing in convenient popsicle format. \n^green;Heal ^white;31.5% ^green;HP ^gray;over ^white;1m^reset;",
"category":"food",
"shortdescription" : "Red Snow",
"handPosition" : [0, 4],
"effects" : [ [
"regeneration01"
] ]
"itemName": "redsnow",
"rarity": "Common",
"price": 330,
"inventoryIcon": "redsnow.png",
"description": "Three red stimpacks, in a long-lasting popsicle form.\n^green;Heal ^white;3.3% ^green;HP^gray;/S for ^white;3m^reset;",
"category": "food",
"shortdescription": "Red Snow",
"handPosition": [0,4],
"effects": [
[
{
"effect": "redstim",
"duration": 180
}
]
],
"blockingEffects": ["redstim"]
}

0 comments on commit fc0cd62

Please sign in to comment.