summaryrefslogtreecommitdiff
path: root/json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-11-02 21:26:42 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-11-02 21:26:42 -0800
commit27698eb5c3bd1ec6d4474f1bd878de15e3dac912 (patch)
treee92f362077a0277d84218c0439f93af92bf54c49 /json
parentAdd the G11K2 rifle (diff)
downloadcataclysm-bn-mod_hk-loadout-27698eb5c3bd1ec6d4474f1bd878de15e3dac912.tar.xz
Add the 473 mold and ammo type
Diffstat (limited to 'json')
-rw-r--r--json/ammo_types.json9
-rw-r--r--json/items/generic/casing.json15
2 files changed, 24 insertions, 0 deletions
diff --git a/json/ammo_types.json b/json/ammo_types.json
new file mode 100644
index 0000000..2dbc9f6
--- /dev/null
+++ b/json/ammo_types.json
@@ -0,0 +1,9 @@
+[
+ {
+ "type": "ammunition_type",
+ "id": "473",
+ "name": "4.73x33mm",
+ "default": "473x33mm"
+ }
+]
+
diff --git a/json/items/generic/casing.json b/json/items/generic/casing.json
new file mode 100644
index 0000000..650bf40
--- /dev/null
+++ b/json/items/generic/casing.json
@@ -0,0 +1,15 @@
+[
+ {
+ "id": "473mm_mold",
+ "copy-from": "casing",
+ "looks_like": "5x50_hull",
+ "type": "GENERIC",
+ "name": { "str": "4.73x33mm mold" },
+ "description": "A mold for casting a 4.73x33mm rifle round. This mold is fragile and will not last beyond a single casting.",
+ "material": "plastic",
+ "weight": "2 g",
+ "volume": "10ml",
+ "charges": 25,
+ "stack_size": 25
+ }
+]