summaryrefslogtreecommitdiff
path: root/json/items/ammo/flintlock.json
blob: 8429027f7404fbbc24ca68d231db23f990dd1fd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[
  {
    "id": "flintlock_ammo",
    "type": "AMMO",
    "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": "10 ml",
    "price": 1100,
    "price_postapoc": 1200,
    "material": [ "lead", "powder" ],
    "symbol": "=",
    "color": "white",
    "count": 30,
    "stack_size": 10,
    "ammo_type": "flintlock",
    "range": 6,
    "damage": { "damage_type": "bullet", "amount": 30 },
    "dispersion": 90,
    "recoil": 1500,
    "loudness": 70,
    "effects": [ "COOKOFF", "MUZZLE_SMOKE", "BLACKPOWDER", "RECYCLED" ]
  },
  {
    "id": "flintlock_shot",
    "type": "AMMO",
    "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": "10 ml",
    "price": 1100,
    "price_postapoc": 1200,
    "material": [ "lead", "powder" ],
    "symbol": "=",
    "color": "white",
    "count": 30,
    "stack_size": 10,
    "ammo_type": "flintlockshot",
    "range": 8,
    "damage": { "damage_type": "bullet", "amount": 45 },
    "dispersion": 20,
    "recoil": 1500,
    "loudness": 90,
    "effects": [ "COOKOFF", "MUZZLE_SMOKE", "SHOT", "BLACKPOWDER", "RECYCLED" ]
  }
]