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

13 lines
333 B
Text

{
"itemName" : "rottenapple",
"price" : 0,
"rarity" : "Common",
"category" : "food",
"inventoryIcon" : "rottenapple.png",
"description" : "This apple is clearly rotten. It's even got a worm wiggling around in it!",
"shortdescription" : "Rotten Apple",
"handPosition" : [8, 0],
"effects" : [ [
"wellfed"
] ]
}