v1.4.4
This commit is contained in:
commit
9c94d113d3
10260 changed files with 1237388 additions and 0 deletions
18
attic/items/generic/food/jelly.consumable
Normal file
18
attic/items/generic/food/jelly.consumable
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"itemName" : "jelly",
|
||||
"price" : 0,
|
||||
"rarity" : "Common",
|
||||
"category" : "food",
|
||||
"inventoryIcon" : "jelly.png",
|
||||
"description" : "A slime based dessert.",
|
||||
"shortdescription" : "Jelly",
|
||||
"effects" : [ [
|
||||
{
|
||||
"effect" : "jumpboostfood",
|
||||
"duration" : 30
|
||||
}
|
||||
] ],
|
||||
"blockingEffects" : [
|
||||
"wellfed"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue