summaryrefslogtreecommitdiff
path: root/json/items/handloaded_bullets.json
blob: 8b7d1e2ad5735f1678b508f9bf694350f0fc3556 (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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
[
  {
    "type": "AMMO",
    "id": "blun_slug",
    "price": 4500,
    "price_postapoc": 50,
    "name": { "str": "blunderbuss slug" },
    "symbol": "=",
    "color": "red",
    "description": "A prepared blunderbuss shot of a large hunk of metal.  Better for distance.",
    "material": [ "paper", "powder" ],
    "volume": "100 ml",
    "weight": "3 g",
    "bashing": 1,
    "ammo_type": "blunderbuss",
    "//": "Half the expected armor pernetration, additionally all blinderbuss rounds have an armor multiplier.",
    "damage": { "damage_type": "bullet", "amount": 44, "armor_penetration": 8, "armor_multiplier": 2.5 },
    "range": 12,
    "dispersion": 60,
    "recoil": 840,
    "effects": [ "COOKOFF", "RECYCLED" ]
  },
  {
    "type": "AMMO",
    "id": "blun_shot",
    "price": 4500,
    "price_postapoc": 50,
    "name": { "str": "blunderbuss shot" },
    "symbol": "=",
    "color": "red",
    "description": "A prepared blunderbuss shot of marbles, pebbles, bearings, basically whatever is at hand.  The homemade pellet spread and number makes up for the shoddy quality.",
    "material": [ "paper", "powder" ],
    "volume": "100 ml",
    "weight": "2 g",
    "bashing": 1,
    "ammo_type": "blunderbuss",
    "damage": { "damage_type": "bullet", "amount": 55, "armor_multiplier": 3.0 },
    "range": 6,
    "dispersion": 1000,
    "recoil": 780,
    "effects": [ "COOKOFF", "SHOT", "RECYCLED" ]
  },
  {
    "type": "AMMO",
    "id": "blun_flechette",
    "price": 4500,
    "price_postapoc": 50,
    "name": { "str": "blunderbuss flechette" },
    "symbol": "=",
    "color": "red",
    "description": "A prepared blunderbuss shot of homemade flechette made out of nails.  Shreds armor.",
    "material": [ "plastic", "powder" ],
    "volume": "100 ml",
    "weight": "3 g",
    "bashing": 1,
    "ammo_type": "blunderbuss",
    "//": "Balanced as standard FMJ to allow lower damage but more penetration over shot.",
    "damage": { "damage_type": "bullet", "amount": 44, "armor_penetration": 12, "armor_multiplier": 2.0 },
    "range": 10,
    "dispersion": 1000,
    "recoil": 840,
    "effects": [ "COOKOFF", "SHOT", "RECYCLED" ]
  }
]