summaryrefslogtreecommitdiff
path: root/json/items/ammo/shotpaper.json
blob: 3389d76fbc6a092e2628d37d4a5d30b4cb4de6e2 (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
[
  {
    "abstract": "shot_paper_abstract",
    "type": "AMMO",
    "name": { "str": "buckshot paper cartridge" },
    "description": "A paper cartridge containing a premeasured amount of black powder and an equal volume of 00 buckshot.",
    "weight": "26 g",
    "volume": "250 ml",
    "price": "5 USD",
    "price_postapoc": "8 USD",
    "material": [ "paper", "powder", "lead" ],
    "symbol": "=",
    "color": "white",
    "dispersion": 20,
    "count": 20,
    "stack_size": 20,
    "ammo_type": "shotpaper",
    "range": 20,
    "damage": { "damage_type": "bullet", "amount": 64, "armor_multiplier": 2.0 },
    "recoil": 2000,
    "loudness": 128,
    "effects": [ "COOKOFF", "SHOT", "MUZZLE_SMOKE", "BLACKPOWDER" ]
  },
  {
    "id": "shot_paper_00",
    "copy-from": "shot_paper_abstract",
    "type": "AMMO",
    "name": { "str": "20ga paper shot" },
    "description": "A paper cartridge containing a premeasured amount of black powder and an equal volume of 00 buckshot."
  },
  {
    "id": "shot_paper_bird",
    "copy-from": "shot_paper_00",
    "type": "AMMO",
    "name": { "str": "20ga paper birdshot" },
    "description": "A paper cartridge containing a premeasured amount of black powder and an equal volume of birdshot.  Used mostly for hunting small game or fowl.",
    "damage": { "damage_type": "bullet", "amount": 40, "armor_multiplier": 3.0 },
    "proportional": { "recoil": 0.6, "loudness": 0.8 },
    "extend": { "effects": [ "NOGIB" ] }
  },
  {
    "id": "shot_paper_dragon",
    "copy-from": "shot_paper_00",
    "type": "AMMO",
    "name": { "str": "20ga paper pyrotechnic cartridge" },
    "description": "A paper cartridge containing a premeasured amount of black powder and an equal volume of flammable metals.  When fired, burning chunks of metal and sparks will shoot out of the barrel, igniting everything in their path.",
    "damage": { "damage_type": "heat", "amount": 24 },
    "proportional": { "recoil": 0.6, "loudness": 0.8, "dispersion": 1.2 },
    "range": 0,
    "shape": [ "cone", { "half_angle": 15, "length": 8 } ],
    "extend": { "effects": [ "INCENDIARY", "STREAM", "NOGIB" ] }
  },
  {
    "id": "shot_paper_slug",
    "copy-from": "shot_paper_abstract",
    "type": "AMMO",
    "name": { "str": "20ga paper slug" },
    "description": "A paper cartridge containing a premeasured amount of black powder and a .605 inch lead ball.",
    "relative": { "range": 12, "damage": { "damage_type": "bullet", "amount": -8, "armor_penetration": 4, "armor_multiplier": -0.5 } },
    "delete": { "effects": [ "SHOT" ] },
    "dispersion": 100
  }
]