summaryrefslogtreecommitdiff
path: root/json/items/ammo/10mm.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-07-29 06:30:17 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-07-29 06:30:17 -0700
commitf83788bd57bb5e03cbe8164e2be2519c35b35a4b (patch)
treedff932fb8291b747645399d73a9ff1a887f852eb /json/items/ammo/10mm.json
downloadcataclysm-bn-mod_revert-handgun-damage-buff-f83788bd57bb5e03cbe8164e2be2519c35b35a4b.tar.xz
Initial commit
Diffstat (limited to 'json/items/ammo/10mm.json')
-rw-r--r--json/items/ammo/10mm.json48
1 files changed, 48 insertions, 0 deletions
diff --git a/json/items/ammo/10mm.json b/json/items/ammo/10mm.json
new file mode 100644
index 0000000..9b15e53
--- /dev/null
+++ b/json/items/ammo/10mm.json
@@ -0,0 +1,48 @@
+[
+ {
+ "id": "10mm_fmj",
+ "type": "AMMO",
+ "name": { "str_sp": "10mm Auto FMJ" },
+ "description": "Jacketed 10mm Auto ammunition with 180gr bullets. The 10mm Auto cartridge is a rather powerful handgun round and the progenitor to the more popular .40 S&W.",
+ "weight": "9 g",
+ "volume": "117 ml",
+ "price": 400,
+ "price_postapoc": 800,
+ "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
+ "material": [ "brass", "powder" ],
+ "symbol": "=",
+ "color": "yellow",
+ "count": 40,
+ "stack_size": 40,
+ "ammo_type": "10mm",
+ "casing": "10mm_casing",
+ "range": 14,
+ "damage": { "damage_type": "stab", "amount": 28, "armor_penetration": 4 },
+ "dispersion": 50,
+ "recoil": 750,
+ "effects": [ "COOKOFF" ]
+ },
+ {
+ "id": "bp_10mm_fmj",
+ "copy-from": "10mm_fmj",
+ "type": "AMMO",
+ "name": { "str_sp": "10mm Auto FMJ, black powder" },
+ "proportional": {
+ "price": 0.3,
+ "damage": { "damage_type": "stab", "amount": 0.76, "armor_penetration": 0.5 },
+ "recoil": 0.76,
+ "dispersion": 1.2
+ },
+ "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
+ "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
+ },
+ {
+ "id": "reloaded_10mm_fmj",
+ "copy-from": "10mm_fmj",
+ "type": "AMMO",
+ "name": { "str_sp": "10mm Auto FMJ, reloaded" },
+ "proportional": { "price": 0.7, "damage": { "damage_type": "stab", "amount": 0.9 }, "dispersion": 1.1 },
+ "extend": { "effects": [ "RECYCLED" ] },
+ "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
+ }
+]