Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions data/json/recipes/ammo/shot.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
"book_learn": [ [ "survival_book", 1 ], [ "mag_survival", 1 ] ],
"time": "4 m",
"batch_time_factors": [ 60, 5 ],
"using": [ [ "shot_forming", 1 ], [ "ammo_bullet", 5 ], [ "ammo_410shot", 1 ] ],
"tools": [ [ [ "press_dowel", -1 ] ] ],
"components": [ [ [ "chem_black_powder", 10 ] ] ]
},
Expand Down
1 change: 1 addition & 0 deletions data/json/recipes/armor/bespoke_armor/nomad.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"copy-from": "helmet_nomad",
"time": "2 h",
"using": [ [ "filament_canvas", 60 ], [ "fastener_small", 4 ] ],
"qualities": [ { "id": "LEATHER_AWL", "level": 1 }, { "id": "SEW", "level": 2 }, { "id": "FABRIC_CUT", "level": 1 } ],
"components": [
[ [ "hat_ball", 1 ], [ "hat_boonie", 1 ], [ "hat_golf", 1 ] ],
[ [ "glasses_safety", 1 ], [ "glasses_bal", 1 ], [ "goggles_ski", 1 ], [ "face_shield_plastic", 1 ] ],
Expand Down
26 changes: 19 additions & 7 deletions data/json/recipes/armor/feet.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@
"copy-from": "boots_fsurvivor",
"time": "22 h 30 m",
"byproducts": [ [ "scrap_kevlar", 20 ], [ "scrap_nomex", 20 ] ],
"using": [ [ "tailoring_kevlar_fabric", 6 ], [ "tailoring_nomex_patchwork", 6 ], [ "fastener_small", 2 ] ]
"using": [ [ "tailoring_kevlar_fabric", 6 ], [ "tailoring_nomex_patchwork", 6 ], [ "fastener_small", 2 ] ],
"components": [ [ [ "duct_tape", 62 ] ], [ [ "boots_combat", 1 ], [ "boots_steel", 1 ], [ "boots_bunker", 1 ] ] ]
},
{
"result": "boots_fur",
Expand Down Expand Up @@ -411,7 +412,8 @@
[ "adhesive_rubber", 1 ],
[ "tailoring_neoprene_patchwork", 2 ],
[ "fastener_small", 6 ]
]
],
"components": [ [ [ "wetsuit_booties", 1 ] ] ]
},
{
"result": "xl_boots_h20survivor",
Expand All @@ -424,7 +426,8 @@
[ "adhesive_rubber", 2 ],
[ "tailoring_neoprene_patchwork", 4 ],
[ "fastener_small", 6 ]
]
],
"components": [ [ [ "wetsuit_booties", 1 ] ] ]
},
{
"result": "boots_h20survivor_light",
Expand Down Expand Up @@ -463,7 +466,8 @@
[ "adhesive_rubber", 1 ],
[ "tailoring_neoprene_patchwork", 1 ],
[ "fastener_small", 6 ]
]
],
"components": [ [ [ "wetsuit_booties", 1 ] ] ]
},
{
"result": "xl_boots_h20survivor_light",
Expand All @@ -476,7 +480,8 @@
[ "adhesive_rubber", 2 ],
[ "tailoring_neoprene_patchwork", 2 ],
[ "fastener_small", 6 ]
]
],
"components": [ [ [ "wetsuit_booties", 1 ] ] ]
},
{
"result": "boots_h20survivor_thick",
Expand Down Expand Up @@ -515,7 +520,8 @@
[ "adhesive_rubber", 1 ],
[ "tailoring_neoprene_patchwork", 1 ],
[ "fastener_small", 6 ]
]
],
"components": [ [ [ "wetsuit_booties_thick", 1 ] ] ]
},
{
"result": "xl_boots_h20survivor_thick",
Expand All @@ -528,7 +534,8 @@
[ "adhesive_rubber", 2 ],
[ "tailoring_neoprene_patchwork", 2 ],
[ "fastener_small", 6 ]
]
],
"components": [ [ [ "wetsuit_booties_thick", 1 ] ] ]
},
{
"result": "boots_hsurvivor",
Expand Down Expand Up @@ -1989,13 +1996,15 @@
"id_suffix": "from_rope",
"type": "recipe",
"time": "2 h",
"qualities": [ { "id": "CUT", "level": 2 } ],
"components": [ [ [ "rope_natural_short", 1, "LIST" ] ] ],
"byproducts": [ [ "string_36", 3 ] ]
},
{
"copy-from": "espadrilles",
"result": "xl_espadrilles",
"type": "recipe",
"qualities": [ { "id": "CUT", "level": 2 } ],
"using": [ [ "tailoring_cotton", 1.5 ] ],
"components": [ [ [ "filament", 1200, "LIST" ] ] ]
},
Expand All @@ -2005,13 +2014,15 @@
"id_suffix": "from_rope",
"type": "recipe",
"time": "2 h",
"qualities": [ { "id": "CUT", "level": 2 } ],
"components": [ [ [ "rope_natural_short", 1, "LIST" ] ] ],
"byproducts": [ [ "string_36", 2 ] ]
},
{
"copy-from": "espadrilles",
"result": "xs_espadrilles",
"type": "recipe",
"qualities": [ { "id": "CUT", "level": 2 } ],
"using": [ [ "tailoring_cotton", 1 ] ],
"components": [ [ [ "filament", 600, "LIST" ] ] ]
},
Expand All @@ -2021,6 +2032,7 @@
"id_suffix": "from_rope",
"type": "recipe",
"time": "2 h",
"qualities": [ { "id": "CUT", "level": 2 } ],
"components": [ [ [ "rope_natural_short", 1, "LIST" ] ] ],
"byproducts": [ [ "string_36", 4 ] ]
}
Expand Down
20 changes: 20 additions & 0 deletions data/json/recipes/armor/gambeson_crafts.json
Original file line number Diff line number Diff line change
Expand Up @@ -832,6 +832,7 @@
"copy-from": "aketon_wool",
"time": "45 h",
"using": [ [ "filament_canvas", 450 ], [ "fastener_large", 2 ], [ "fastener_small", 14 ] ],
"qualities": [ { "id": "SEW", "level": 2 }, { "id": "FABRIC_CUT", "level": 1 } ],
"components": [
[ [ "leather_belt", 1 ], [ "webbing_belt", 1 ], [ "santa_belt", 1 ] ],
[ [ "quilt", 2 ], [ "quilt_patchwork", 2 ] ],
Expand All @@ -847,6 +848,7 @@
"copy-from": "aketon_wool",
"time": "22 h 30 m",
"using": [ [ "filament_canvas", 225 ], [ "fastener_large", 2 ], [ "fastener_small", 14 ] ],
"qualities": [ { "id": "SEW", "level": 2 }, { "id": "FABRIC_CUT", "level": 1 } ],
"components": [
[ [ "leather_belt", 1 ], [ "webbing_belt", 1 ], [ "santa_belt", 1 ] ],
[ [ "quilt", 1 ], [ "quilt_patchwork", 1 ] ],
Expand Down Expand Up @@ -887,6 +889,7 @@
"copy-from": "aketon_wool_vest",
"time": "24 h",
"using": [ [ "filament_canvas", 310 ], [ "fastener_large", 2 ] ],
"qualities": [ { "id": "SEW", "level": 2 }, { "id": "FABRIC_CUT", "level": 1 } ],
"components": [
[ [ "leather_belt", 1 ], [ "webbing_belt", 1 ], [ "santa_belt", 1 ] ],
[ [ "quilt", 2 ], [ "quilt_patchwork", 2 ] ],
Expand All @@ -902,6 +905,7 @@
"copy-from": "aketon_wool_vest",
"time": "12 h",
"using": [ [ "filament_canvas", 155 ], [ "fastener_large", 2 ] ],
"qualities": [ { "id": "SEW", "level": 2 }, { "id": "FABRIC_CUT", "level": 1 } ],
"components": [
[ [ "leather_belt", 1 ], [ "webbing_belt", 1 ], [ "santa_belt", 1 ] ],
[ [ "quilt", 1 ], [ "quilt_patchwork", 1 ] ],
Expand Down Expand Up @@ -938,6 +942,7 @@
"copy-from": "aketon_pants_wool",
"time": "30 h",
"using": [ [ "filament_canvas", 225 ], [ "fastener_small", 7 ] ],
"qualities": [ { "id": "SEW", "level": 2 }, { "id": "FABRIC_CUT", "level": 1 } ],
"components": [ [ [ "quilt", 2 ], [ "quilt_patchwork", 2 ] ] ],
"byproducts": [ [ "scrap_felt", 89 ], [ "felt_patch", 9 ] ]
},
Expand All @@ -949,6 +954,7 @@
"copy-from": "aketon_pants_wool",
"time": "15 h",
"using": [ [ "filament_canvas", 112 ], [ "fastener_small", 5 ] ],
"qualities": [ { "id": "SEW", "level": 2 }, { "id": "FABRIC_CUT", "level": 1 } ],
"components": [ [ [ "quilt", 1 ], [ "quilt_patchwork", 1 ] ] ],
"byproducts": [ [ "scrap_felt", 45 ], [ "felt_patch", 4 ] ]
},
Expand Down Expand Up @@ -981,6 +987,7 @@
"copy-from": "aketon_hood_wool",
"time": "7 h 30 m",
"using": [ [ "filament_canvas", 75 ], [ "fastener_small", 3 ] ],
"qualities": [ { "id": "SEW", "level": 2 }, { "id": "FABRIC_CUT", "level": 1 } ],
"components": [ [ [ "quilt", 1 ], [ "quilt_patchwork", 1 ] ] ],
"byproducts": [ [ "scrap_felt", 629 ], [ "felt_patch", 69 ] ]
},
Expand All @@ -992,6 +999,7 @@
"copy-from": "aketon_hood_wool",
"time": "3 h 45 m",
"using": [ [ "filament_canvas", 37 ], [ "fastener_small", 2 ] ],
"qualities": [ { "id": "SEW", "level": 2 }, { "id": "FABRIC_CUT", "level": 1 } ],
"components": [ [ [ "quilt", 1 ], [ "quilt_patchwork", 1 ] ] ],
"byproducts": [ [ "scrap_felt", 995 ], [ "felt_patch", 110 ] ]
},
Expand Down Expand Up @@ -1024,6 +1032,7 @@
"copy-from": "aketon_gloves_wool",
"time": "15 h",
"using": [ [ "filament_canvas", 54 ], [ "fastener_small", 3 ] ],
"qualities": [ { "id": "SEW", "level": 2 }, { "id": "FABRIC_CUT", "level": 1 } ],
"components": [ [ [ "quilt", 1 ], [ "quilt_patchwork", 1 ] ] ],
"byproducts": [ [ "scrap_felt", 1068 ], [ "felt_patch", 118 ] ]
},
Expand All @@ -1035,6 +1044,7 @@
"copy-from": "aketon_gloves_wool",
"time": "8 h",
"using": [ [ "filament_canvas", 27 ], [ "fastener_small", 2 ] ],
"qualities": [ { "id": "SEW", "level": 2 }, { "id": "FABRIC_CUT", "level": 1 } ],
"components": [ [ [ "quilt", 1 ], [ "quilt_patchwork", 1 ] ] ],
"byproducts": [ [ "scrap_felt", 1214 ], [ "felt_patch", 135 ] ]
},
Expand Down Expand Up @@ -1071,6 +1081,7 @@
"copy-from": "gambeson_wool",
"time": "97 h",
"using": [ [ "filament_canvas", 1050 ], [ "fastener_large", 2 ], [ "fastener_small", 15 ] ],
"qualities": [ { "id": "SEW", "level": 2 }, { "id": "FABRIC_CUT", "level": 1 } ],
"components": [
[ [ "leather_belt", 1 ], [ "webbing_belt", 1 ], [ "santa_belt", 1 ] ],
[ [ "quilt", 5 ], [ "quilt_patchwork", 5 ] ],
Expand All @@ -1086,6 +1097,7 @@
"copy-from": "gambeson_wool",
"time": "49 h",
"using": [ [ "filament_canvas", 550 ], [ "fastener_large", 2 ], [ "fastener_small", 8 ] ],
"qualities": [ { "id": "SEW", "level": 2 }, { "id": "FABRIC_CUT", "level": 1 } ],
"components": [
[ [ "leather_belt", 1 ], [ "webbing_belt", 1 ], [ "santa_belt", 1 ] ],
[ [ "quilt", 3 ], [ "quilt_patchwork", 3 ] ],
Expand Down Expand Up @@ -1126,6 +1138,7 @@
"copy-from": "gambeson_wool_thinsleeved",
"time": "87 h",
"using": [ [ "filament_canvas", 900 ], [ "fastener_large", 2 ], [ "fastener_small", 15 ] ],
"qualities": [ { "id": "SEW", "level": 2 }, { "id": "FABRIC_CUT", "level": 1 } ],
"components": [
[ [ "leather_belt", 1 ], [ "webbing_belt", 1 ], [ "santa_belt", 1 ] ],
[ [ "quilt", 4 ], [ "quilt_patchwork", 4 ] ],
Expand All @@ -1141,6 +1154,7 @@
"copy-from": "gambeson_wool_thinsleeved",
"time": "44 h",
"using": [ [ "filament_canvas", 450 ], [ "fastener_large", 2 ], [ "fastener_small", 8 ] ],
"qualities": [ { "id": "SEW", "level": 2 }, { "id": "FABRIC_CUT", "level": 1 } ],
"components": [
[ [ "leather_belt", 1 ], [ "webbing_belt", 1 ], [ "santa_belt", 1 ] ],
[ [ "quilt", 2 ], [ "quilt_patchwork", 2 ] ],
Expand Down Expand Up @@ -1181,6 +1195,7 @@
"copy-from": "gambeson_wool_vest",
"time": "54 h",
"using": [ [ "filament_canvas", 795 ], [ "fastener_large", 2 ] ],
"qualities": [ { "id": "SEW", "level": 2 }, { "id": "FABRIC_CUT", "level": 1 } ],
"components": [
[ [ "leather_belt", 1 ], [ "webbing_belt", 1 ], [ "santa_belt", 1 ] ],
[ [ "quilt", 4 ], [ "quilt_patchwork", 4 ] ],
Expand All @@ -1196,6 +1211,7 @@
"copy-from": "gambeson_wool_vest",
"time": "27 h",
"using": [ [ "filament_canvas", 398 ], [ "fastener_large", 2 ] ],
"qualities": [ { "id": "SEW", "level": 2 }, { "id": "FABRIC_CUT", "level": 1 } ],
"components": [
[ [ "leather_belt", 1 ], [ "webbing_belt", 1 ], [ "santa_belt", 1 ] ],
[ [ "quilt", 2 ], [ "quilt_patchwork", 2 ] ],
Expand Down Expand Up @@ -1232,6 +1248,7 @@
"copy-from": "gambeson_pants_wool",
"time": "60 h",
"using": [ [ "filament_canvas", 405 ], [ "fastener_small", 7 ] ],
"qualities": [ { "id": "SEW", "level": 2 }, { "id": "FABRIC_CUT", "level": 1 } ],
"components": [ [ [ "quilt", 2 ], [ "quilt_patchwork", 2 ] ], [ [ "quilt", 2 ], [ "quilt_patchwork", 2 ] ] ],
"byproducts": [ [ "scrap_felt", 116 ], [ "felt_patch", 20 ] ]
},
Expand All @@ -1243,6 +1260,7 @@
"copy-from": "gambeson_pants_wool",
"time": "30 h",
"using": [ [ "filament_canvas", 202 ], [ "fastener_small", 5 ] ],
"qualities": [ { "id": "SEW", "level": 2 }, { "id": "FABRIC_CUT", "level": 1 } ],
"components": [ [ [ "quilt", 1 ], [ "quilt_patchwork", 1 ] ], [ [ "quilt", 1 ], [ "quilt_patchwork", 1 ] ] ],
"byproducts": [ [ "scrap_felt", 58 ], [ "felt_patch", 10 ] ]
},
Expand Down Expand Up @@ -1275,6 +1293,7 @@
"copy-from": "gambeson_gloves_wool",
"time": "12 h",
"using": [ [ "filament_canvas", 105 ], [ "fastener_small", 3 ] ],
"qualities": [ { "id": "SEW", "level": 2 }, { "id": "FABRIC_CUT", "level": 1 } ],
"components": [ [ [ "quilt", 1 ], [ "quilt_patchwork", 1 ] ] ],
"byproducts": [ [ "scrap_felt", 702 ], [ "felt_patch", 78 ] ]
},
Expand All @@ -1286,6 +1305,7 @@
"copy-from": "gambeson_gloves_wool",
"time": "6 h",
"using": [ [ "filament_canvas", 52 ], [ "fastener_small", 2 ] ],
"qualities": [ { "id": "SEW", "level": 2 }, { "id": "FABRIC_CUT", "level": 1 } ],
"components": [ [ [ "quilt", 1 ], [ "quilt_patchwork", 1 ] ] ],
"byproducts": [ [ "scrap_felt", 1031 ], [ "felt_patch", 114 ] ]
},
Expand Down
Loading
Loading