Skip to content

Commit

Permalink
Merge pull request #3507 from Kherae/master
Browse files Browse the repository at this point in the history
red snow change
  • Loading branch information
Kherae authored Oct 13, 2023
2 parents a41f023 + fc0cd62 commit 2eba2a4
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 2eba2a4

Please sign in to comment.