Skip to content

Commit d878a22

Browse files
committed
Gas Sac Food & Rot
1 parent dc02e84 commit d878a22

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

data/json/items/generic.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,17 +299,22 @@
299299
{
300300
"type": "GENERIC",
301301
"id": "mutant_bug_hydrogen_sacs",
302-
"category": "spare_parts",
302+
"category": "COMESTIBLE",
303+
"comestible_type": "FOOD",
303304
"symbol": "o",
304305
"color": "light_gray",
305306
"name": { "str": "cluster of gas sacs", "str_pl": "clusters of gas sacs" },
306307
"description": "This is a cluster of membranous bubbles, each about the size of a grape, retrieved from inside a mutant insect. They float like tiny helium balloons - perhaps they are full of a lighter-than-air gas.",
307308
"price": 0,
308309
"material": [ "flesh" ],
310+
"spoils_in": "8 hours",
309311
"flags": [ "NO_SALVAGE" ],
310312
"weight": "50 g",
311313
"volume": "250 ml",
312-
"to_hit": -4
314+
"flags": [ "RAW" ],
315+
"vitamins": [ ],
316+
"to_hit": -4,
317+
"fun": -25
313318
},
314319
{
315320
"type": "GENERIC",

0 commit comments

Comments
 (0)