Skip to content

Commit

Permalink
fix: Properly add human flesh vitamins to several comestibles (#5882)
Browse files Browse the repository at this point in the history
Properly add human flesh vitamins
  • Loading branch information
RobbieNeko authored Jan 5, 2025
1 parent 3c04084 commit c4bb054
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 15 deletions.
22 changes: 11 additions & 11 deletions data/json/items/comestibles/carnivore.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"name": "human stomach",
"description": "The stomach of a human. It is surprisingly durable.",
"material": [ "hflesh" ],
"vitamins": [ [ "meat_allergen", 1 ] ]
"vitamins": [ [ "meat_allergen", 1 ], [ "human_flesh_vitamin", 100 ] ]
},
{
"id": "hstomach_large",
Expand All @@ -72,7 +72,7 @@
"name": { "str": "chunk of human fat", "str_pl": "chunks of human fat" },
"description": "Freshly harvested from a human body.",
"material": [ "hflesh" ],
"vitamins": [ [ "meat_allergen", 1 ] ]
"vitamins": [ [ "meat_allergen", 1 ], [ "human_flesh_vitamin", 100 ] ]
},
{
"type": "COMESTIBLE",
Expand All @@ -83,7 +83,7 @@
"price": "5 USD",
"//": "*May* have been commercially traded.",
"material": [ "hflesh" ],
"vitamins": [ [ "meat_allergen", 1 ] ]
"vitamins": [ [ "meat_allergen", 1 ], [ "human_flesh_vitamin", 100 ] ]
},
{
"type": "COMESTIBLE",
Expand Down Expand Up @@ -186,7 +186,7 @@
"name": "mutant humanoid meat",
"description": "Freshly butchered from the body of a heavily mutated creature that was unsettlingly humanoid in appearance. It smells like a failed chemical experiment. You'd have to be crazy or starving to eat this.",
"material": [ "hflesh" ],
"vitamins": [ [ "meat_allergen", 1 ] ]
"vitamins": [ [ "meat_allergen", 1 ], [ "human_flesh_vitamin", 100 ] ]
},
{
"id": "mutant_human_cooked",
Expand Down Expand Up @@ -578,7 +578,7 @@
"fun": -50,
"flags": [ "IS_BLOOD" ],
"drop_action": { "type": "emit_actor", "emits": [ "emit_drop_blood" ], "scale_qty": true },
"vitamins": [ [ "meat_allergen", 1 ] ]
"vitamins": [ [ "meat_allergen", 1 ], [ "human_flesh_vitamin", 100 ] ]
},
{
"type": "COMESTIBLE",
Expand Down Expand Up @@ -750,7 +750,7 @@
"name": { "str": "chunk of mutant humanoid fat", "str_pl": "chunks of mutant humanoid fat" },
"description": "Freshly butchered fat from a heavily mutated humanoid.",
"material": [ "hflesh" ],
"vitamins": [ [ "meat_allergen", 1 ] ]
"vitamins": [ [ "meat_allergen", 1 ], [ "human_flesh_vitamin", 100 ] ]
},
{
"type": "COMESTIBLE",
Expand All @@ -759,7 +759,7 @@
"copy-from": "mutant_tallow",
"description": "A smooth white block of cleaned and rendered fat sourced from a mutant humanoid. It won't rot for a very long time, and can be used as an ingredient in many foods and projects.",
"material": [ "hflesh" ],
"vitamins": [ [ "meat_allergen", 1 ] ]
"vitamins": [ [ "meat_allergen", 1 ], [ "human_flesh_vitamin", 100 ] ]
},
{
"type": "COMESTIBLE",
Expand Down Expand Up @@ -924,7 +924,7 @@
"name": { "str": "boiled large human stomach" },
"description": "A boiled stomach from a large humanoid creature, nothing else. It looks all but appetizing.",
"material": [ "hflesh" ],
"vitamins": [ [ "meat_allergen", 1 ] ]
"vitamins": [ [ "meat_allergen", 1 ], [ "human_flesh_vitamin", 100 ] ]
},
{
"type": "COMESTIBLE",
Expand Down Expand Up @@ -952,7 +952,7 @@
"name": { "str": "boiled human stomach" },
"description": "A small boiled stomach from a human, nothing else. It looks all but appetizing.",
"material": [ "hflesh" ],
"vitamins": [ [ "meat_allergen", 1 ] ]
"vitamins": [ [ "meat_allergen", 1 ], [ "human_flesh_vitamin", 100 ] ]
},
{
"type": "COMESTIBLE",
Expand Down Expand Up @@ -996,7 +996,7 @@
"name": "raw human skin",
"description": "A carefully folded raw skin harvested from a human. You can cure it for storage and tanning, or eat it if you're desperate enough.",
"material": [ "hflesh" ],
"vitamins": [ [ "meat_allergen", 1 ] ]
"vitamins": [ [ "meat_allergen", 1 ], [ "human_flesh_vitamin", 100 ] ]
},
{
"type": "COMESTIBLE",
Expand Down Expand Up @@ -1041,7 +1041,7 @@
"name": "raw human pelt",
"description": "A carefully folded raw skin harvested from a fur-bearing mutant human. It still has the fur attached. You can cure it for storage and tanning, or eat it if you're desperate enough.",
"material": [ "fur", "hflesh" ],
"vitamins": [ [ "meat_allergen", 1 ] ]
"vitamins": [ [ "meat_allergen", 1 ], [ "human_flesh_vitamin", 100 ] ]
},
{
"type": "COMESTIBLE",
Expand Down
6 changes: 3 additions & 3 deletions data/json/items/comestibles/mutagen.json
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@
"material": [ "hflesh" ],
"volume": "250 ml",
"fun": -60,
"vitamins": [ [ "meat_allergen", 1 ] ]
"vitamins": [ [ "meat_allergen", 1 ], [ "human_flesh_vitamin", 100 ] ]
},
{
"type": "COMESTIBLE",
Expand All @@ -517,7 +517,7 @@
"material": [ "hflesh" ],
"volume": "2 L",
"fun": -20,
"vitamins": [ [ "meat_allergen", 1 ] ]
"vitamins": [ [ "meat_allergen", 1 ], [ "human_flesh_vitamin", 100 ] ]
},
{
"type": "COMESTIBLE",
Expand All @@ -539,7 +539,7 @@
"material": [ "hflesh" ],
"volume": "5 L",
"fun": -20,
"vitamins": [ [ "meat_allergen", 1 ] ]
"vitamins": [ [ "meat_allergen", 1 ], [ "human_flesh_vitamin", 100 ] ]
},
{
"type": "COMESTIBLE",
Expand Down
10 changes: 9 additions & 1 deletion data/json/items/comestibles/other.json
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,15 @@
"healthy": -20,
"quench": -47,
"calories": 78,
"vitamins": [ [ "vitA", 0 ], [ "vitC", 2 ], [ "calcium", 1 ], [ "iron", 8 ], [ "vitB", 54 ], [ "meat_allergen", 1 ] ],
"vitamins": [
[ "vitA", 0 ],
[ "vitC", 2 ],
[ "calcium", 1 ],
[ "iron", 8 ],
[ "vitB", 54 ],
[ "meat_allergen", 1 ],
[ "human_flesh_vitamin", 100 ]
],
"description": "This is a human brain soaked in a solution of highly toxic formaldehyde. Eating this would be a terrible idea.",
"price": "80 cent",
"price_postapoc": "0 cent",
Expand Down

0 comments on commit c4bb054

Please sign in to comment.