summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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" ] }
}
]