summaryrefslogtreecommitdiff
path: root/json/items/ammo/shot.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/items/ammo/shot.json')
-rw-r--r--json/items/ammo/shot.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/json/items/ammo/shot.json b/json/items/ammo/shot.json
index 2a4b718..a3c078c 100644
--- a/json/items/ammo/shot.json
+++ b/json/items/ammo/shot.json
@@ -12,6 +12,7 @@
"material": [ "plastic", "powder" ],
"symbol": "=",
"color": "red",
+ "dispersion": 10,
"count": 20,
"stack_size": 20,
"ammo_type": "shot",
@@ -39,7 +40,6 @@
"price_postapoc": 400,
"range": 0,
"damage": { "damage_type": "bullet", "amount": 50, "armor_multiplier": 3.0 },
- "dispersion": 1000,
"loudness": 80,
"shape": [ "cone", { "half_angle": 15, "length": 8 } ],
"extend": { "effects": [ "NOGIB" ] }
@@ -154,6 +154,7 @@
"copy-from": "shot_00",
"type": "AMMO",
"name": { "str": "00 shot, black powder" },
+ "proportional": { "price": 0.6, "damage": { "damage_type": "heat", "amount": 0.8 }, "dispersion": 1.2 },
"extend": { "effects": [ "RECYCLED", "MUZZLE_SMOKE", "BLACKPOWDER" ] },
"delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
},
@@ -209,7 +210,8 @@
"type": "AMMO",
"name": { "str": "00 shot, scrap loaded" },
"description": "A shotgun shell filled with whatever was lying around. They are more damaging than birdshot, but fairly inaccurate.",
- "proportional": { "price": 0.4, "damage": { "damage_type": "bullet", "amount": 0.6 }, "dispersion": 1.2 },
+ "dispersion": 60,
+ "proportional": { "price": 0.4, "damage": { "damage_type": "bullet", "amount": 0.75, "armor_multiplier": 1.25 } },
"extend": { "effects": [ "RECYCLED" ] },
"delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
},