summaryrefslogtreecommitdiff
path: root/json/items/ammo/20x66mm.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-10-29 15:48:45 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-10-29 15:48:45 -0700
commit9e4b7d4c5ae64c110f472f0c1406e978065fedd9 (patch)
treede4daa2545997cd0d669e4e12338d3768dba7c07 /json/items/ammo/20x66mm.json
parentFix reloaded 20x66mm slug description. (diff)
downloadcataclysm-dda-mod_caseless-crafting-9e4b7d4c5ae64c110f472f0c1406e978065fedd9.tar.xz
Unfix description.
Diffstat (limited to 'json/items/ammo/20x66mm.json')
-rw-r--r--json/items/ammo/20x66mm.json24
1 files changed, 12 insertions, 12 deletions
diff --git a/json/items/ammo/20x66mm.json b/json/items/ammo/20x66mm.json
index 9152370..136f1b2 100644
--- a/json/items/ammo/20x66mm.json
+++ b/json/items/ammo/20x66mm.json
@@ -1,4 +1,16 @@
[
+ {
+ "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" ] }
+ },
{
"id": "20x66_bootleg_shot",
"copy-from": "20x66_shot",
@@ -48,17 +60,5 @@
"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. 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.",
- "price": 1500,
- "price_postapoc": 9000,
- "relative": { "range": 12, "pierce": 8 },
- "proportional": { "recoil": 1.4, "dispersion": 1.3 },
- "delete": { "effects": [ "SHOT" ] }
}
]