Skip to content

Commit

Permalink
Pluralize and unify offal naming (CleverRaven#75252)
Browse files Browse the repository at this point in the history
* Update carnivore.json

* Update carnivore.json
  • Loading branch information
Karol1223 authored Jul 27, 2024
1 parent e6bcd8a commit e3c29e2
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions data/json/items/comestibles/carnivore.json
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,7 @@
"id": "salted_mollusk",
"copy-from": "mollusk",
"type": "COMESTIBLE",
"name": { "str_sp": "salted mollusk" },
"name": { "str": "salted mollusk" },
"description": "Salty dried mollusk that lasts for a long time, but will make you thirsty.",
"primary_material": "cured_meat",
"container": "bag_plastic",
Expand Down Expand Up @@ -942,7 +942,7 @@
"id": "lobster_smoked",
"copy-from": "fish_smoked",
"type": "COMESTIBLE",
"name": { "str_sp": "smoked lobster" },
"name": { "str": "smoked lobster" },
"description": "Tasty lobster that has been heavily smoked for long term preservation. It could be further smoked to dehydrate it completely.",
"color": "brown",
"price_postapoc": "3 USD",
Expand All @@ -954,7 +954,7 @@
"id": "mollusk_smoked",
"copy-from": "fish_smoked",
"type": "COMESTIBLE",
"name": { "str_sp": "smoked mollusk" },
"name": { "str": "smoked mollusk" },
"description": "Tasty mollusk that has been heavily smoked for long term preservation. It could be further smoked to dehydrate it completely.",
"color": "brown",
"price_postapoc": "3 USD",
Expand Down Expand Up @@ -1034,7 +1034,7 @@
"id": "mutant_bug_lungs",
"type": "COMESTIBLE",
"copy-from": "lung",
"name": { "str_sp": "mutant lung" },
"name": { "str": "piece of raw mutant lung", "str_pl": "pieces of raw mutant lung" },
"snippet_category": "mutant_bug_lung_desc",
"description": "You're pretty sure this is lung tissue.",
"looks_like": "lung",
Expand All @@ -1047,7 +1047,7 @@
"type": "COMESTIBLE",
"copy-from": "lung",
"looks_like": "offal",
"name": { "str_sp": "raw liver" },
"name": { "str": "piece of raw liver", "str_pl": "pieces of raw liver" },
"description": "A piece of liver from an animal. Although many dislike its texture, it's one of the more vitamin-rich parts of the animal. It is very good in sausages, but maybe a little less appetizing when cooked on its own.",
"price_postapoc": "25 cent",
"quench": -4,
Expand All @@ -1059,7 +1059,7 @@
"type": "COMESTIBLE",
"copy-from": "liver",
"looks_like": "liver",
"name": { "str_sp": "raw human liver" },
"name": { "str": "piece of raw human liver", "str_pl": "pieces of raw human liver" },
"description": "A piece of liver from a human, which appears to have been extracted too crudely to ever be useful as a transplant.",
"material": [ "hflesh" ],
"vitamins": [ [ "meat_allergen", 1 ] ]
Expand All @@ -1069,7 +1069,7 @@
"type": "COMESTIBLE",
"copy-from": "liver",
"looks_like": "liver",
"name": { "str_sp": "raw demihuman liver" },
"name": { "str": "piece of raw demihuman liver", "str_pl": "pieces of raw demihuman liver" },
"description": "A chunk of liver from a demihuman being.",
"extend": { "flags": [ "STRICT_HUMANITARIANISM" ] }
},
Expand All @@ -1078,7 +1078,7 @@
"type": "COMESTIBLE",
"copy-from": "liver",
"looks_like": "meat_cooked",
"name": { "str_sp": "cooked liver" },
"name": { "str": "cooked piece of liver", "str_pl": "cooked pieces of liver" },
"description": "Chock-full of A- and B-Vitamins! Cooked liver isn't all that bad, depending on how you feel about the texture, but this is probably the least fancy way to do it.",
"parasites": 0,
"fun": 0,
Expand All @@ -1089,7 +1089,7 @@
"id": "mutant_liver",
"type": "COMESTIBLE",
"copy-from": "liver",
"name": { "str_sp": "mutant liver" },
"name": { "str": "piece of raw mutant liver", "str_pl": "pieces of raw mutant liver" },
"snippet_category": "mutant_liver_desc",
"fun": -15,
"proportional": { "price_postapoc": 0.5 },
Expand All @@ -1100,15 +1100,15 @@
"id": "mutant_liver_cooked",
"type": "COMESTIBLE",
"copy-from": "liver_cooked",
"name": { "str_sp": "cooked mutant liver" },
"name": { "str": "cooked piece of mutant liver", "str_pl": "cooked pieces of mutant liver" },
"snippet_category": "cooked_mutant_liver_desc",
"fun": -5
},
{
"id": "bone_marrow",
"copy-from": "flesh",
"type": "COMESTIBLE",
"name": { "str_sp": "bone marrow" },
"name": { "str": "portion of raw bone marrow", "str_pl": "portions of raw bone marrow" },
"description": "A soft, spongy substance found in bones, rich in fat. Chock-full of good stuff and doesn't taste too bad even raw, but beware of parasites.",
"weight": "60 g",
"volume": "50 ml",
Expand All @@ -1124,7 +1124,7 @@
"id": "human_marrow",
"type": "COMESTIBLE",
"copy-from": "bone_marrow",
"name": { "str_sp": "human bone marrow" },
"name": { "str": "portion of raw human bone marrow", "str_pl": "portions of raw human bone marrow" },
"description": "Soft, spongy marrow tissue from a human bone.",
"material": [ "hflesh" ],
"vitamins": [ [ "meat_allergen", 1 ] ]
Expand All @@ -1133,15 +1133,15 @@
"id": "demihuman_marrow",
"type": "COMESTIBLE",
"copy-from": "bone_marrow",
"name": { "str_sp": "demihuman bone marrow" },
"name": { "str": "portion of raw demihuman bone marrow", "str_pl": "portions of raw demihuman bone marrow" },
"description": "Soft, spongy marrow tissue from a demihuman bone.",
"extend": { "flags": [ "STRICT_HUMANITARIANISM" ] }
},
{
"id": "mutant_marrow",
"type": "COMESTIBLE",
"copy-from": "bone_marrow",
"name": { "str_sp": "mutant bone marrow" },
"name": { "str": "portion of raw mutant bone marrow", "str_pl": "portions of raw mutant bone marrow" },
"description": "Soft, spongy and oddly-colored marrow tissue from the bone of a heavily mutated animal.",
"proportional": { "price": 0.2, "calories": 0.5 },
"vitamins": [ [ "iron", 7 ], [ "mutant_toxin", 25 ] ],
Expand All @@ -1151,7 +1151,7 @@
"id": "mutant_human_marrow",
"type": "COMESTIBLE",
"copy-from": "mutant_marrow",
"name": { "str_sp": "mutant human bone marrow" },
"name": { "str": "portion of raw mutant human bone marrow", "str_pl": "portions of raw mutant human bone marrow" },
"description": "Soft, spongy and oddly-colored marrow tissue from the bone of a heavily mutated creature that was unsettlingly humanoid in appearance.",
"material": [ "hflesh" ],
"vitamins": [ [ "meat_allergen", 1 ] ]
Expand All @@ -1161,7 +1161,7 @@
"type": "COMESTIBLE",
"copy-from": "lung",
"looks_like": "offal",
"name": { "str_sp": "raw brains" },
"name": { "str": "piece of raw brain", "str_pl": "pieces of raw brain" },
"description": "A chunk of brain from an animal. You wouldn't want to eat this raw…",
"color": "light_gray",
"price_postapoc": "10 cent",
Expand All @@ -1175,7 +1175,7 @@
"type": "COMESTIBLE",
"copy-from": "brain",
"looks_like": "brain",
"name": { "str_sp": "raw human brains" },
"name": { "str": "piece of raw human brain", "str_pl": "pieces of raw human brain" },
"description": "A chunk of brain from a human. Eating this may cause kuru, but you probably won't live long enough to care about that anyway.",
"material": [ "hflesh" ],
"vitamins": [ [ "meat_allergen", 1 ] ]
Expand All @@ -1185,7 +1185,7 @@
"type": "COMESTIBLE",
"copy-from": "brain",
"looks_like": "brain",
"name": { "str_sp": "raw demihuman brains" },
"name": { "str": "piece of raw demihuman brain", "str_pl": "pieces of raw demihuman brain" },
"description": "A chunk of brain from a demihuman being. Don't prion diseases cross species barriers?",
"extend": { "flags": [ "STRICT_HUMANITARIANISM" ] }
},
Expand All @@ -1194,7 +1194,7 @@
"type": "COMESTIBLE",
"copy-from": "brain",
"looks_like": "offal_cooked",
"name": { "str_sp": "cooked brains" },
"name": { "str": "cooked piece of brain", "str_pl": "cooked pieces of brain" },
"description": "Now you can emulate those zombies you love so much! Preparing brain for eating is challenging, and this doesn't seem to be the best way to do it.",
"price_postapoc": "25 cent",
"parasites": 0,
Expand All @@ -1207,7 +1207,7 @@
"type": "COMESTIBLE",
"copy-from": "brain",
"looks_like": "brain",
"name": { "str_sp": "raw mutant brains" },
"name": { "str": "piece of raw mutant brain", "str_pl": "pieces of raw mutant brain" },
"snippet_category": "mutant_brain_desc",
"proportional": { "price_postapoc": 0.5 },
"fun": -20,
Expand All @@ -1218,7 +1218,7 @@
"id": "mutant_brain_cooked",
"type": "COMESTIBLE",
"copy-from": "brain_cooked",
"name": { "str_sp": "cooked mutant brains" },
"name": { "str": "cooked piece of mutant brain", "str_pl": "cooked pieces of mutant brain" },
"snippet_category": "cooked_mutant_brain_desc",
"fun": -12,
"delete": { "flags": [ "RAW" ] }
Expand All @@ -1228,7 +1228,7 @@
"type": "COMESTIBLE",
"copy-from": "lung",
"looks_like": "offal",
"name": { "str_sp": "raw kidney" },
"name": { "str": "piece of raw kidney", "str_pl": "pieces of raw kidney" },
"description": "A chunk of kidney from an animal. Preparing it for cooking is a challenge unless you want the kitchen to smell strongly of urine.",
"color": "brown",
"price_postapoc": "25 cent",
Expand All @@ -1240,7 +1240,7 @@
"type": "COMESTIBLE",
"copy-from": "kidney",
"looks_like": "kidney",
"name": { "str_sp": "raw human kidney" },
"name": { "str": "piece of raw human kidney", "str_pl": "pieces of raw human kidney" },
"description": "A chunk of kidney from a human, which appears to have been extracted too crudely to ever be useful as a transplant.",
"material": [ "hflesh" ],
"vitamins": [ [ "meat_allergen", 1 ] ]
Expand All @@ -1250,7 +1250,7 @@
"type": "COMESTIBLE",
"copy-from": "kidney",
"looks_like": "kidney",
"name": { "str_sp": "raw demihuman kidney" },
"name": { "str": "piece of raw demihuman kidney", "str_pl": "pieces of raw demihuman kidney" },
"description": "This is probably a piece of kidney extracted from a demihuman being.",
"extend": { "flags": [ "STRICT_HUMANITARIANISM" ] }
},
Expand All @@ -1259,7 +1259,7 @@
"type": "COMESTIBLE",
"copy-from": "kidney",
"looks_like": "offal_cooked",
"name": { "str_sp": "cooked kidney" },
"name": { "str": "cooked piece of kidney", "str_pl": "cooked pieces of kidney" },
"description": "No, this is not beans.",
"price_postapoc": "25 cent",
"quench": 0,
Expand All @@ -1272,7 +1272,7 @@
"type": "COMESTIBLE",
"copy-from": "kidney",
"fun": -15,
"name": { "str_sp": "raw mutant kidney" },
"name": { "str": "piece of raw mutant kidney", "str_pl": "pieces of raw mutant kidney" },
"snippet_category": "mutant_kidney_desc",
"proportional": { "price_postapoc": 0.5 },
"extend": { "flags": [ "BAD_TASTE" ] },
Expand All @@ -1282,7 +1282,7 @@
"id": "mutant_kidney_cooked",
"type": "COMESTIBLE",
"copy-from": "kidney_cooked",
"name": { "str_sp": "cooked mutant kidney" },
"name": { "str": "cooked piece of mutant kidney", "str_pl": "cooked pieces of mutant kidney" },
"snippet_category": "cooked_mutant_kidney_desc",
"fun": -12,
"delete": { "flags": [ "RAW" ] }
Expand All @@ -1292,7 +1292,7 @@
"type": "COMESTIBLE",
"copy-from": "lung",
"looks_like": "offal",
"name": { "str_sp": "raw sweetbread" },
"name": { "str": "piece of raw sweetbread", "str_pl": "pieces of raw sweetbread" },
"description": "A piece of the thymus or pancreas of an animal. These are a delicacy, if prepared properly.",
"color": "brown",
"price_postapoc": "25 cent",
Expand All @@ -1305,7 +1305,7 @@
"type": "COMESTIBLE",
"copy-from": "sweetbread",
"looks_like": "sweetbread",
"name": { "str_sp": "raw human sweetbread" },
"name": { "str": "piece of raw human sweetbread", "str_pl": "pieces of raw human sweetbread" },
"description": "A piece of the thymus or pancreas of a human, which appears to have been extracted too crudely to ever be useful as a transplant.",
"material": [ "hflesh" ],
"vitamins": [ [ "meat_allergen", 1 ] ]
Expand All @@ -1315,7 +1315,7 @@
"type": "COMESTIBLE",
"copy-from": "sweetbread",
"looks_like": "sweetbread",
"name": { "str_sp": "raw demihuman sweetbread" },
"name": { "str": "piece of raw demihuman sweetbread", "str_pl": "pieces of raw demihuman sweetbread" },
"description": "The consistency of this chunk of organ suggests possibly a thymus or pancreas equivalent.",
"extend": { "flags": [ "STRICT_HUMANITARIANISM" ] }
},
Expand All @@ -1324,7 +1324,7 @@
"type": "COMESTIBLE",
"copy-from": "sweetbread",
"looks_like": "meat_cooked",
"name": { "str_sp": "cooked sweetbread" },
"name": { "str": "cooked piece of sweetbread", "str_pl": "cooked pieces of sweetbread" },
"price_postapoc": "50 cent",
"fun": -1,
"description": "Normally a delicacy, but this style of preparation is missing something.",
Expand Down Expand Up @@ -1536,7 +1536,7 @@
"type": "COMESTIBLE",
"id": "tainted_marrow",
"category": "other",
"name": { "str_sp": "tainted bone marrow" },
"name": { "str": "portion of tainted bone marrow", "str_pl": "portions of tainted bone marrow" },
"weight": "60 g",
"color": "red",
"spoils_in": "4 hours",
Expand All @@ -1557,7 +1557,7 @@
"type": "COMESTIBLE",
"id": "fat_tainted",
"category": "other",
"name": { "str_sp": "tainted fat" },
"name": { "str": "chunk of tainted fat", "str_pl": "chunks of tainted fat" },
"weight": "192 g",
"color": "yellow",
"spoils_in": "4 hours",
Expand Down

0 comments on commit e3c29e2

Please sign in to comment.