Skip to content

Commit

Permalink
Merge pull request CleverRaven#50107 from LaVeyanFiend/ThiccLichen
Browse files Browse the repository at this point in the history
[Aftershock] Increase volume/weight of lichen, fix processing not neutralizing toxins
  • Loading branch information
ZhilkinSerg authored Jul 21, 2021
2 parents fb6455f + b05f974 commit 4199b64
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions data/mods/Aftershock/items/comestibles/alienfood.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": "yum_lichen",
"type": "COMESTIBLE",
"name": { "str": "clump of lichen", "str_pl": "clumps of lichen" },
"weight": "10 g",
"weight": "120 g",
"color": "red",
"use_action": [ "BLECH" ],
"comestible_type": "FOOD",
Expand All @@ -13,16 +13,17 @@
"quench": 15,
"description": "A clump of moist squishy lichen. You get the impression that it might not be the safest thing to eat considering how it makes your hand tingle.",
"price": "20 cent",
"volume": "5 ml",
"volume": "80 ml",
"charges": 3,
"fun": -8,
"vitamins": [ [ "calcium", 5 ], [ "iron", 12 ], [ "vitA", 20 ], [ "vitC", 56 ], [ "mutant_toxin", 25 ] ]
"vitamins": [ [ "calcium", 5 ], [ "iron", 12 ], [ "vitA", 20 ], [ "vitC", 56 ], [ "mutant_toxin", 25 ] ],
"flags": [ "RAW" ]
},
{
"id": "yum_lichen_extra",
"type": "COMESTIBLE",
"name": { "str": "clump of processed lichen", "str_pl": "clumps of processed lichen" },
"weight": "10 g",
"weight": "115 g",
"color": "red",
"comestible_type": "FOOD",
"symbol": "%",
Expand All @@ -31,10 +32,11 @@
"quench": 10,
"description": "A clump of squishy lichen, while it isn't as wet as it used to be, your hands no longer tingle holding it.",
"price": "20 cent",
"volume": "5 ml",
"volume": "75 ml",
"charges": 3,
"fun": -3,
"vitamins": [ [ "calcium", 5 ], [ "iron", 12 ], [ "vitA", 20 ], [ "vitC", 56 ], [ "mutant_toxin", 25 ] ]
"vitamins": [ [ "calcium", 5 ], [ "iron", 12 ], [ "vitA", 20 ], [ "vitC", 56 ] ],
"flags": [ "NUTRIENT_OVERRIDE" ]
},
{
"id": "frost_human_flesh",
Expand Down

0 comments on commit 4199b64

Please sign in to comment.