1[
2  {
3    "id": "granade",
4    "type": "TOOL",
5    "category": "weapons",
6    "name": { "str": "Granade" },
7    "description": "Attached to this grenade is a name tag with the name Kevin written on it.  Does not seem to work like a grenade, handle with care.",
8    "weight": "180 g",
9    "volume": "250 ml",
10    "price": 40000,
11    "to_hit": -1,
12    "bashing": 6,
13    "material": [ "steel", "plastic" ],
14    "symbol": "*",
15    "color": "green",
16    "use_action": [ "GRANADE" ]
17  },
18  {
19    "id": "granade_act",
20    "type": "TOOL",
21    "category": "weapons",
22    "name": { "str": "active Granade" },
23    "description": "Attached to this grenade is a name tag with the name Kevin written on it.  Does not seem to work like a grenade, handle with care.  Better throw it!",
24    "weight": "180 g",
25    "volume": "250 ml",
26    "price": 0,
27    "to_hit": -1,
28    "bashing": 6,
29    "material": [ "steel", "plastic" ],
30    "symbol": "*",
31    "color": "green",
32    "initial_charges": 5,
33    "max_charges": 5,
34    "turns_per_charge": 1,
35    "use_action": [ "GRANADE_ACT" ],
36    "flags": [ "TRADER_AVOID" ]
37  },
38  {
39    "id": "bio_chest_gun",
40    "copy-from": "bionic_general",
41    "type": "BIONIC_ITEM",
42    "name": { "str": "Ionic Overload Generator CBM" },
43    "description": "A powerful ion energy generator is implanted on your chest.  Fires a powerful, ever-expanding energy blast.  The resulting blast ignites oxygen creating fires as it moves and an explosion on impact.  Close range use is highly discouraged.",
44    "price": 220000,
45    "difficulty": 8
46  },
47  {
48    "type": "bionic",
49    "id": "bio_chest_gun",
50    "name": { "str": "Ionic Overload Generator" },
51    "description": "A powerful ion energy generator is implanted on your chest.  Fires a powerful, ever-expanding energy blast.  The resulting blast ignites oxygen creating fires as it moves and an explosion on impact.  Close range use is highly discouraged.",
52    "occupied_bodyparts": [ [ "torso", 20 ] ],
53    "act_cost": 500,
54    "fake_item": "bio_ion_gun",
55    "flags": [ "BIONIC_GUN" ]
56  },
57  {
58    "id": "bio_ion_gun",
59    "type": "GUN",
60    "name": { "str": "Ionic Overload Generator" },
61    "description": "A powerful ion energy generator is implanted on your chest.  Fires a powerful, ever-expanding energy blast that goes through various targets.  The energy shot ignites oxygen creating fires as it moves and an explosion on impact.",
62    "weight": "2950 g",
63    "volume": "3 L",
64    "price": 1600000,
65    "to_hit": -1,
66    "bashing": 12,
67    "material": [ "steel", "plastic" ],
68    "symbol": "(",
69    "color": "cyan",
70    "skill": "rifle",
71    "range": 45,
72    "ranged_damage": { "damage_type": "stab", "amount": 250, "armor_penetration": 20 },
73    "dispersion": 10,
74    "recoil": 100,
75    "durability": 10,
76    "loudness": 50,
77    "reload": 0,
78    "ammo_effects": [ "PLASMA", "EXPLOSIVE_HUGE", "STREAM_BIG", "INCENDIARY", "WIDE" ],
79    "flags": [ "NEVER_JAMS", "NO_UNLOAD", "TRADER_AVOID" ]
80  },
81  {
82    "id": "yeet_cannon",
83    "copy-from": "pistol_base",
84    "type": "GUN",
85    "name": { "str": "Yeet Cannon" },
86    "description": "You can YEET all the bullets with this baby.  YEET them right into all of the zombies in your path, all the hulks, the spiders, and those damned mole rats.",
87    "weight": "709 g",
88    "volume": "539 ml",
89    "price": 7500,
90    "to_hit": -2,
91    "bashing": 8,
92    "material": [ "plastic", "steel", "zinc" ],
93    "color": "dark_gray",
94    "ammo": [ "9mm" ],
95    "dispersion": 480,
96    "durability": 7,
97    "pocket_data": [
98      {
99        "pocket_type": "MAGAZINE_WELL",
100        "holster": true,
101        "max_contains_volume": "20 L",
102        "max_contains_weight": "20 kg",
103        "item_restriction": [ "hptc9mag_8rd", "hptc9mag_10rd", "hptc9mag_15rd" ]
104      }
105    ]
106  },
107  {
108    "id": "firekatana_off",
109    "type": "TOOL",
110    "category": "weapons",
111    "name": { "str": "Rising Sun" },
112    "description": "This is a katana with a nozzle just behind the cutting edge of the blade.  People love fire, and people love katanas, so why not put them together?  The gas burners attached to this blade can really turn up the heat on your foes.  Use to ignite.",
113    "weight": "1400 g",
114    "volume": "2250 ml",
115    "price": 98000,
116    "bashing": 4,
117    "cutting": 31,
118    "material": [ "steel" ],
119    "symbol": "/",
120    "color": "light_gray",
121    "ammo": [ "gasoline" ],
122    "charges_per_use": 1,
123    "max_charges": 50,
124    "techniques": [ "RAPID", "WBLOCK_2" ],
125    "use_action": {
126      "type": "fireweapon_off",
127      "target_id": "firekatana_on",
128      "moves": 10,
129      "noise": 10,
130      "success_message": "The Sun rises.",
131      "lacks_fuel_message": "Time stands still."
132    },
133    "qualities": [ [ "CUT", 1 ], [ "BUTCHER", 6 ] ],
134    "flags": [ "FIRE", "DURABLE_MELEE", "SHEATH_SWORD" ]
135  },
136  {
137    "id": "firekatana_on",
138    "type": "TOOL",
139    "category": "weapons",
140    "name": { "str": "Rising Sun" },
141    "description": "This is a katana that glows with the fury and heat of the SUN!  Well, okay it's not THAT hot, but getting hit with it still stings like the dickens.  Use to shut off the gas.",
142    "weight": "1400 g",
143    "volume": "2250 ml",
144    "price": 98000,
145    "bashing": 4,
146    "cutting": 31,
147    "material": [ "steel" ],
148    "symbol": "/",
149    "color": "red",
150    "ammo": [ "gasoline" ],
151    "max_charges": 50,
152    "turns_per_charge": 30,
153    "revert_to": "firekatana_off",
154    "techniques": [ "RAPID", "WBLOCK_2" ],
155    "use_action": [
156      {
157        "type": "fireweapon_on",
158        "noise_chance": 35,
159        "noise_message": "The Sun shines brightly.",
160        "voluntary_extinguish_message": "The Sun sets.",
161        "charges_extinguish_message": "The Light Fades.",
162        "water_extinguish_message": "Your sword hisses in the water and goes out."
163      },
164      { "type": "firestarter", "moves": 30 }
165    ],
166    "flags": [ "FIRE", "LIGHT_240", "CHARGEDIM", "FLAMING", "DURABLE_MELEE", "TRADER_AVOID", "WATER_EXTINGUISH" ]
167  },
168  {
169    "id": "zweifire_off",
170    "type": "TOOL",
171    "category": "weapons",
172    "name": { "str": "flammenschwert (aus)", "str_pl": "flammenschwerter (aus)" },
173    "//": "All of this is SUPPOSED to be in German.",
174    "description": "Ein großes zweihändiges Schwert aus Deutschland, an dessen Klinge sich, unter Zuführung von Benzin, eine anhaltende Flamme erzeugen lässt.  Es ist eine sehr mächtige Waffe.",
175    "weight": "3400 g",
176    "volume": "3750 ml",
177    "price": 160000,
178    "bashing": 17,
179    "cutting": 40,
180    "material": [ "steel" ],
181    "symbol": "/",
182    "color": "light_gray",
183    "ammo": [ "gasoline" ],
184    "charges_per_use": 1,
185    "max_charges": 50,
186    "techniques": [ "WBLOCK_1", "WIDE", "BRUTAL", "SWEEP" ],
187    "use_action": {
188      "type": "fireweapon_off",
189      "target_id": "zweifire_on",
190      "moves": 10,
191      "noise": 10,
192      "success_message": "Die Klinge deines Schwertes brennt!",
193      "lacks_fuel_message": "Dein Flammenschwert hat keinen Brennstoff mehr."
194    },
195    "qualities": [ [ "CUT", 1 ], [ "BUTCHER", 1 ] ],
196    "flags": [ "DURABLE_MELEE", "SHEATH_SWORD", "ALWAYS_TWOHAND" ]
197  },
198  {
199    "id": "zweifire_on",
200    "type": "TOOL",
201    "category": "weapons",
202    "name": { "str": "flammenschwert", "str_pl": "flammenschwerter" },
203    "//": "All of this is SUPPOSED to be in German.",
204    "description": "Ein großes zweihändiges Schwert aus Deutschland, an dessen Klinge sich, unter Zuführung von Benzin, eine anhaltende Flamme erzeugen lässt.  Es ist eine sehr mächtige Waffe.",
205    "weight": "3400 g",
206    "volume": "3750 ml",
207    "price": 160000,
208    "bashing": 17,
209    "cutting": 40,
210    "material": [ "steel" ],
211    "symbol": "/",
212    "color": "red",
213    "ammo": [ "gasoline" ],
214    "max_charges": 50,
215    "turns_per_charge": 30,
216    "revert_to": "zweifire_off",
217    "techniques": [ "WBLOCK_1", "WIDE", "BRUTAL", "SWEEP" ],
218    "use_action": [
219      {
220        "type": "fireweapon_on",
221        "noise_chance": 35,
222        "noise_message": "Das Feuer um deine Schwertklinge leuchtet hell!",
223        "voluntary_extinguish_message": "Die Flamme deines Schwertes erlischt.",
224        "charges_extinguish_message": "Deinem Flammenschwert ist der Brennstoff ausgegangen!",
225        "water_extinguish_message": "Dein Schwert zischt und erlischt."
226      },
227      { "type": "firestarter", "moves": 30 }
228    ],
229    "flags": [ "FIRE", "LIGHT_240", "CHARGEDIM", "FLAMING", "DURABLE_MELEE", "TRADER_AVOID", "WATER_EXTINGUISH", "ALWAYS_TWOHAND" ]
230  },
231  {
232    "type": "GENERIC",
233    "id": "battletorch_done",
234    "name": { "str": "burnt out Louisville Slaughterer" },
235    "description": "A sturdy wood bat, wrapped in flame-resistant Nomex fabric.  Makes a good melee weapon but better be disassembled to recycle the baseball bat and some Nomex patches.",
236    "weight": "1343 g",
237    "to_hit": 3,
238    "color": "brown",
239    "symbol": "/",
240    "material": [ "wood" ],
241    "techniques": [ "WBLOCK_1" ],
242    "flags": [ "DURABLE_MELEE" ],
243    "volume": "1750 ml",
244    "bashing": 19,
245    "price": 18000
246  },
247  {
248    "id": "battletorch",
249    "type": "TOOL",
250    "category": "weapons",
251    "name": { "str": "Louisville Slaughterer" },
252    "description": "This is sturdy wood bat, wrapped in gasoline-soaked rags and flame-resistant Nomex fabric.  Light it, and the ball game will REALLY heat up.  You'll need a lighter or matches to light it.",
253    "weight": "1485 g",
254    "volume": "2 L",
255    "price": 16000,
256    "to_hit": 3,
257    "bashing": 18,
258    "material": [ "wood", "nomex" ],
259    "symbol": "/",
260    "color": "brown",
261    "initial_charges": 25,
262    "max_charges": 25,
263    "charges_per_use": 1,
264    "techniques": [ "WBLOCK_1" ],
265    "use_action": {
266      "target": "battletorch_lit",
267      "msg": "You light the Louisville Slaughterer.",
268      "active": true,
269      "need_fire": 1,
270      "menu_text": "Light",
271      "type": "transform"
272    },
273    "flags": [ "DURABLE_MELEE" ]
274  },
275  {
276    "id": "battletorch_lit",
277    "type": "TOOL",
278    "category": "weapons",
279    "name": { "str": "Louisville Slaughterer" },
280    "description": "This is a sturdy wood bat, wrapped in gasoline-soaked rags and flame-resistant Nomex fabric.  It is burning brightly, and makes it much easier to see the baselines at night games (It also makes the umpire FAR more likely to call a ball instead of a strike).",
281    "weight": "1485 g",
282    "volume": "2 L",
283    "price": 16000,
284    "to_hit": 3,
285    "bashing": 18,
286    "material": [ "wood", "nomex" ],
287    "symbol": "/",
288    "color": "red",
289    "initial_charges": 25,
290    "max_charges": 25,
291    "turns_per_charge": 20,
292    "revert_to": "battletorch_done",
293    "techniques": [ "WBLOCK_1" ],
294    "use_action": [
295      { "type": "firestarter", "moves": 30 },
296      {
297        "target": "battletorch",
298        "msg": "The Louisville Slaughterer is extinguished.",
299        "active": false,
300        "menu_text": "Extinguish",
301        "type": "transform"
302      }
303    ],
304    "flags": [ "FIRE", "LIGHT_310", "CHARGEDIM", "FLAMING", "DURABLE_MELEE", "TRADER_AVOID", "WATER_EXTINGUISH" ]
305  }
306]
307