summaryrefslogtreecommitdiff
path: root/json/items/ammo/20x66mm.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-01-31 20:39:51 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-01-31 20:39:51 -0800
commit22b1bb8b86045d14a6faff74921171f3eb498f80 (patch)
treeadb348cdbedf3615122eb6b593df684fbea86aa7 /json/items/ammo/20x66mm.json
parentUnfix description. (diff)
downloadcataclysm-dda-mod_caseless-crafting-master.tar.xz
Port to DDA.HEADmaster
Diffstat (limited to 'json/items/ammo/20x66mm.json')
-rw-r--r--json/items/ammo/20x66mm.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/json/items/ammo/20x66mm.json b/json/items/ammo/20x66mm.json
index 136f1b2..803e5bd 100644
--- a/json/items/ammo/20x66mm.json
+++ b/json/items/ammo/20x66mm.json
@@ -7,7 +7,7 @@
"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 },
+ "relative": { "range": 12, "armor_penetration": 8 },
"proportional": { "recoil": 1.4, "dispersion": 1.3 },
"delete": { "effects": [ "SHOT" ] }
},
@@ -17,7 +17,7 @@
"type": "AMMO",
"name": { "str": "20x66mm buckshot, handmade" },
"description": "Handcrafted bootleg duplicates of Rivtech 20x66mm caseless buckshot rounds. Produced without access to proper ammunition casting machinery, these knockoffs are of lower quality than stock rounds. Being caseless rounds, these cannot be disassembled or reloaded.",
- "proportional": { "price": 0.7, "damage": 0.9, "dispersion": 1.1 },
+ "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
"extend": { "effects": [ "RECYCLED" ] },
"delete": { "effects": [ "NEVER_MISFIRES" ] }
},
@@ -27,7 +27,7 @@
"type": "AMMO",
"name": { "str": "20x66mm slug, handmade" },
"description": "Handcrafted bootleg duplicates of Rivtech 20x66mm caseless solid projectile rounds. Produced without access to proper ammunition casting machinery, these knockoffs are of lower quality than stock rounds. Being caseless rounds, these cannot be disassembled or reloaded.",
- "proportional": { "price": 0.7, "damage": 0.9, "dispersion": 1.1 },
+ "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
"extend": { "effects": [ "RECYCLED" ] },
"delete": { "effects": [ "NEVER_MISFIRES" ] }
},
@@ -37,7 +37,7 @@
"type": "AMMO",
"name": { "str": "20x66mm flechette, handmade" },
"description": "Handcrafted bootleg duplicates of Rivtech 20x66mm caseless flechette rounds. Produced without access to proper ammunition casting machinery, these knockoffs are of lower quality than stock rounds. Being caseless rounds, these cannot be disassembled or reloaded.",
- "proportional": { "price": 0.7, "damage": 0.9, "dispersion": 1.1 },
+ "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
"extend": { "effects": [ "RECYCLED" ] },
"delete": { "effects": [ "NEVER_MISFIRES" ] }
},
@@ -47,7 +47,7 @@
"type": "AMMO",
"name": { "str": "20x66mm incendiary, handmade" },
"description": "Handcrafted bootleg duplicates of Rivtech 20x66mm caseless incendiary rounds. Produced without access to proper ammunition casting machinery, these knockoffs are of lower quality than stock rounds. Being caseless rounds, these cannot be disassembled or reloaded.",
- "proportional": { "price": 0.7, "damage": 0.9, "dispersion": 1.1 },
+ "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
"extend": { "effects": [ "RECYCLED" ] },
"delete": { "effects": [ "NEVER_MISFIRES" ] }
},
@@ -57,7 +57,7 @@
"type": "AMMO",
"name": { "str": "20x66mm flare, handmade" },
"description": "Handcrafted bootleg duplicates of Rivtech 20x66mm caseless flare rounds. Produced without access to proper ammunition casting machinery, these knockoffs are of lower quality than stock rounds. Being caseless rounds, these cannot be disassembled or reloaded.",
- "proportional": { "price": 0.7, "damage": 0.9, "dispersion": 1.1 },
+ "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
"extend": { "effects": [ "RECYCLED" ] },
"delete": { "effects": [ "NEVER_MISFIRES" ] }
}