summaryrefslogtreecommitdiff
path: root/json/items/ammo/flintlock.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/items/ammo/flintlock.json')
-rw-r--r--json/items/ammo/flintlock.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/json/items/ammo/flintlock.json b/json/items/ammo/flintlock.json
index 25cf0f6..8429027 100644
--- a/json/items/ammo/flintlock.json
+++ b/json/items/ammo/flintlock.json
@@ -5,7 +5,7 @@
"name": { "str": "paper cartridge" },
"description": "A paper cartridge containing black powder and a metallic projectile. Historically used to reload muzzleloaders in a more reasonable time.",
"weight": "40 g",
- "volume": "250 ml",
+ "volume": "10 ml",
"price": 1100,
"price_postapoc": 1200,
"material": [ "lead", "powder" ],
@@ -14,12 +14,12 @@
"count": 30,
"stack_size": 10,
"ammo_type": "flintlock",
- "range": 12,
- "damage": { "damage_type": "bullet", "amount": 50 },
+ "range": 6,
+ "damage": { "damage_type": "bullet", "amount": 30 },
"dispersion": 90,
"recoil": 1500,
"loudness": 70,
- "effects": [ "COOKOFF", "MUZZLE_SMOKE", "BLACKPOWDER" ]
+ "effects": [ "COOKOFF", "MUZZLE_SMOKE", "BLACKPOWDER", "RECYCLED" ]
},
{
"id": "flintlock_shot",
@@ -27,7 +27,7 @@
"name": { "str": "paper shot cartridge" },
"description": "A paper cartridge containing black powder and metallic shot. Historically used to reload muzzleloaders in a more reasonable time.",
"weight": "40 g",
- "volume": "250 ml",
+ "volume": "10 ml",
"price": 1100,
"price_postapoc": 1200,
"material": [ "lead", "powder" ],
@@ -41,6 +41,6 @@
"dispersion": 20,
"recoil": 1500,
"loudness": 90,
- "effects": [ "COOKOFF", "MUZZLE_SMOKE", "SHOT", "BLACKPOWDER" ]
+ "effects": [ "COOKOFF", "MUZZLE_SMOKE", "SHOT", "BLACKPOWDER", "RECYCLED" ]
}
]