summaryrefslogtreecommitdiff
path: root/json/items/generic
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-11-03 17:22:59 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-11-03 17:22:59 -0800
commit556a034f178982b10ac0bd3aac2bc709d2cfd52b (patch)
tree740401fa64c36153ca4230155fa3b18b0b537d8a /json/items/generic
parentAdd the CAWS (diff)
downloadcataclysm-dda-mod_hk-loadout-556a034f178982b10ac0bd3aac2bc709d2cfd52b.tar.xz
Convert CAWS to 000 shot
Diffstat (limited to 'json/items/generic')
-rw-r--r--json/items/generic/casing.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/json/items/generic/casing.json b/json/items/generic/casing.json
index 650bf40..2f2c6e9 100644
--- a/json/items/generic/casing.json
+++ b/json/items/generic/casing.json
@@ -11,5 +11,19 @@
"volume": "10ml",
"charges": 25,
"stack_size": 25
+ },
+ {
+ "id": "000shot_hull",
+ "type": "GENERIC",
+ "category": "spare_parts",
+ "name": { "str": "000 shotgun hull" },
+ "description": "An empty hull from a 000 shotgun shell.",
+ "weight": "8 g",
+ "volume": "12ml",
+ "stackable": true,
+ "material": "plastic",
+ "symbol": "=",
+ "color": "red",
+ "damage_states": [ 0, 0 ]
}
]