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

14 lines
332 B
Text

{
"itemName" : "icecream",
"price" : 0,
"rarity" : "Common",
"category" : "preparedFood",
"inventoryIcon" : "icecream.png",
"description" : "I scream, you scream, we all scream for- oh...you get the point.",
"shortdescription" : "Vanilla Ice Cream",
"handPosition" : [2, 2],
"effects" : [ [
"wellfed"
] ]
}