-
Notifications
You must be signed in to change notification settings - Fork 3
/
blaze_magazines.json
170 lines (170 loc) · 5.78 KB
/
blaze_magazines.json
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
[
{
"abstract": "blaze_mag_base",
"type": "MAGAZINE",
"name": "blaze_base_magazine1",
"weight": 1200,
"volume": 20,
"price": 0,
"material": "steel",
"symbol": "#",
"color": "dark_gray",
"reliability": 10,
"reload_time": 50,
"flags": [ "MAG_BULKY" ]
},
{
"abstract": "blaze_mag_bullet",
"type": "MAGAZINE",
"name": "blaze_base_magazine2",
"weight": 1200,
"volume": 10,
"price": 0,
"material": "steel",
"symbol": "#",
"color": "dark_gray",
"reliability": 10,
"reload_time": 50,
"flags": [ "MAG_BULKY" ]
},
{
"abstract": "blaze_mag_large",
"type": "MAGAZINE",
"name": "blaze_base_magazine3",
"weight": 1200,
"volume": 40,
"price": 0,
"material": "steel",
"symbol": "#",
"color": "dark_gray",
"reliability": 10,
"reload_time": 100,
"flags": [ "MAG_BULKY" ]
},
{
"id": "blaze_mag_bolt",
"copy-from": "blaze_mag_base",
"type": "MAGAZINE",
"name": "bolt hopper",
"description": "A container meant to hold ammunition for improvised weapons; it's far too unwieldly for use in hand-held weaponry. This one is primed specifically for crossbow bolts, but can altered to hold different types of improvised ammunition by using it.",
"ammo_type": "bolt",
"capacity": 500,
"use_action": {
"target": "blaze_mag_nail",
"msg": "You fiddle with the hopper a bit.",
"type": "transform"
}
},
{
"id": "blaze_mag_nail",
"copy-from": "blaze_mag_base",
"type": "MAGAZINE",
"name": "nail hopper",
"description": "A container meant to hold ammunition for improvised weapons; it's far too unwieldly for use in hand-held weaponry. This one is primed specifically for nails, but can altered to hold different types of improvised ammunition by using it.",
"ammo_type": "nail",
"capacity": 500,
"use_action": {
"target": "blaze_mag_shard",
"msg": "You fiddle with the hopper a bit.",
"type": "transform"
}
},
{
"id": "blaze_mag_shard",
"copy-from": "blaze_mag_base",
"type": "MAGAZINE",
"name": "scrap hopper",
"description": "A container meant to hold ammunition for improvised weapons; it's far too unwieldly for use in hand-held weaponry. This one is primed specifically for metal fragments, but can altered to hold different types of improvised ammunition by using it.",
"ammo_type": "shrapnel",
"capacity": 1000,
"use_action": {
"target": "blaze_mag_disk",
"msg": "You fiddle with the hopper a bit.",
"type": "transform"
}
},
{
"id": "blaze_mag_disk",
"copy-from": "blaze_mag_base",
"type": "MAGAZINE",
"name": "disk hopper",
"description": "A container meant to hold ammunition for improvised weapons; it's far too unwieldly for use in hand-held weaponry. This one is primed specifically for metal fragments, but can altered to hold different types of improvised ammunition by using it.",
"ammo_type": "ripdisk",
"capacity": 500,
"use_action": {
"target": "blaze_mag_flintlock",
"msg": "You fiddle with the hopper a bit.",
"type": "transform"
}
},
{
"id": "blaze_mag_flintlock",
"copy-from": "blaze_mag_base",
"type": "MAGAZINE",
"name": "paper cartridge hopper",
"description": "A container meant to hold ammunition for improvised weapons; it's far too unwieldly for use in hand-held weaponry. This one is primed specifically for paper cartridges, but can altered to hold different types of improvised ammunition by using it.",
"ammo_type": "flintlock",
"capacity": 500,
"use_action": {
"target": "blaze_mag_bolt",
"msg": "You fiddle with the hopper a bit.",
"type": "transform"
}
},
{
"id": "blaze_mag_rock",
"copy-from": "blaze_mag_large",
"type": "MAGAZINE",
"name": "heavy-duty rack",
"description": "A container meant to hold ammunition for large improvised weapons. This one is a rather complex loader for very crude ammunition, but can altered to hold different types of large ammunition by using it.",
"ammo_type": "h_projectile",
"capacity": 100,
"use_action": {
"target": "blaze_mag_hbolt",
"msg": "You fiddle with the rack a bit.",
"type": "transform"
}
},
{
"id": "blaze_mag_hbolt",
"copy-from": "blaze_mag_large",
"type": "MAGAZINE",
"name": "ballista rack",
"description": "A container meant to hold ammunition for large improvised weapons. This one is a rather complex loader for ballista bolts, but can altered to hold different types of large ammunition by using it.",
"ammo_type": "hbolt",
"capacity": 100,
"use_action": {
"target": "blaze_mag_harpoon",
"msg": "You fiddle with the rack a bit.",
"type": "transform"
}
},
{
"id": "blaze_mag_harpoon",
"copy-from": "blaze_mag_large",
"type": "MAGAZINE",
"name": "harpoon rack",
"description": "A container meant to hold ammunition for large improvised weapons. This one is a rather complex loader for harpoons, but can altered to hold different types of large ammunition by using it.",
"ammo_type": "harpoon",
"capacity": 200,
"use_action": {
"target": "blaze_mag_rail",
"msg": "You fiddle with the rack a bit.",
"type": "transform"
}
},
{
"id": "blaze_mag_rail",
"copy-from": "blaze_mag_large",
"type": "MAGAZINE",
"name": "harpoon rack",
"description": "A container meant to hold ammunition for large improvised weapons. This one is a rather complex loader for harpoons, but can altered to hold different types of large ammunition by using it.",
"ammo_type": "metal_rail",
"capacity": 100,
"use_action": {
"target": "blaze_mag_bolt",
"msg": "You fiddle with the rack a bit.",
"type": "transform"
}
}
]