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

14 lines
340 B
Text

{
"itemName" : "hamsandwich",
"price" : 0,
"rarity" : "Common",
"category" : "preparedFood",
"inventoryIcon" : "hamsandwich.png",
"description" : "Whoever thought to stick ham between two slices of bread was a genius.",
"shortdescription" : "Ham Sandwich",
"handPosition" : [-2, 4],
"effects" : [ [
"wellfed"
] ]
}