summaryrefslogtreecommitdiff
path: root/json/items/ammo/36paper.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/36paper.json
downloadcataclysm-bn-mod_revert-handgun-damage-buff-f83788bd57bb5e03cbe8164e2be2519c35b35a4b.tar.xz
Initial commit
Diffstat (limited to 'json/items/ammo/36paper.json')
-rw-r--r--json/items/ammo/36paper.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/json/items/ammo/36paper.json b/json/items/ammo/36paper.json
new file mode 100644
index 0000000..a88b9b1
--- /dev/null
+++ b/json/items/ammo/36paper.json
@@ -0,0 +1,22 @@
+[
+ {
+ "id": "36navy",
+ "type": "AMMO",
+ "name": { "str": ".36 paper cartridge" },
+ "description": "A paper cartridge containing a premeasured amount of black powder and a .36 projectile. Used by the Colt M1861 Navy.",
+ "weight": "6 g",
+ "volume": "11 ml",
+ "price": 400,
+ "price_postapoc": 1000,
+ "material": [ "paper", "powder", "lead" ],
+ "symbol": "=",
+ "color": "white",
+ "count": 25,
+ "ammo_type": "36paper",
+ "range": 15,
+ "damage": { "damage_type": "stab", "amount": 19 },
+ "dispersion": 80,
+ "recoil": 210,
+ "effects": [ "COOKOFF", "MUZZLE_SMOKE", "BLACKPOWDER" ]
+ }
+]