Starbound/attic/items/generic/food/jelly.consumable
2025-03-21 22:23:30 +11:00

18 lines
337 B
Text

{
"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"
]
}