summaryrefslogtreecommitdiff
path: root/json/items/ammo/000shot.json
blob: 619d51c2b14d72f731d5d4ae47058a1e9521838b (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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
[
  {
    "id": "shot_000",
    "type": "AMMO",
    "looks_like": "shot_00",
    "name": { "str": "000 shot" },
    "description": "A shell filled with metal pellets. Extremely damaging, plus the spread makes it very accurate at short range. Favored by SWAT forces.",
    "weight": "32 g",
    "volume": "250 ml",
    "price": 750,
    "price_postapoc": 1200,
    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
    "material": [ "plastic", "powder" ],
    "symbol": "=",
    "color": "red",
    "count": 20,
    "stack_size": 20,
    "ammo_type": "000shot",
    "casing": "000shot_hull",
    "range": 12,
    "damage": { "damage_type": "bullet", "amount": 60 },
    "recoil": 3500,
    "loudness": 160,
    "effects": [ "COOKOFF", "SHOT" ]
  },
  {
    "id": "shot_000_flechette",
    "copy-from": "shot_000",
    "looks_like": "shot_flechette",
    "type": "AMMO",
    "name": { "str": "000 flechette shell" },
    "description": "A shotgun shell filled with tiny steel darts. Extremely damaging, plus the spread makes it very accurate at short range. Slices through most forms of armor with ease.",
    "price": 3000,
    "price_postapoc": 1200,
    "count": 10,
    "relative": { "damage": { "damage_type": "bullet", "amount": -5, "armor_penetration": 15 } }
  },
  {
    "id": "shot_000_slug",
    "copy-from": "shot_000",
    "looks_like": "shot_slug",
    "type": "AMMO",
    "name": { "str": "000 shotgun slug" },
    "description": "A heavy metal slug used with shotguns to give them the range capabilities of a rifle. Extremely damaging but rather inaccurate.",
    "price": 600,
    "price_postapoc": 600,
    "relative": { "range": 12, "damage": { "damage_type": "bullet", "armor_penetration": 8 }, "dispersion": 100 },
    "proportional": { "recoil": 1.4 },
    "delete": { "effects": [ "SHOT" ] }
  },
  {
    "id": "shot_000_beanbag",
    "copy-from": "shot_000",
    "looks_like": "shot_beanbag",
    "type": "AMMO",
    "name": { "str": "000 shotgun beanbag" },
    "description": "A beanbag round for shotguns, not deadly but designed to disable.",
    "price": 750,
    "price_postapoc": 300,
    "damage": { "damage_type": "bash", "amount": 6 },
    "proportional": { "recoil": 0.4, "loudness": 0.6 },
    "delete": { "effects": [ "SHOT" ] },
    "extend": { "effects": [ "BEANBAG", "NOGIB" ] }
  },
  {
    "id": "shot_000_inc",
    "copy-from": "shot_000",
    "looks_like": "shot_dragon",
    "type": "AMMO",
    "name": { "str": "000 incendiary shell" },
    "description": "A shell filled with a mix of metal and incendiary pellets. Damaging, and may cause flammable material to ignite.",
    "price": 1500,
    "price_postapoc": 2400,
    "extend": { "effects": [ "INCENDIARY" ] }
  },
  {
    "id": "shot_000_he",
    "copy-from": "shot_000",
    "looks_like": "shot_he",
    "type": "AMMO",
    "name": { "str": "000 explosive slug" },
    "description": "A shotgun shell shooting a small explosive.  Damaging, but rather inaccurate and short ranged.  Banned in several states.",
    "price": 4500,
    "price_postapoc": 2400,
    "count": 5,
    "proportional": { "damage": { "damage_type": "bullet", "amount": 0.25, "armor_penetration": 0.25 } },
    "delete": { "effects": [ "SHOT" ] },
    "extend": { "effects": [ "EXPLOSIVE" ] }
  },
  {
    "id": "reloaded_shot_000",
    "copy-from": "shot_000",
    "type": "AMMO",
    "name": { "str": "000 shot, reloaded" },
    "description": "A shell filled with metal pellets. Extremely damaging, plus the spread makes it very accurate at short range. Favored by SWAT forces. This one has been hand-reloaded.",
    "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
    "extend": { "effects": [ "RECYCLED" ] },
    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
  },
  {
    "id": "reloaded_shot_000_flechette",
    "copy-from": "shot_000_flechette",
    "type": "AMMO",
    "name": { "str": "000 flechette shell, reloaded" },
    "description": "A shotgun shell filled with tiny steel darts. Extremely damaging, plus the spread makes it very accurate at short range. Slices through most forms of armor with ease. This one has been hand-reloaded.",
    "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
    "extend": { "effects": [ "RECYCLED" ] },
    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
  },
  {
    "id": "reloaded_shot_000_slug",
    "copy-from": "shot_000_slug",
    "type": "AMMO",
    "name": { "str": "000 shotgun slug, reloaded" },
    "description": "A heavy metal slug used with shotguns to give them the range capabilities of a rifle. Extremely damaging but rather inaccurate. This one has been hand-reloaded.",
    "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
    "extend": { "effects": [ "RECYCLED" ] },
    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
  },
  {
    "id": "reloaded_shot_000_inc",
    "copy-from": "shot_000_inc",
    "type": "AMMO",
    "name": { "str": "000 incendiary shell, reloaded" },
    "description": "A shell filled with a mix of metal and incendiary pellets. Damaging, and may cause flammable material to ignite. This one has been hand-reloaded.",
    "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
    "extend": { "effects": [ "RECYCLED" ] },
    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
  }
]