summaryrefslogtreecommitdiff
path: root/json/items/ammo/32.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/items/ammo/32.json')
-rw-r--r--json/items/ammo/32.json48
1 files changed, 48 insertions, 0 deletions
diff --git a/json/items/ammo/32.json b/json/items/ammo/32.json
new file mode 100644
index 0000000..d71cc88
--- /dev/null
+++ b/json/items/ammo/32.json
@@ -0,0 +1,48 @@
+[
+ {
+ "id": "32_acp",
+ "type": "AMMO",
+ "name": { "str_sp": ".32 ACP" },
+ "description": "The .32 ACP was a popular handgun cartridge in the 20th century. Not so powerful as the .38 or the 9x19mm though.",
+ "weight": "5 g",
+ "volume": "116 ml",
+ "price": 160,
+ "price_postapoc": 1600,
+ "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
+ "material": [ "brass", "powder" ],
+ "symbol": "=",
+ "color": "yellow",
+ "count": 80,
+ "stack_size": 80,
+ "ammo_type": "32",
+ "casing": "32_casing",
+ "range": 12,
+ "damage": { "damage_type": "stab", "amount": 16 },
+ "dispersion": 70,
+ "recoil": 150,
+ "effects": [ "COOKOFF" ]
+ },
+ {
+ "id": "bp_32_acp",
+ "copy-from": "32_acp",
+ "type": "AMMO",
+ "name": { "str_sp": ".32 ACP, 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_32_acp",
+ "copy-from": "32_acp",
+ "type": "AMMO",
+ "name": { "str_sp": ".32 ACP, 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" ] }
+ }
+]