summaryrefslogtreecommitdiff
path: root/json/items/ammo
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/ammo
parentAdd the CAWS (diff)
downloadcataclysm-dda-mod_hk-loadout-556a034f178982b10ac0bd3aac2bc709d2cfd52b.tar.xz
Convert CAWS to 000 shot
Diffstat (limited to 'json/items/ammo')
-rw-r--r--json/items/ammo/000shot.json75
1 files changed, 75 insertions, 0 deletions
diff --git a/json/items/ammo/000shot.json b/json/items/ammo/000shot.json
new file mode 100644
index 0000000..c90581e
--- /dev/null
+++ b/json/items/ammo/000shot.json
@@ -0,0 +1,75 @@
+[
+ {
+ "id": "reloaded_shot_000",
+ "copy-from": "shot_000",
+ "type": "AMMO",
+ "name": { "str": "000 shot, reloaded" },
+ "proportional": { "price": 0.7, "damage": 0.9, "dispersion": 1.1 },
+ "extend": { "effects": [ "RECYCLED" ] },
+ "delete": { "effects": [ "NEVER_MISFIRES" ] }
+ },
+ {
+ "id": "reloaded_shot_000_flechette",
+ "copy-from": "shot_flechette",
+ "type": "AMMO",
+ "name": { "str": "000 flechette shell, reloaded" },
+ "proportional": { "price": 0.7, "damage": 0.9, "dispersion": 1.1 },
+ "extend": { "effects": [ "RECYCLED" ] },
+ "delete": { "effects": [ "NEVER_MISFIRES" ] }
+ },
+ {
+ "id": "reloaded_shot_000_slug",
+ "copy-from": "shot_slug",
+ "type": "AMMO",
+ "name": { "str": "000 shotgun slug, reloaded" },
+ "proportional": { "price": 0.7, "damage": 0.9, "dispersion": 1.1 },
+ "extend": { "effects": [ "RECYCLED" ] },
+ "delete": { "effects": [ "NEVER_MISFIRES" ] }
+ },
+ {
+ "id": "shot_000",
+ "type": "AMMO",
+ "name": { "str": "000 shot" },
+ "description": "A shell filled with metal pellets. Extremely damaging, plus the spread makes it very accurate at short range. Favored by SWAT forces.",
+ "weight": "32 g",
+ "volume": "250 ml",
+ "price": 500,
+ "price_postapoc": 3500,
+ "material": [ "plastic", "powder" ],
+ "symbol": "=",
+ "color": "red",
+ "count": 20,
+ "stack_size": 20,
+ "ammo_type": "000shot",
+ "casing": "000shot_hull",
+ "range": 12,
+ "damage": 60,
+ "recoil": 3500,
+ "loudness": 160,
+ "effects": [ "COOKOFF", "SHOT" ]
+ },
+ {
+ "id": "shot_000_flechette",
+ "copy-from": "shot_000",
+ "type": "AMMO",
+ "name": { "str": "000 flechette shell" },
+ "description": "A shotgun shell filled with tiny steel darts. Extremely damaging, plus the spread makes it very accurate at short range. Slices through most forms of armor with ease.",
+ "price": 2000,
+ "price_postapoc": 10000,
+ "count": 10,
+ "relative": { "damage": -5, "pierce": 15 }
+ },
+ {
+ "id": "shot_000_slug",
+ "copy-from": "shot_000",
+ "type": "AMMO",
+ "name": { "str": "000 shotgun slug" },
+ "description": "A heavy metal slug used with shotguns to give them the range capabilities of a rifle. Extremely damaging but rather inaccurate.",
+ "price": 400,
+ "price_postapoc": 4500,
+ "dispersion": 100,
+ "relative": { "range": 6, "pierce": 5 },
+ "proportional": { "recoil": 1.4 },
+ "delete": { "effects": [ "SHOT" ] }
+ }
+]