summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-06-27 02:35:49 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-06-27 02:35:49 -0700
commit468e161d086dffd0fc98c8ce72bb9b6067c44b1c (patch)
treed8f8785c4232415ec8438d922f9b871742222740
parentReword readme (diff)
downloadcataclysm-dda-mod_recipe-fixes-468e161d086dffd0fc98c8ce72bb9b6067c44b1c.tar.xz
Reduce duplication of item references
-rw-r--r--json/items/chemicals_and_resources.json13
1 files changed, 2 insertions, 11 deletions
diff --git a/json/items/chemicals_and_resources.json b/json/items/chemicals_and_resources.json
index b222c95..ed2920b 100644
--- a/json/items/chemicals_and_resources.json
+++ b/json/items/chemicals_and_resources.json
@@ -3,17 +3,8 @@
"id": "anesthetic",
"type": "AMMO",
"name": { "str": "anesthetic" },
- "category": "chems",
- "description": "A variety of powerful hypnotic, analgesic, and stimulative drugs. It's intended for use in specialized medical equipment, and can't be administered manually. You can reload an anesthesia kit with it.",
- "weight": "700 mg",
+ "copy-from": "anesthetic",
"volume": "500 ml",
- "price": 8333,
- "ammo_type": "anesthetic",
- "count": 500,
- "phase": "liquid",
- "container": "jar_3l_glass",
- "symbol": "!",
- "color": "cyan",
- "looks_like": "ether"
+ "count": 500
}
]