Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gas Sac's shouldn't be 'Spare Parts', and should rot, try two. #60448

Merged
merged 4 commits into from
Aug 28, 2022
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions data/json/items/generic.json
Original file line number Diff line number Diff line change
Expand Up @@ -297,19 +297,22 @@
"bashing": 1
},
{
"type": "GENERIC",
"type": "COMESTIBLE",
"id": "mutant_bug_hydrogen_sacs",
"category": "spare_parts",
"comestible_type": "FOOD",
"symbol": "o",
"color": "light_gray",
"name": { "str": "cluster of gas sacs", "str_pl": "clusters of gas sacs" },
"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.",
"price": 0,
"material": [ "flesh" ],
"spoils_in": "8 hours",
"flags": [ "NO_SALVAGE" ],
"weight": "50 g",
"volume": "250 ml",
"to_hit": -4
"vitamins": [ ],
chrispikula marked this conversation as resolved.
Show resolved Hide resolved
"to_hit": -4,
"fun": -25
},
{
"type": "GENERIC",
Expand Down