summaryrefslogtreecommitdiff
path: root/json/items/gun/shot.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/items/gun/shot.json')
-rw-r--r--json/items/gun/shot.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/json/items/gun/shot.json b/json/items/gun/shot.json
index 0c1a329..321c4c6 100644
--- a/json/items/gun/shot.json
+++ b/json/items/gun/shot.json
@@ -13,10 +13,11 @@
"to_hit": -1,
"bashing": 12,
"material": [ "steel", "plastic" ],
- "ranged_damage": 5,
- "dispersion": 300,
- "durability": 8,
+ "ranged_damage": { "damage_type": "bullet", "amount": 5 },
"ammo": [ "shot" ],
+ "dispersion": 350,
+ "durability": 8,
+ "modes": [ [ "DEFAULT", "semi", 1 ], [ "AUTO", "auto", 2 ] ],
"barrel_length": "81 ml",
"valid_mod_locations": [
[ "accessories", 2 ],
@@ -31,7 +32,6 @@
[ "underbarrel mount", 1 ]
],
"magazine_well": "250 ml",
- "modes": [ [ "DEFAULT", "semi", 1 ], [ "AUTO", "auto", 2 ] ],
"magazines": [ [ "shot", [ "hk_caws_mag" ] ] ]
}
]