diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-07-29 06:30:17 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-07-29 06:30:17 -0700 |
commit | f83788bd57bb5e03cbe8164e2be2519c35b35a4b (patch) | |
tree | dff932fb8291b747645399d73a9ff1a887f852eb /json/items/ammo/38super.json | |
download | cataclysm-bn-mod_revert-handgun-damage-buff-f83788bd57bb5e03cbe8164e2be2519c35b35a4b.tar.xz |
Initial commit
Diffstat (limited to 'json/items/ammo/38super.json')
-rw-r--r-- | json/items/ammo/38super.json | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/json/items/ammo/38super.json b/json/items/ammo/38super.json new file mode 100644 index 0000000..cf35cd8 --- /dev/null +++ b/json/items/ammo/38super.json @@ -0,0 +1,34 @@ +[ + { + "id": "38super_fmj", + "type": "AMMO", + "name": { "str_sp": ".38 Super FMJ" }, + "description": ".38 Super ammunition with 147gr FMJ bullets. The .38 Super round was developed from .38 ACP in the 1920s, designed to penetrate the body armor of the era.", + "weight": "8 g", + "volume": "97 ml", + "price": 210, + "price_postapoc": 1200, + "flags": [ "IRREPLACEABLE_CONSUMABLE" ], + "material": [ "brass", "powder" ], + "symbol": "=", + "color": "yellow", + "count": 40, + "stack_size": 40, + "ammo_type": "38super", + "casing": "38super_casing", + "range": 14, + "damage": { "damage_type": "stab", "amount": 26 }, + "dispersion": 30, + "recoil": 250, + "effects": [ "COOKOFF" ] + }, + { + "id": "reloaded_38super_fmj", + "copy-from": "38super_fmj", + "type": "AMMO", + "name": { "str_sp": ".38 Super 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" ] } + } +] |