-
Notifications
You must be signed in to change notification settings - Fork 4.2k
/
materials.json
717 lines (717 loc) · 23.5 KB
/
materials.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
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
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
[
{
"id": "adhesive",
"type": "requirement",
"//": "Materials used for joining (typically non-metallic) parts",
"components": [ [ [ "duct_tape", 25 ], [ "super_glue", 10 ], [ "bone_glue", 1 ] ] ]
},
{
"id": "glue_any",
"type": "requirement",
"//": "Any type of all-surface glue. Each unit is 1cm^2 of coverage",
"components": [ [ [ "super_glue", 4 ], [ "bone_glue", 1 ] ] ]
},
{
"id": "glue_waterproof",
"type": "requirement",
"//": "Any type of waterproof glue, which is just about everything except bone/hide glue. Each unit is 1cm^2 of coverage",
"components": [ [ [ "super_glue", 4 ] ] ]
},
{
"id": "glue_strong",
"type": "requirement",
"//": "Strong glue, such as superglues, epoxy resin. Each unit is 0.5cm^2 of coverage",
"components": [ [ [ "super_glue", 1 ] ] ]
},
{
"id": "adhesive_cordage",
"type": "requirement",
"//": "Materials used for joining or tying with strings (typically non-metallic) parts. For use with improvised or simple items.",
"components": [ [ [ "adhesive", 1, "LIST" ], [ "cordage", 1, "LIST" ] ] ]
},
{
"id": "concrete_materials_dry",
"type": "requirement",
"//": "Materials, that are used in making concrete. Adjusted for 1 unit of water with 1 cement / 0.6 water ratio per one requirement, and 3 cement/2 sand/1 aggregate ratio of ingredients by volume",
"components": [ [ [ "material_cement", 30 ] ], [ [ "material_sand", 20 ] ], [ [ "material_gravel", 10 ], [ "pebble", 2 ] ] ]
},
{
"id": "ammo_bullet",
"type": "requirement",
"//": "Materials used when forming bullets",
"components": [ [ [ "lead", 1 ] ] ]
},
{
"id": "bone_edible",
"type": "requirement",
"//": "Any kind of non-poisonous bones, human or not.",
"components": [ [ [ "bone", 1 ], [ "bone_human", 1 ], [ "bone_demihuman", 1 ] ] ]
},
{
"id": "bone_sturdy",
"type": "requirement",
"//": "Any kind of bones, human or not. Tainted bones are too brittle and won't work for this purpose.",
"components": [ [ [ "bone", 1 ], [ "bone_human", 1 ], [ "bone_demihuman", 1 ] ] ]
},
{
"id": "bone_any",
"type": "requirement",
"//": "Any kind of bones. May possibly be poisonous to eat, or fragile.",
"components": [ [ [ "bone_sturdy", 1, "LIST" ], [ "bone_tainted", 1 ] ] ]
},
{
"id": "bone_meal_any",
"type": "requirement",
"//": "Any kind of bone meal, edible or not. May possibly be poisonous to eat.",
"components": [ [ [ "meal_bone", 1 ], [ "meal_bone_tainted", 1 ] ] ]
},
{
"id": "copper_scrap_equivalent",
"type": "requirement",
"//": "Material used for equivalence between one unit of scrap copper and corresponding amount of elemental copper.",
"components": [ [ [ "scrap_copper", 1 ], [ "copper", 50 ] ] ]
},
{
"id": "plant_cordage",
"type": "requirement",
"//": "Fibrous plant material for basket weaving or rope making.",
"components": [ [ [ "withered", 2 ], [ "straw_pile", 2 ], [ "tanbark", 1 ], [ "willowbark", 1 ], [ "birchbark", 1 ] ] ]
},
{
"id": "cordage_fishing",
"type": "requirement",
"//": " makes 540cm of 10 lbish fishing line with little time spent braiding, thread requires to much work and sinew unglues in water unless threated",
"components": [
[
[ "string_36", 6 ],
[ "cordage_36", 6 ],
[ "cordage_36_leather", 6 ],
[ "string_6", 36 ],
[ "cordage_6", 36 ],
[ "cordage_6_leather", 36 ],
[ "thread_nomex", 108 ],
[ "thread_kevlar", 36 ]
]
]
},
{
"id": "cordage",
"type": "requirement",
"//": "Materials used for tying items, primitive bowstrings, and other uses involving string or makeshift cordage, 36 g/90 cm of cordage per unit.",
"components": [ [ [ "string_36", 1 ], [ "cordage_36", 1 ], [ "cordage_36_leather", 1 ], [ "cordage_short", 6, "LIST" ] ] ]
},
{
"id": "cordage_short",
"type": "requirement",
"//": "Materials used for tying smaller items requiring less string, 6 g/15 cm of cordage per unit.",
"components": [ [ [ "string_6", 1 ], [ "cordage_6", 1 ], [ "cordage_6_leather", 1 ], [ "filament", 50, "LIST" ] ] ]
},
{
"id": "cordage_superior",
"type": "requirement",
"//": "Superior materials used for tying items where more durability and/or flexibility are required (like good-quality bowstrings), 36 g/90 cm of string per unit.",
"components": [ [ [ "string_36", 1 ], [ "cordage_superior_short", 6, "LIST" ] ] ]
},
{
"id": "cordage_superior_short",
"type": "requirement",
"//": "Superior materials used for tying smaller items requiring less string where more durability and/or flexibility are required (like good-quality bowstrings), 6 g/15 cm of string per unit.",
"components": [ [ [ "string_6", 1 ], [ "filament", 50, "LIST" ] ] ]
},
{
"id": "cvd_diamond",
"type": "requirement",
"//": "Materials required to apply diamond coating (per 250ml volume)",
"components": [ [ [ "plasma", 5 ] ], [ [ "charcoal", 25 ], [ "coal_lump", 25 ] ] ]
},
{
"id": "autoclave",
"type": "requirement",
"//": "Materials required to run one cycle of the furniture autoclave",
"components": [ [ [ "water", 64 ], [ "water_clean", 64 ] ] ]
},
{
"id": "autoclave_item",
"type": "requirement",
"//": "Materials required to run one cycle of the item version autoclave",
"components": [ [ [ "water", 8 ], [ "water_clean", 8 ] ] ]
},
{
"id": "nanofabricator",
"type": "requirement",
"//": "Materials required by the nanofabricator to create an item (per 250ml volume)",
"components": [ [ [ "nanomaterial", 5 ] ] ]
},
{
"id": "fabric_standard",
"type": "requirement",
"//": "Materials used for crafting or repairing clothing or sheeting, etc.",
"components": [
[
[ "cotton_patchwork", 8 ],
[ "sheet_cotton_patchwork", 1 ],
[ "sheet_cotton", 1 ],
[ "sheet_lycra", 1 ],
[ "sheet_lycra_patchwork", 1 ],
[ "lycra_patch", 8 ],
[ "nylon", 1 ],
[ "sheet_nylon_patchwork", 1 ],
[ "sheet_nylon", 1 ],
[ "leather", 8 ],
[ "nomex", 8 ],
[ "sheet_nomex_patchwork", 1 ],
[ "sheet_nomex", 1 ],
[ "neoprene", 8 ],
[ "sheet_neoprene", 1 ],
[ "sheet_neoprene_patchwork", 1 ]
]
]
},
{
"id": "fabric_standard_small",
"type": "requirement",
"//": "Materials used for crafting or repairing clothing or sheeting, etc.",
"components": [
[ [ "cotton_patchwork", 1 ], [ "lycra_patch", 1 ], [ "nylon", 1 ], [ "leather", 1 ], [ "nomex", 1 ], [ "neoprene", 1 ] ]
]
},
{
"id": "fabric_standard_permeable",
"type": "requirement",
"//": "Materials used for crafting or repairing woven fabrics",
"components": [
[
[ "cotton_patchwork", 8 ],
[ "sheet_cotton_patchwork", 1 ],
[ "sheet_cotton", 1 ],
[ "lycra_patch", 8 ],
[ "sheet_lycra_patchwork", 1 ],
[ "sheet_lycra", 1 ],
[ "nylon", 8 ],
[ "sheet_nylon_patchwork", 1 ],
[ "sheet_nylon", 1 ],
[ "nomex", 8 ],
[ "sheet_nomex_patchwork", 1 ],
[ "sheet_nomex", 1 ]
]
]
},
{
"id": "fabric_standard_permeable_small",
"type": "requirement",
"//": "Materials used for crafting or repairing woven fabrics",
"components": [ [ [ "cotton_patchwork", 1 ], [ "lycra_patch", 8 ], [ "nylon", 8 ], [ "nomex", 8 ] ] ]
},
{
"id": "fabric_standard_nostretch",
"type": "requirement",
"//": "Materials used for crafting or repairing non-form fitting clothing",
"components": [
[
[ "cotton_patchwork", 8 ],
[ "sheet_cotton_patchwork", 1 ],
[ "sheet_cotton", 1 ],
[ "nylon", 8 ],
[ "sheet_nylon_patchwork", 1 ],
[ "sheet_nylon", 1 ],
[ "nomex", 8 ],
[ "sheet_nomex_patchwork", 1 ],
[ "sheet_nomex", 1 ]
]
]
},
{
"id": "fabric_standard_nostretch_small",
"type": "requirement",
"//": "Materials used for crafting or repairing non-form fitting clothing",
"components": [ [ [ "cotton_patchwork", 1 ], [ "nylon", 1 ], [ "nomex", 1 ] ] ]
},
{
"id": "fabric_felt",
"type": "requirement",
"//": "Materials used for crafting felt clothing",
"components": [ [ [ "felt_patch", 8 ], [ "sheet_felt_patchwork", 1 ], [ "sheet_felt", 1 ] ] ]
},
{
"id": "fabric_fauxfur",
"type": "requirement",
"//": "Materials used for faux fur clothing",
"components": [ [ [ "faux_fur", 8 ], [ "sheet_faux_fur_patchwork", 1 ], [ "sheet_faux_fur", 1 ] ] ]
},
{
"id": "fabric_fur",
"type": "requirement",
"//": "Materials used for crafting fur clothing",
"components": [ [ [ "fur", 8 ], [ "sheet_fur_patchwork", 1 ], [ "tanned_pelt", 1 ] ] ]
},
{
"id": "fabric_fur_pelt",
"type": "requirement",
"//": "Materials used for crafting fur clothing",
"components": [ [ [ "fur", 8 ], [ "sheet_fur_patchwork", 1 ], [ "tanned_pelt", 1 ] ] ]
},
{
"id": "fabric_leather_hide",
"type": "requirement",
"//": "Materials used for crafting leather clothing.",
"components": [ [ [ "leather", 8 ], [ "sheet_leather_patchwork", 1 ], [ "tanned_hide", 1 ] ] ]
},
{
"id": "fabric_leather_fur_hide",
"type": "requirement",
"//": "Materials used for crafting leather clothing where fur is or should be an option (can be scraped off with a cutting tool for example), when tanned hides/pelts are available it seems to roughly be a 1:8 ratio",
"components": [
[
[ "leather", 8 ],
[ "fur", 8 ],
[ "tanned_hide", 1 ],
[ "tanned_pelt", 1 ],
[ "sheet_leather_patchwork", 1 ],
[ "sheet_fur_patchwork", 1 ]
]
]
},
{
"id": "fabric_nomex",
"type": "requirement",
"//": "Materials used for crafting Nomex clothing",
"components": [ [ [ "nomex", 8 ], [ "sheet_nomex_patchwork", 1 ], [ "sheet_nomex", 1 ] ] ]
},
{
"id": "fabric_nylon",
"type": "requirement",
"//": "Materials used for crafting nylon clothing",
"components": [ [ [ "nylon", 8 ], [ "sheet_nylon_patchwork", 1 ], [ "sheet_nylon", 1 ] ] ]
},
{
"id": "fabric_neoprene",
"type": "requirement",
"//": "Materials used for crafting neoprene clothing",
"components": [ [ [ "neoprene", 8 ], [ "sheet_neoprene_patchwork", 1 ], [ "sheet_neoprene", 1 ] ] ]
},
{
"id": "fabric_lycra",
"type": "requirement",
"//": "Materials used for crafting lycra clothing",
"components": [ [ [ "lycra_patch", 8 ], [ "sheet_lycra", 1 ], [ "sheet_lycra_patchwork", 1 ] ] ]
},
{
"id": "filament",
"type": "requirement",
"//": "Materials for use when sewing items. 10 inches of thread, sinew, fiber, canvas or yarn, or 12 inches of nomex and kevlar thread per unit.",
"components": [
[
[ "thread", 1 ],
[ "sinew", 1 ],
[ "plant_fibre", 1 ],
[ "yarn", 1 ],
[ "thread_canvas", 1 ],
[ "thread_nomex", 2 ],
[ "thread_kevlar", 2 ]
]
]
},
{
"id": "advanced_filament",
"type": "requirement",
"//": "each of these equals 12 inches of thread for use when sewing items requiring advanced thread.",
"components": [ [ [ "thread_nomex", 2 ], [ "thread_kevlar", 2 ], [ "thread_canvas", 2 ] ] ]
},
{
"id": "filament_durable",
"type": "requirement",
"//": "Materials for use when sewing high end items, restricted to only the aramid threads and canvas thread. Canvas thread is 2x the length of aramid thread and is reasonably sturdy, but will be double-stitched anyways to be on the safe side.",
"components": [ [ [ "thread_kevlar", 2 ], [ "thread_nomex", 2 ], [ "thread_canvas", 2 ] ] ]
},
{
"id": "filament_canvas",
"type": "requirement",
"//": "Thread for sewing canvas. Unlike filament_durable it's ok to use a single 10 inch canvas thread for this, but half-length aramid threads are still double. Kept separate from filament_durable because canvas thread is doubled up for those to alleviate it being a bit weaker than kevlar threading.",
"components": [ [ [ "thread_canvas", 1 ], [ "thread_nomex", 2 ], [ "thread_kevlar", 2 ] ] ]
},
{
"id": "glazing",
"type": "requirement",
"//": "Materials for glazing pottery",
"components": [
[
[ "edible_tallow", 1, "LIST" ],
[ "cooking_oil", 8 ],
[ "cooking_oil2", 8 ],
[ "wax", 1 ],
[ "lamp_oil", 200 ],
[ "motor_oil", 200 ],
[ "salt_water", 5 ],
[ "ash", 50 ],
[ "tin", 50 ]
]
]
},
{
"id": "rope_natural",
"type": "requirement",
"//": "Materials used for lashing, when choice of makeshift rope or vine is sensible, per 1080 g/9 m of rope",
"components": [ [ [ "rope_30", 1 ], [ "rope_makeshift_30", 1 ], [ "vine_30", 1 ], [ "rope_natural_short", 5, "LIST" ] ] ]
},
{
"id": "chain_material",
"type": "requirement",
"//": "Materials used for lashing, when choice of makeshift rope or vine is sensible, per 1080 g/9 m of rope",
"components": [ [ [ "chain", 1 ] ] ]
},
{
"id": "rope_natural_short",
"type": "requirement",
"//": "Materials used for lashing, when choice of makeshift rope is sensible, per 216 g/180 cm of rope.",
"components": [ [ [ "rope_6", 1 ], [ "vine_6", 1 ], [ "rope_makeshift_6", 1 ], [ "seatbelt", 1 ] ] ]
},
{
"id": "rope_any_short",
"type": "requirement",
"//": "Materials used for lashing, when any rope or wire is sensible, per 216 g/180 cm of rope.",
"components": [ [ [ "rope_6", 1 ], [ "vine_6", 1 ], [ "rope_makeshift_6", 1 ], [ "any_wire", 1, "LIST" ] ] ]
},
{
"id": "rope_superior",
"type": "requirement",
"//": "Materials used for lashing, when extra durability and/or flexibility is needed, per 1080 g/9 m of rope.",
"components": [ [ [ "rope_30", 1 ], [ "vine_30", 1 ], [ "rope_superior_short", 5, "LIST" ] ] ]
},
{
"id": "rope_superior_short",
"type": "requirement",
"//": "Materials used for lashing, when extra durability and/or flexibility is needed, per 216 g/180 cm of rope.",
"components": [ [ [ "rope_6", 1 ], [ "vine_6", 1 ], [ "seatbelt", 1 ] ] ]
},
{
"id": "steel_chunk_any",
"type": "requirement",
"//": "Materials for when you just need a heavy chunk of metal, like for the makeshift hammer",
"components": [
[
[ "steel_chunk", 1 ],
[ "lc_steel_chunk", 1 ],
[ "mc_steel_chunk", 1 ],
[ "hc_steel_chunk", 1 ],
[ "ch_steel_chunk", 1 ],
[ "qt_steel_chunk", 1 ]
]
]
},
{
"id": "steel_standard",
"type": "requirement",
"//": "Materials for use when forging items from steel",
"components": [ [ [ "steel_lump", 1 ], [ "steel_chunk", 4 ] ] ]
},
{
"id": "mixed_steel",
"type": "requirement",
"//": "Materials for use in scrap armor",
"components": [
[
[ "scrap", 50 ],
[ "budget_steel_chunk", 4 ],
[ "budget_steel_lump", 1 ],
[ "lc_steel_chunk", 4 ],
[ "lc_steel_lump", 1 ],
[ "mc_steel_chunk", 4 ],
[ "mc_steel_lump", 1 ],
[ "hc_steel_chunk", 4 ],
[ "hc_steel_lump", 1 ]
]
]
},
{
"id": "steel_tiny",
"type": "requirement",
"//": "Materials for use when forging atypically small items from steel",
"components": [ [ [ "steel_chunk", 1 ] ] ]
},
{
"id": "lc_steel_tiny",
"type": "requirement",
"//": "Materials for use when forging atypically small items from mild steel",
"components": [ [ [ "lc_steel_chunk", 1 ] ] ]
},
{
"id": "bronze_tiny",
"type": "requirement",
"//": "Materials for use when forging atypically small items from bronze",
"components": [ [ [ "scrap_bronze", 1 ] ] ]
},
{
"id": "rock_flaking_any",
"type": "requirement",
"//": "Rocks that can be used for knapping.",
"components": [ [ [ "rock_flaking", 1 ], [ "sharp_rock", 1 ], [ "flint", 1 ] ] ]
},
{
"id": "waterproofing",
"type": "requirement",
"//": "Materials for waterproofing leather and wooden items.",
"components": [ [ [ "wax", 1 ], [ "pine_resin", 5 ] ] ]
},
{
"id": "fletching",
"type": "requirement",
"//": "Materials for fletching arrows.",
"components": [
[
[ "feather", 10 ],
[ "duct_tape", 40 ],
[ "cardboard", 10 ],
[ "bag_plastic", 1 ],
[ "bag_plastic_small", 4 ],
[ "bottle_plastic_small", 1 ],
[ "plastic_chunk", 1 ],
[ "aluminum_foil", 40 ],
[ "cash_card", 2 ]
]
]
},
{
"id": "weights",
"type": "requirement",
"//": "Materials used for adding weight to weapons and to other items. The materials should be malleable, ductile and dense.",
"components": [ [ [ "lead", 3 ], [ "silver_small", 3 ], [ "gold_small", 3 ], [ "platinum_small", 3 ] ] ]
},
{
"id": "plastics",
"type": "requirement",
"//": "Materials used for plastic and rubber things.",
"components": [ [ [ "plastic_chunk", 1 ] ] ]
},
{
"id": "solar_panel",
"type": "requirement",
"//": "Materials used for repairing solar panels",
"components": [ [ [ "solar_cell", 3 ] ], [ [ "cable", 5 ] ] ]
},
{
"id": "solar_panel_v2",
"type": "requirement",
"//": "Materials used for advanced solar panels",
"components": [ [ [ "solar_cell_v2", 3 ] ], [ [ "cable", 5 ] ] ]
},
{
"id": "paint",
"type": "requirement",
"//": "Materials used for painting something of any color",
"tools": [
[
[ "paint_red", 1 ],
[ "paint_orange", 1 ],
[ "paint_yellow", 1 ],
[ "paint_green", 1 ],
[ "paint_cyan", 1 ],
[ "paint_blue", 1 ],
[ "paint_pink", 1 ],
[ "paint_purple", 1 ],
[ "paint_white", 1 ],
[ "paint_gray", 1 ],
[ "paint_black", 1 ],
[ "paint_brown", 1 ]
]
]
},
{
"id": "shoe_rubber",
"type": "requirement",
"//": "Materials needed to make a pair of rubber shoe soles.",
"components": [ [ [ "sole_rubber", 2 ], [ "chunk_rubber", 7 ], [ "rubber_tire_chunk", 2 ], [ "rubber_tire_strip", 1 ] ] ]
},
{
"id": "tire_rubber",
"type": "requirement",
"//": "Materials needed to repair damage to tires.",
"components": [ [ [ "sole_rubber", 1 ], [ "chunk_rubber", 2 ], [ "rubber_tire_chunk", 1 ] ] ]
},
{
"id": "adhesive_rubber",
"type": "requirement",
"//": "Materials used for joining soft, flexible material where regular brittle superglue would be inappropriate.",
"components": [ [ [ "rubber_cement", 1 ] ] ]
},
{
"id": "lc_steel_standard",
"type": "requirement",
"//": "Materials for use when forging items from steel",
"components": [ [ [ "lc_steel_lump", 1 ], [ "lc_steel_chunk", 4 ] ] ]
},
{
"id": "mc_steel_standard",
"type": "requirement",
"//": "Materials for use when forging items from steel",
"components": [ [ [ "mc_steel_lump", 1 ], [ "mc_steel_chunk", 4 ] ] ]
},
{
"id": "hc_steel_standard",
"type": "requirement",
"//": "Materials for use when forging items from steel",
"components": [ [ [ "hc_steel_lump", 1 ], [ "hc_steel_chunk", 4 ] ] ]
},
{
"id": "daub_fill",
"type": "requirement",
"//": "Materials for use when building out of animal dung",
"components": [
[
[ "material_quicklime", 4 ],
[ "material_limestone", 4 ],
[ "clay_lump", 4 ],
[ "feces_manure", 2 ],
[ "feces_dog", 2 ],
[ "feces_cow", 1 ]
],
[ [ "pebble", 10 ], [ "material_sand", 10 ] ]
]
},
{
"id": "organic_waste",
"type": "requirement",
"//": "Materials for anaerobic digestion",
"components": [
[
[ "feces_roach", 20 ],
[ "feces_bird", 20 ],
[ "feces_manure", 3 ],
[ "feces_dog", 3 ],
[ "water_sewage", 3 ],
[ "feces_cow", 1 ]
]
]
},
{
"id": "carbon",
"type": "requirement",
"//": "Carbon resources, used for case hardening.",
"components": [ [ [ "charcoal", 25 ], [ "coal_lump", 25 ] ] ]
},
{
"id": "any_fresh_water",
"type": "requirement",
"components": [ [ [ "water", 1 ], [ "water_clean", 1 ] ] ]
},
{
"id": "any_water",
"type": "requirement",
"//": "Any kind of water, clean or not.",
"components": [
[
[ "water", 1 ],
[ "water_clean", 1 ],
[ "salt_water", 1 ],
[ "water_sewage", 1 ],
[ "water_murky", 1 ],
[ "water_spring", 1 ],
[ "saline", 5 ]
]
]
},
{
"id": "nails",
"type": "requirement",
"components": [ [ [ "nail", 1 ], [ "bronze_nail", 1 ] ] ]
},
{
"id": "wax_any",
"type": "requirement",
"//": "Both wax types, for when the recipe doesn't really care.",
"components": [ [ [ "wax", 1 ], [ "wax_paraffin", 1 ] ] ]
},
{
"id": "plastic_bottles_any",
"type": "requirement",
"//": "Any plastic bottle, no matter of it's size.",
"components": [
[
[ "jug_plastic", 1 ],
[ "bottle_twoliter", 1 ],
[ "bottle_plastic", 1 ],
[ "bottle_folding", 1 ],
[ "bottle_bathroom", 1 ],
[ "bottle_plastic_seasoning", 1 ],
[ "bottle_plastic_small", 1 ],
[ "bottle_plastic_seasoning_small", 1 ]
]
]
},
{
"id": "plastic_bottles_4l",
"type": "requirement",
"//": "Any plastic bottle, four liter of volume in total.",
"components": [ [ [ "jug_plastic", 2 ], [ "plastic_bottles_2l", 2, "LIST" ] ] ]
},
{
"id": "plastic_bottles_2l",
"type": "requirement",
"//": "Any plastic bottle, two liter of volume in total.",
"components": [ [ [ "bottle_twoliter", 1 ], [ "plastic_bottles_1l", 2, "LIST" ] ] ]
},
{
"id": "plastic_bottles_1l",
"type": "requirement",
"//": "Any plastic bottle, one liter of volume in total.",
"//2": "apparently we have no 1 L bottles in the game (yet)",
"components": [ [ [ "plastic_bottles_05l", 2, "LIST" ] ] ]
},
{
"id": "plastic_bottles_05l",
"type": "requirement",
"//": "Any plastic bottle, 0.5 liter of volume in total.",
"components": [
[
[ "bottle_plastic", 1 ],
[ "bottle_folding", 1 ],
[ "bottle_bathroom", 1 ],
[ "bottle_plastic_seasoning", 1 ],
[ "bottle_plastic_small", 2 ],
[ "bottle_plastic_seasoning_small", 2 ]
]
]
},
{
"id": "plain_necklaces",
"type": "requirement",
"//": "For jewelry crafts that require a plain necklace as a base. Anything with a pendent already attached shouldn’t be considered here.",
"components": [ [ [ "platinum_necklace", 1 ], [ "gold_necklace", 1 ], [ "silver_necklace", 1 ], [ "copper_necklace", 1 ] ] ]
},
{
"id": "gemstones",
"type": "requirement",
"//": "For jewelry crafts that require gemstones.",
"components": [
[
[ "diamond", 1 ],
[ "garnet", 1 ],
[ "amethyst", 1 ],
[ "aquamarine", 1 ],
[ "emerald", 1 ],
[ "alexandrite", 1 ],
[ "malachite", 1 ],
[ "pearl", 1 ],
[ "ruby", 1 ],
[ "peridot", 1 ],
[ "sapphire", 1 ],
[ "opal", 1 ],
[ "tourmaline", 1 ],
[ "citrine", 1 ],
[ "blue_topaz", 1 ],
[ "onyx", 1 ]
]
]
},
{
"id": "any_condom",
"type": "requirement",
"//": "Prevents having to open condoms before crafts",
"components": [ [ [ "condom", 1 ], [ "condom_sealed", 1 ] ] ]
},
{
"id": "any_wire",
"type": "requirement",
"//": "All steel wires",
"components": [ [ [ "lc_wire", 1 ], [ "mc_wire", 1 ], [ "hc_wire", 1 ], [ "ch_wire", 1 ], [ "qt_wire", 1 ] ] ]
}
]