diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-05-26 02:55:20 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-05-26 02:55:20 -0700 |
commit | 6e3a705800204ef61a7a6a9229beee8d4346bc25 (patch) | |
tree | 660bdaeef8b2b6855ff1fbf4e2379af1c016ab6b /json/items | |
parent | Rename to recipe-fixes (diff) | |
download | cataclysm-bn-mod_recipe-fixes-6e3a705800204ef61a7a6a9229beee8d4346bc25.tar.xz |
Anesthetic to 500ml batches instead of 540ml
Diffstat (limited to 'json/items')
-rw-r--r-- | json/items/chemicals_and_resources.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/json/items/chemicals_and_resources.json b/json/items/chemicals_and_resources.json new file mode 100644 index 0000000..b222c95 --- /dev/null +++ b/json/items/chemicals_and_resources.json @@ -0,0 +1,19 @@ +[ + { + "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", + "volume": "500 ml", + "price": 8333, + "ammo_type": "anesthetic", + "count": 500, + "phase": "liquid", + "container": "jar_3l_glass", + "symbol": "!", + "color": "cyan", + "looks_like": "ether" + } +] |