forked from yowshi/BlobExpansion
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtools.json
More file actions
475 lines (475 loc) · 15.3 KB
/
Copy pathtools.json
File metadata and controls
475 lines (475 loc) · 15.3 KB
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
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
[
{
"id": "slimey_tool_block",
"type": "TOOL",
"name": "blob multi tool",
"//": "The multi-tool is a bit more of a toolkit than a knife.",
"description": "After much paring down, stretching, and shaping you have converted a grey frame into an almost universal multi tool. It wibbles and wobbles every now and then and seems to have started to turn into the tool you need almost before you need it.",
"weight": "2000 g",
"volume": "5000 ml",
"price": 3000,
"to_hit": -4,
"bashing": 1,
"cutting": 4,
"material": "slime",
"symbol": ";",
"color": "light_gray",
"qualities": [
[ "CUT", 2 ],
[ "SAW_W", 5 ],
[ "SAW_M", 5 ],
[ "WRENCH", 3 ],
[ "SCREW", 3 ],
[ "SCREW_FINE", 3 ],
[ "BUTCHER", 30 ],
[ "CUT_FINE", 3 ],
[ "PRY", 4 ],
[ "HAMMER", 3 ],
[ "HAMMER_FINE", 4 ],
[ "CHISEL", 3 ],
[ "SAW_M_FINE", 5 ],
[ "WRENCH_FINE", 3 ],
[ "FILE", 2 ],
[ "REAM", 1 ],
[ "DISTILL", 5 ],
[ "AXE", 4 ],
[ "GRAFT", 1 ],
[ "DIG", 4 ]
],
"ammo": "bfeed",
"initial_charges": 400,
"max_charges": 400
},
{
"id": "slime_kit",
"type": "TOOL",
"name": "slime repair kit",
"description": "A cobbled together mass of slime bits used to mend slime based equipment with blob feed. One should watch their fingers while using, injured blobs can be quite hungry.",
"weight": "100 g",
"volume": "500 ml",
"price": 1000,
"to_hit": -2,
"bashing": 1,
"material": [ "slime" ],
"symbol": ";",
"color": "red",
"ammo": "bfeed",
"sub": "sewing_kit",
"initial_charges": 400,
"max_charges": 400,
"charges_per_use": 1,
"qualities": [ [ "SEW", 4 ], [ "SEW_CURVED", 1 ], [ "KNIT", 1 ], [ "LEATHER_AWL", 2 ], [ "CUT", 1 ] ],
"use_action": [
{
"type": "repair_item",
"item_action_type": "repair_fabric",
"materials": [ "slime", "angryslime", "flesh" ],
"skill": "cooking",
"tool_quality": 1,
"cost_scaling": 0.1,
"move_cost": 800
}
]
},
{
"id": "remotegelcontrol",
"type": "TOOL",
"name": "remote gelectric controller",
"description": "A gelectric remote controller for real cars. Can turn onboard devices on and off. Some cars can be driven remotely. Notably more efficient then the normal toy kind.",
"//": "Currently worthless, as the game is presently hardcoded to only allow the two specific controls to work. If they ever remove that unusual bug, it should work fine.",
"weight": "907 g",
"volume": "1 L",
"price": 2000,
"to_hit": -1,
"material": "slime",
"symbol": "#",
"color": "yellow",
"ammo": "battery",
"charges_per_use": 1,
"turns_per_charge": 30,
"use_action": "REMOTEVEH",
"magazines": [
[
"battery",
[
"light_battery_cell",
"light_plus_battery_cell",
"light_minus_battery_cell",
"light_atomic_battery_cell",
"light_minus_atomic_battery_cell",
"light_minus_disposable_cell",
"light_disposable_cell"
]
]
],
"magazine_well": 1
},
{
"id": "slime_butcher_rack",
"type": "TOOL",
"name": "slime butchering rack",
"description": "Blobby butchering rack designed to hang a carcass in the air. It is folded for easy transportation.",
"weight": "5000 g",
"volume": "10 L",
"price": 5000,
"to_hit": -4,
"bashing": 7,
"material": [ "steel" ],
"symbol": "=",
"color": "light_gray",
"use_action": { "type": "deploy_furn", "furn_type": "slime_butcher_deployed" }
},
{
"id": "slimey_water_purifier",
"type": "TOOL",
"name": "slime water purifier",
"description": "A few scraps of blob globs formed into a worm-like tube. It wriggles about ,seemingly happily, ingesting the impurities in any water it finds and shooting the clean water out the other end. You figure you could use it to purify water. ",
"weight": "1500 g",
"volume": "1500 ml",
"price": 1000,
"to_hit": -2,
"bashing": 1,
"material": [ "slime" ],
"symbol": ";",
"color": "light_blue",
"ammo": "bfeed",
"initial_charges": 100,
"max_charges": 100,
"charges_per_use": 1,
"use_action": "WATER_PURIFIER",
"flags": [ "ALLOWS_REMOTE_USE" ]
},
{
"id": "SlimeTeleporter",
"type": "TOOL",
"name": "Void Transmitter",
"description": "This curious device somehow communicates with already established teleport terminuses, like ones made from Void Eaters.",
"weight": "1500 g",
"volume": "1500 ml",
"price": 1000,
"to_hit": -2,
"bashing": 1,
"material": [ "slime" ],
"symbol": ";",
"color": "light_blue",
"ammo": "bfeed",
"initial_charges": 100,
"max_charges": 100,
"charges_per_use": 1,
"use_action": { "type": "cast_spell", "spell_id": "void_translocate", "no_fail": true, "level": 25 },
"flags": [ "ALLOWS_REMOTE_USE" ]
},
{
"id": "FriendDispenser",
"type": "TOOL",
"name": "Slimespring Pod",
"description": "By now, you're well aquainted with the blob's ability to self-replicate, particularly when fed. Now, you can use it to make some friends!",
"weight": "1500 g",
"volume": "1500 ml",
"price": 1000,
"to_hit": -2,
"bashing": 1,
"material": [ "slime" ],
"symbol": ";",
"color": "light_blue",
"ammo": "bfeed",
"initial_charges": 100,
"max_charges": 100,
"charges_per_use": 10,
"use_action": { "type": "cast_spell", "spell_id": "spell_summon_slimespring", "no_fail": true, "level": 25 },
"flags": [ "ALLOWS_REMOTE_USE" ]
},
{
"type": "SPELL",
"id": "spell_summon_slimespring",
"name": "Summon Slimespring",
"description": "Spawns a Slimespring.",
"flags": [ "PERMANENT" ],
"valid_targets": [ "ground" ],
"base_casting_time": 200,
"min_damage": 1,
"max_damage": 1,
"min_aoe": 2,
"max_aoe": 2,
"message": "A slimespring appears!",
"effect": "summon",
"effect_str": "mon_player_blob"
},
{
"id": "SlimeEcholocator",
"type": "TOOL",
"name": "Blob Sounder",
"description": "This powerful blob-based tool sends a sonar pulse deep into the earth, revealing all nearby terrain and items. Monsters and other creatures aren't dense enough to be effected.",
"weight": "1500 g",
"volume": "1500 ml",
"price": 1000,
"to_hit": -2,
"bashing": 1,
"material": [ "slime" ],
"symbol": ";",
"color": "light_blue",
"ammo": "bfeed",
"initial_charges": 100,
"max_charges": 1000,
"charges_per_use": 10,
"use_action": { "type": "cast_spell", "spell_id": "Blob_clairvoyance", "no_fail": true, "level": 25 },
"flags": [ "ALLOWS_REMOTE_USE" ]
},
{
"id": "Blob_clairvoyance",
"type": "SPELL",
"name": "Clairvoyance",
"description": "You close your eyes and the earth surrenders its secrets to you.",
"effect": "target_attack",
"valid_targets": [ "ally", "hostile", "ground" ],
"flags": [ "SOMATIC", "VERBAL", "IGNORE_WALLS" ],
"max_level": 25,
"min_aoe": 100,
"max_aoe": 100,
"aoe_increment": 0.5,
"spell_class": "EARTHSHAPER",
"base_casting_time": 0,
"base_energy_cost": 750,
"energy_source": "MANA",
"difficulty": 4,
"field_id": "fd_clairvoyant",
"min_field_intensity": 1,
"max_field_intensity": 1
},
{
"id": "void_translocate",
"type": "SPELL",
"name": "Translocate Self",
"description": "Communes with a pre-existing Void Gate to recall the user.",
"valid_targets": [ "self", "ally", "hostile" ],
"effect": "translocate",
"difficulty": 0,
"max_level": 25,
"base_casting_time": 0,
"base_energy_cost": 0,
"energy_source": "STAMINA",
"spell_class": "NONE"
},
{
"id": "slimeskin",
"type": "CONTAINER",
"category": "container",
"name": "small slimy liquid container",
"description": "A few small blob globs molded into a resealable container for 1.5 liters of liquid. It squirms slightly whenever it is filled.",
"weight": "453 g",
"volume": "250 ml",
"price": 2000,
"to_hit": -1,
"bashing": 1,
"rigid": false,
"material": "slime",
"symbol": ")",
"color": "brown",
"contains": "1500 ml",
"seals": true,
"watertight": true,
"armor_data": { "covers": [ "LEG_EITHER" ], "coverage": 5, "material_thickness": 2 },
"flags": [ "WAIST", "WATER_FRIENDLY", "STURDY" ]
},
{
"id": "slimeskin2",
"type": "CONTAINER",
"category": "container",
"name": "medium slimy liquid container",
"description": "A water tight bag made of molded blob globs suitable for holding up to 3 liters of liquid. It squirms whenever you fill it. ",
"weight": "783 g",
"volume": "500 ml",
"price": 4000,
"to_hit": -1,
"bashing": 2,
"rigid": false,
"material": "slime",
"symbol": ")",
"color": "brown",
"contains": "3 L",
"seals": true,
"watertight": true,
"armor_data": { "covers": [ "TORSO" ], "coverage": 10, "material_thickness": 2 },
"flags": [ "WAIST", "WATER_FRIENDLY", "STURDY" ]
},
{
"id": "slimeskin3",
"type": "CONTAINER",
"category": "container",
"name": "large slimy liquid container",
"description": "A bag made of a dozen blob globs molded together, it holds 5 liters of liquid. It gurgles happily whenever it is full and seems reluctant to let you empty it.",
"weight": "990 g",
"volume": "750 ml",
"price": 6000,
"to_hit": -1,
"bashing": 3,
"rigid": false,
"material": "slime",
"symbol": ")",
"color": "brown",
"contains": "5 L",
"seals": true,
"watertight": true,
"armor_data": { "covers": [ "TORSO" ], "coverage": 15, "material_thickness": 2 },
"flags": [ "BELTED", "WATER_FRIENDLY", "STURDY" ]
},
{
"id": "geljack",
"type": "TOOL",
"name": "gelacier jackhammer",
"description": "This is a gelacier you have molded and shaped. When you squeeze the handles the end thrusts like a jackhammer. You swear you can hear it squee with joy every time you use it.",
"weight": "15000 g",
"volume": "5 L",
"price": 40000,
"to_hit": -3,
"bashing": 14,
"cutting": 6,
"material": "slime",
"symbol": ";",
"color": "light_gray",
"looks_like": "jackhammer",
"ammo": "bfeed",
"max_charges": 400,
"charges_per_use": 10,
"use_action": "JACKHAMMER",
"flags": [ "STAB", "DIG_TOOL", "POWERED" ]
},
{
"id": "blobprogramer",
"type": "TOOL",
"name": "blob programmer",
"description": "This is a queen meshed together with a gelectrode, and a few electronics which it has ingested and assimilated. After much work it is now ready to interact with other complex blob constructions so you can program or teach them. The way it looks at you is sometimes unerving.",
"weight": "15000 g",
"volume": "15 L",
"to_hit": -10,
"bach": 15,
"material": "slime",
"symbol": ";",
"color": "red",
"use_action": "ROBOTCONTROL",
"qualities": [ [ "blobprog", 1 ] ]
},
{
"id": "pufferchemicalfactory",
"type": "TOOL",
"name": "puffer chemical factory",
"description": "You've had the possibly genius, or possibly insane idea to combine the three puffer blob types into a chemical factory, using the blob programmer to set it up correctly. the result to be able to turn yeast and various base chamicals into useful substances.",
"weight": "15000 g",
"volume": "15 L",
"to_hit": -10,
"bach": 9,
"material": "slime",
"symbol": ";",
"color": "blue",
"qualities": [ [ "blobchemfact", 1 ] ]
},
{
"id": "gelhotplate",
"type": "TOOL",
"name": "gelectrode hotplate",
"description": "A couple of gelectrodes you grafted together with some blob globs. It works to generate heat for cooking and chemistry.",
"weight": "2000 g",
"volume": "1000 ml",
"to_hit": -1,
"bashing": 4,
"material": "slime",
"symbol": ";",
"color": "green",
"looks_like": "hotplate",
"ammo": "bfeed",
"charges_per_use": 3,
"use_action": "HOTPLATE",
"magazines": [ [ "bfeed", [ "bfmagmed" ] ] ],
"magazine_well": 10
},
{
"id": "gelheadlamp",
"type": "TOOL_ARMOR",
"category": "clothing",
"name": "gel headlamp (off)",
"name_plural": "gel headlamps (off)",
"description": "This is a gelectrode which you have crafted to be a wearable source of light. it goes on your head.",
"weight": "400 g",
"volume": "400 ml",
"price": 950,
"bashing": 8,
"to_hit": 2,
"material": [ "slime" ],
"flags": [ "OVERSIZE", "BELTED", "ALLOWS_NATURAL_ATTACKS" ],
"symbol": ";",
"color": "blue",
"charges_per_use": 1,
"ammo": "bfeed",
"use_action": {
"type": "transform",
"msg": "You turn on your headlamp",
"target": "gelheadlamp_on",
"active": true,
"need_charges": 1,
"need_charges_msg": "The gel headlamp is out of blob feed"
},
"covers": [ "HEAD" ],
"coverage": 15,
"material_thickness": 1,
"magazines": [ [ "bfeed", [ "bfmagmed" ] ] ],
"magazine_well": 10
},
{
"id": "GPS_off",
"type": "TOOL_ARMOR",
"copy-from": "UPS_off",
"name": "GPS",
"name_plural": "GPS's",
"//": "Doesn't seem to work. Maybe UPSes are just hardcoded?",
"description": "This is a unified power supply, or UPS. It is a device developed jointly by military and scientific interests for use in combat and the field. The UPS is designed to power armor and some guns, but drains batteries quickly. It can be worn around to either leg for ease of access, and it's been waterproofed to protect the delicate electronics. Has it's own custom battery, with higher capacity and rechargeable, but not removeable",
"coverage": 5,
"ammo": "battery",
"initial_charges": 1000,
"max_charges": 3000,
"encumbrance": 2,
"covers": [ "LEG_EITHER", "ARM_EITHER" ],
"flags": [ "RECHARGE", "WAIST", "WATERPROOF", "IS_UPS", "NO_RELOAD", "NO_UNLOAD" ],
"magazines": [
[
"battery",
[
"heavy_plus_battery_cell",
"heavy_battery_cell",
"heavy_atomic_battery_cell",
"heavy_disposable_cell",
"glowie"
]
]
]
},
{
"copy-from": "glowie",
"id": "glowie",
"type": "MAGAZINE",
"category": "veh_parts",
"name": "gelectrode",
"//": "No Snake, eating it will not refill your batteries. But putting it a GPS will.",
"description": "A biological mystery, this blob has evolved the ability to slowly generate electricity through some unknown process, when properly molded and kickstarted. It emits a low phosphorescent glow while doing so. It is also capable of storing electricity from other sources, but doing so renders it inactive. It seems pliable enough to pull apart…",
"weight": "5132 g",
"volume": "500 ml",
"price": 500,
"to_hit": -3,
"bashing": 9,
"material": [ "flesh" ],
"symbol": "]",
"color": "cyan",
"ammo_type": "battery",
"capacity": 5000
},
{
"id": "gelheadlamp_on",
"copy-from": "gelheadlamp",
"type": "TOOL",
"name": "gel headlamp (on)",
"name_plural": "gel headlamps (on)",
"power_draw": 1500,
"revert_to": "gelheadlamp",
"use_action": { "menu_text": "Turn off", "type": "transform", "msg": "You turn off your gel headlamp.", "target": "gelheadlamp" },
"flags": [ "LIGHT_500" ]
}
]