summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Items/Weapons/ranged_weapon.json
blob: 26031d29c3a19458e53ce8599d2537a760b9a64d (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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
[
  {
    "id": "invy_bow",
    "type": "GUN",
    "symbol": "{",
    "price": "0 cent",
    "price_postapoc": "0 cent",
    "color": "red",
    "name": { "str": "Invynel's bow" },
    "description": "A heavy, steel bow. Its serrated, blade handle makes it available for melee, but unwieldy. Well trained archers find this useful for long to mid range combats greatly.",
    "material": [ "steel" ],
    "flags": [ "FIRE_TWOHAND", "STR_DRAW", "RELOAD_AND_SHOOT", "PRIMITIVE_RANGED_WEAPON" ],
    "skill": "archery",
    "min_strength": 10,
    "weight": "1225 g",
    "ammo": [ "arrow" ],
    "volume": "3000 ml",
    "bashing": 4,
    "cutting": 14,
    "armor_data": { "covers": [ "torso" ], "coverage": 15, "material_thickness": 1, "encumbrance": 18 },
    "ranged_damage": { "damage_type": "bullet", "amount": 16 },
    "range": 14,
    "dispersion": 185,
    "durability": 8,
    "clip_size": 1,
    "reload": 135,
    "valid_mod_locations": [ [ "sights", 1 ], [ "accessories", 2 ] ]
  },
  {
    "id": "b11_striker",
    "type": "GUN",
    "symbol": "(",
    "color": "red",
    "name": { "str": "blood striker" },
    "description": "A modified and beautifully designed striker shotgun created by vampires. Unlike human's, it has a bigger revolving wheel, which occupies additional bullets and a two-shot burst mode for barraging shots with its improved accuracy.",
    "price": "0 cent",
    "price_postapoc": "13185 USD",
    "material": [ "steel", "compactblood" ],
    "flags": [ "MODE_BURST", "RELOAD_ONE" ],
    "skill": "shotgun",
    "weight": "3620 g",
    "ammo": [ "bloodshot" ],
    "volume": "2500 ml",
    "bashing": 8,
    "to_hit": 0,
    "dispersion": 205,
    "sight_dispersion": 190,
    "recoil": 40,
    "durability": 7,
    "burst": 2,
    "clip_size": 16,
    "reload": 80,
    "loudness": 155,
    "valid_mod_locations": [
      [ "accessories", 4 ],
      [ "barrel", 1 ],
      [ "grip", 1 ],
      [ "mechanism", 4 ],
      [ "muzzle", 1 ],
      [ "rail", 1 ],
      [ "sights", 1 ],
      [ "stock", 1 ],
      [ "underbarrel", 1 ]
    ]
  },
  {
    "id": "blood_slinger",
    "type": "GUN",
    "symbol": "(",
    "color": "red",
    "name": { "str": "blood slinger" },
    "description": "A lightweight vampiric gun with special mounted blood-fed container. It uses thickened blood as the primary ammunition, and shoots at high velocity, regardless of its small size.",
    "price": "0 cent",
    "price_postapoc": "225 USD",
    "material": [ "steel", "compactblood" ],
    "flags": [ "NEVER_JAMS" ],
    "skill": "pistol",
    "weight": "1428 g",
    "ammo": [ "ammoblood" ],
    "volume": "1500 ml",
    "bashing": 8,
    "to_hit": 0,
    "dispersion": 150,
    "sight_dispersion": 105,
    "recoil": 12,
    "durability": 6,
    "clip_size": 12,
    "reload": 100,
    "loudness": 3,
    "range": 10,
    "ranged_damage": { "damage_type": "bullet", "amount": 2 },
    "valid_mod_locations": [
      [ "accessories", 4 ],
      [ "grip", 1 ],
      [ "mechanism", 4 ],
      [ "muzzle", 1 ],
      [ "rail", 1 ],
      [ "sights", 1 ],
      [ "stock", 1 ]
    ]
  },
  {
    "id": "blood_stinger",
    "type": "GUN",
    "symbol": "(",
    "color": "red",
    "name": { "str": "blood stinger" },
    "description": "A unique vampiric gun with specially designed barrel and a built-in blood-feed container input method. It uses thickened blood as the primary ammunition, and shoots at extremely high velocity, dealing damage nearly the same to high caliber firearms.",
    "price": "0 cent",
    "price_postapoc": "7305 USD",
    "material": [ "steel", "compactblood" ],
    "flags": [ "NEVER_JAMS" ],
    "skill": "rifle",
    "weight": "3420 g",
    "ammo": [ "ammoblood" ],
    "volume": "2500 ml",
    "bashing": 8,
    "to_hit": 0,
    "dispersion": 170,
    "sight_dispersion": 100,
    "recoil": 20,
    "durability": 8,
    "clip_size": 10,
    "reload": 100,
    "loudness": 3,
    "range": 20,
    "ranged_damage": { "damage_type": "bullet", "amount": 15 },
    "barrel_length": "750 ml",
    "built_in_mods": [ "bloodstinger_barrel" ],
    "valid_mod_locations": [
      [ "accessories", 4 ],
      [ "barrel", 1 ],
      [ "grip", 1 ],
      [ "mechanism", 4 ],
      [ "muzzle", 1 ],
      [ "rail", 1 ],
      [ "sights", 1 ],
      [ "stock", 1 ],
      [ "underbarrel", 1 ]
    ]
  },
  {
    "id": "blood_stream_shooter",
    "type": "GUN",
    "symbol": "(",
    "color": "red",
    "name": { "str": "blood stream shooter" },
    "description": "A heavy vampiric gun with very large, built-in blood-feed container input method and a trio-rotational barrel chambers. It uses thickened blood as the primary ammunition, and shoots at maximum firing rate without generating disrupting sounds.",
    "price": "0 cent",
    "price_postapoc": "11829 USD",
    "material": [ "steel", "compactblood" ],
    "flags": [ "NEVER_JAMS" ],
    "skill": "smg",
    "weight": "3855 g",
    "ammo": [ "ammoblood" ],
    "volume": "2500 ml",
    "bashing": 4,
    "to_hit": 0,
    "modes": [ [ "DEFAULT", "semi-auto", 3 ], [ "BURST", "5 rd.", 9 ], [ "AUTO", "auto", 15 ] ],
    "dispersion": 180,
    "sight_dispersion": 100,
    "recoil": 30,
    "durability": 8,
    "clip_size": 400,
    "reload": 175,
    "loudness": 3,
    "ranged_damage": { "damage_type": "bullet", "amount": 5 },
    "valid_mod_locations": [
      [ "accessories", 4 ],
      [ "grip", 1 ],
      [ "rail", 1 ],
      [ "mechanism", 4 ],
      [ "sights", 1 ],
      [ "stock", 1 ],
      [ "underbarrel", 1 ]
    ]
  },
  {
    "id": "blood_sprayer",
    "type": "GUN",
    "symbol": "(",
    "color": "red",
    "name": { "str": "blood sprayer" },
    "description": "A lightweight vampiric gun with large, built-in blood-feed container input method. It uses thickened blood as the primary ammunition, and shoots at high firing rate without generating disrupting sounds.",
    "price": "0 cent",
    "price_postapoc": "4235 USD",
    "material": [ "steel", "compactblood" ],
    "flags": [ "NEVER_JAMS" ],
    "skill": "smg",
    "weight": "1805 g",
    "ammo": [ "ammoblood" ],
    "volume": "1500 ml",
    "bashing": 4,
    "to_hit": 0,
    "modes": [ [ "DEFAULT", "semi-auto", 1 ], [ "BURST", "5 rd.", 3 ], [ "AUTO", "auto", 5 ] ],
    "dispersion": 185,
    "sight_dispersion": 95,
    "recoil": 10,
    "durability": 8,
    "clip_size": 100,
    "reload": 75,
    "loudness": 3,
    "ranged_damage": { "damage_type": "bullet", "amount": 3 },
    "valid_mod_locations": [
      [ "accessories", 4 ],
      [ "grip", 1 ],
      [ "mechanism", 4 ],
      [ "muzzle", 1 ],
      [ "rail", 1 ],
      [ "sights", 1 ],
      [ "stock", 1 ],
      [ "underbarrel", 1 ]
    ]
  }
]