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

13 lines
301 B
Text

{
"itemName" : "vegetablesoup",
"rarity" : "Common",
"price" : 0,
"category" : "preparedFood",
"inventoryIcon" : "vegetablesoup.png",
"description" : "A hearty, healthy veggie soup.",
"shortdescription" : "Veggie Soup",
"handPosition" : [0, 8],
"effects" : [ [
"wellfed"
] ]
}