summaryrefslogtreecommitdiff
path: root/json/items/ammo/20x66mm.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-07-26 15:29:10 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-07-26 15:29:10 -0700
commit3386883f1956771ce8f3859941a4539917e51d50 (patch)
treee5cc1b9c3ed51849924026803f92e389f86ae1fd /json/items/ammo/20x66mm.json
downloadcataclysm-dda-mod_caseless-crafting-3386883f1956771ce8f3859941a4539917e51d50.tar.xz
Initial commit
Diffstat (limited to 'json/items/ammo/20x66mm.json')
-rw-r--r--json/items/ammo/20x66mm.json64
1 files changed, 64 insertions, 0 deletions
diff --git a/json/items/ammo/20x66mm.json b/json/items/ammo/20x66mm.json
new file mode 100644
index 0000000..9d95290
--- /dev/null
+++ b/json/items/ammo/20x66mm.json
@@ -0,0 +1,64 @@
+[
+ {
+ "id": "20x66_bootleg_shot",
+ "copy-from": "20x66_shot",
+ "type": "AMMO",
+ "name": { "str": "20x66mm buckshot, handmade" },
+ "description": "Handcrafted bootleg duplicates of Rivtech 20x66mm caseless buckshot rounds. Being caseless rounds, these cannot be disassembled or reloaded.",
+ "proportional": { "price": 0.7, "damage": 0.9, "dispersion": 1.1 },
+ "extend": { "effects": [ "RECYCLED" ] },
+ "delete": { "effects": [ "NEVER_MISFIRES" ] }
+ },
+ {
+ "id": "20x66_bootleg_slug",
+ "copy-from": "20x66_slug",
+ "type": "AMMO",
+ "name": { "str": "20x66mm slug, handmade" },
+ "description": "Handcrafted bootleg duplicates of Rivtech 20x66mm caseless solid projectile rounds. Being caseless rounds, these cannot be disassembled or reloaded.",
+ "proportional": { "price": 0.7, "damage": 0.9, "dispersion": 1.1 },
+ "extend": { "effects": [ "RECYCLED" ] },
+ "delete": { "effects": [ "NEVER_MISFIRES" ] }
+ },
+ {
+ "id": "20x66_bootleg_flechette",
+ "copy-from": "20x66_flechette",
+ "type": "AMMO",
+ "name": { "str": "20x66mm flechette, handmade" },
+ "description": "Handcrafted bootleg duplicates of Rivtech 20x66mm caseless flechette rounds. Being caseless rounds, these cannot be disassembled or reloaded.",
+ "proportional": { "price": 0.7, "damage": 0.9, "dispersion": 1.1 },
+ "extend": { "effects": [ "RECYCLED" ] },
+ "delete": { "effects": [ "NEVER_MISFIRES" ] }
+ },
+ {
+ "id": "20x66_bootleg_inc",
+ "copy-from": "20x66_inc",
+ "type": "AMMO",
+ "name": { "str": "20x66mm incendiary, handmade" },
+ "description": "Handcrafted bootleg duplicates of Rivtech 20x66mm caseless incendiary rounds. Being caseless rounds, these cannot be disassembled or reloaded.",
+ "proportional": { "price": 0.7, "damage": 0.9, "dispersion": 1.1 },
+ "extend": { "effects": [ "RECYCLED" ] },
+ "delete": { "effects": [ "NEVER_MISFIRES" ] }
+ },
+ {
+ "id": "20x66_bootleg_flare",
+ "copy-from": "20x66_flare",
+ "type": "AMMO",
+ "name": { "str": "20x66mm flare, handmade" },
+ "description": "Handcrafted bootleg duplicates of Rivtech 20x66mm caseless flare rounds. Being caseless rounds, these cannot be disassembled or reloaded.",
+ "proportional": { "price": 0.7, "damage": 0.9, "dispersion": 1.1 },
+ "extend": { "effects": [ "RECYCLED" ] },
+ "delete": { "effects": [ "NEVER_MISFIRES" ] }
+ },
+ {
+ "id": "20x66_slug",
+ "copy-from": "20x66_shot",
+ "type": "AMMO",
+ "name": { "str": "20x66mm slug" },
+ "description": "20x66mm caseless shotgun rounds, solid projectile type. Proprietary ammunition for Rivtech shotguns. Being caseless rounds, these cannot be disassembled or reloaded.",
+ "price": 1500,
+ "price_postapoc": 9000,
+ "relative": { "range": 12, "pierce": 8 },
+ "proportional": { "recoil": 1.4, "dispersion": 1.3 },
+ "delete": { "effects": [ "SHOT" ] }
+ }
+]