未验证 提交 faf0f840 编写于 作者: P PatrikLundell 提交者: GitHub

modular shelter 2 blueprint cleanup (#54390)

上级 380414c9
......@@ -2,13 +2,12 @@
{
"type": "palette",
"id": "fbmc_shelter_2_palette",
"terrain": { "w": "t_wall_w", "d": "t_door_c" },
"terrain": { ".": "t_dirt" },
"//": "Dummy terrain entry as empty section isn't accepted",
"furniture": {
"h": "f_chair",
"t": "f_table",
"x": "f_coffee_table",
"c": "f_workbench",
"r": "f_rack",
"b": "f_bed",
"m": "f_straw_bed",
"n": "f_makeshift_bed",
......@@ -16,7 +15,8 @@
"s": "f_sofa",
"C": "f_armchair",
"Q": "f_woodstove",
"B": "f_bookcase"
"B": "f_bookcase",
"*": "f_clear"
}
},
{
......@@ -73,7 +73,7 @@
"nested_mapgen_id": "fbmc_shelter_2_bed_straw_nw_wall",
"object": { "mapgensize": [ 2, 2 ], "rows": [
"mm",
"L "
"L*"
], "palettes": [ "fbmc_shelter_2_palette" ] }
},
{
......@@ -88,7 +88,7 @@
"nested_mapgen_id": "fbmc_shelter_2_bed_makeshift_nw_wall",
"object": { "mapgensize": [ 2, 2 ], "rows": [
"nn",
"L "
"L*"
], "palettes": [ "fbmc_shelter_2_palette" ] }
},
{
......@@ -103,7 +103,7 @@
"nested_mapgen_id": "fbmc_shelter_2_standard_bed_nw_wall",
"object": { "mapgensize": [ 2, 2 ], "rows": [
"bb",
"L "
"L*"
], "palettes": [ "fbmc_shelter_2_palette" ] }
},
{
......@@ -118,7 +118,7 @@
"nested_mapgen_id": "fbmc_shelter_2_bed_w1_wall",
"object": { "mapgensize": [ 2, 2 ], "rows": [
"bb",
"L "
"L*"
], "palettes": [ "fbmc_shelter_2_palette" ] }
},
{
......@@ -138,7 +138,7 @@
"method": "json",
"nested_mapgen_id": "fbmc_shelter_2_bed_w2_wall",
"object": { "mapgensize": [ 2, 2 ], "rows": [
" L",
"*L",
"bb"
], "palettes": [ "fbmc_shelter_2_palette" ] }
},
......@@ -154,7 +154,7 @@
"nested_mapgen_id": "fbmc_shelter_2_bed_straw_west_wall",
"object": { "mapgensize": [ 2, 2 ], "rows": [
"mm",
"L "
"L*"
], "palettes": [ "fbmc_shelter_2_palette" ] }
},
{
......@@ -174,7 +174,7 @@
"method": "json",
"nested_mapgen_id": "fbmc_shelter_2_bed_straw_west2_wall",
"object": { "mapgensize": [ 2, 2 ], "rows": [
" L",
"*L",
"mm"
], "palettes": [ "fbmc_shelter_2_palette" ] }
},
......@@ -190,7 +190,7 @@
"nested_mapgen_id": "fbmc_shelter_2_bed_makeshift_west_wall",
"object": { "mapgensize": [ 2, 2 ], "rows": [
"nn",
"L "
"L*"
], "palettes": [ "fbmc_shelter_2_palette" ] }
},
{
......@@ -210,7 +210,7 @@
"method": "json",
"nested_mapgen_id": "fbmc_shelter_2_bed_makeshift_west2_wall",
"object": { "mapgensize": [ 2, 2 ], "rows": [
" L",
"*L",
"nn"
], "palettes": [ "fbmc_shelter_2_palette" ] }
},
......@@ -225,7 +225,7 @@
"method": "json",
"nested_mapgen_id": "fbmc_shelter_2_bed_standard_southwest_wall",
"object": { "mapgensize": [ 2, 2 ], "rows": [
" b",
"*b",
"Lb"
], "palettes": [ "fbmc_shelter_2_palette" ] }
},
......@@ -240,7 +240,7 @@
"method": "json",
"nested_mapgen_id": "fbmc_shelter_2_bed_straw_southwest_wall",
"object": { "mapgensize": [ 2, 2 ], "rows": [
" m",
"*m",
"Lm"
], "palettes": [ "fbmc_shelter_2_palette" ] }
},
......@@ -255,7 +255,7 @@
"method": "json",
"nested_mapgen_id": "fbmc_shelter_2_bed_makeshift_southwest_wall",
"object": { "mapgensize": [ 2, 2 ], "rows": [
" n",
"*n",
"Ln"
], "palettes": [ "fbmc_shelter_2_palette" ] }
},
......@@ -270,7 +270,7 @@
"method": "json",
"nested_mapgen_id": "fbmc_shelter_2_bed_standard_south1_wall",
"object": { "mapgensize": [ 2, 2 ], "rows": [
"b ",
"b*",
"bL"
], "palettes": [ "fbmc_shelter_2_palette" ] }
},
......@@ -285,7 +285,7 @@
"method": "json",
"nested_mapgen_id": "fbmc_shelter_2_bed_straw_south1_wall",
"object": { "mapgensize": [ 2, 2 ], "rows": [
"m ",
"m*",
"mL"
], "palettes": [ "fbmc_shelter_2_palette" ] }
},
......@@ -300,7 +300,7 @@
"method": "json",
"nested_mapgen_id": "fbmc_shelter_2_bed_makeshift_south1_wall",
"object": { "mapgensize": [ 2, 2 ], "rows": [
"n ",
"n*",
"nL"
], "palettes": [ "fbmc_shelter_2_palette" ] }
},
......@@ -334,7 +334,7 @@
"nested_mapgen_id": "fbmc_shelter_2_bed_standard_east1_wall",
"object": { "mapgensize": [ 2, 2 ], "rows": [
"Lb",
" b"
"*b"
], "palettes": [ "fbmc_shelter_2_palette" ] }
},
{
......@@ -349,7 +349,7 @@
"nested_mapgen_id": "fbmc_shelter_2_bed_straw_east1_wall",
"object": { "mapgensize": [ 2, 2 ], "rows": [
"Lm",
" m"
"*m"
], "palettes": [ "fbmc_shelter_2_palette" ] }
},
{
......@@ -364,7 +364,7 @@
"nested_mapgen_id": "fbmc_shelter_2_bed_makeshift_east1_wall",
"object": { "mapgensize": [ 2, 2 ], "rows": [
"Ln",
" n"
"*n"
], "palettes": [ "fbmc_shelter_2_palette" ] }
},
{
......@@ -379,7 +379,7 @@
"nested_mapgen_id": "fbmc_shelter_2_bed_standard_east2_wall",
"object": { "mapgensize": [ 2, 2 ], "rows": [
"bb",
" L"
"*L"
], "palettes": [ "fbmc_shelter_2_palette" ] }
},
{
......@@ -406,7 +406,7 @@
"nested_mapgen_id": "fbmc_shelter_2_bed_straw_east2_wall",
"object": { "mapgensize": [ 2, 2 ], "rows": [
"mm",
" L"
"*L"
], "palettes": [ "fbmc_shelter_2_palette" ] }
},
{
......@@ -433,7 +433,7 @@
"nested_mapgen_id": "fbmc_shelter_2_bed_makeshift_east2_wall",
"object": { "mapgensize": [ 2, 2 ], "rows": [
"nn",
" L"
"*L"
], "palettes": [ "fbmc_shelter_2_palette" ] }
},
{
......
......@@ -3,20 +3,7 @@
"type": "palette",
"id": "fbmc_shelter_2_palette_log",
"terrain": { "w": "t_wall_log", "d": "t_door_c" },
"furniture": {
"h": "f_chair",
"t": "f_table",
"x": "f_coffee_table",
"c": "f_workbench",
"r": "f_rack",
"b": "f_bed",
"m": "f_straw_bed",
"n": "f_makeshift_bed",
"L": "f_locker",
"s": "f_sofa",
"C": "f_armchair",
"B": "f_bookcase"
}
"furniture": { "w": "f_clear", "d": "f_clear" }
},
{
"type": "mapgen",
......
......@@ -3,20 +3,7 @@
"type": "palette",
"id": "fbmc_shelter_2_palette_rock",
"terrain": { "w": "t_rock_wall", "d": "t_door_c" },
"furniture": {
"h": "f_chair",
"t": "f_table",
"x": "f_coffee_table",
"c": "f_workbench",
"r": "f_rack",
"b": "f_bed",
"m": "f_straw_bed",
"n": "f_makeshift_bed",
"L": "f_locker",
"s": "f_sofa",
"C": "f_armchair",
"B": "f_bookcase"
}
"furniture": { "w": "f_clear", "d": "f_clear" }
},
{
"type": "mapgen",
......
[
{
"type": "palette",
"id": "fbmc_shelter_2_palette_standard",
"terrain": { "w": "t_wall_w", "d": "t_door_c" },
"furniture": { "w": "f_clear", "d": "f_clear" }
},
{
"type": "mapgen",
"method": "json",
......@@ -10,7 +16,7 @@
" d",
"www"
],
"palettes": [ "fbmc_shelter_2_palette" ]
"palettes": [ "fbmc_shelter_2_palette_standard" ]
}
},
{
......@@ -30,7 +36,7 @@
" d",
"www"
],
"palettes": [ "fbmc_shelter_2_palette" ]
"palettes": [ "fbmc_shelter_2_palette_standard" ]
}
},
{
......@@ -51,7 +57,7 @@
" w ",
" w "
],
"palettes": [ "fbmc_shelter_2_palette" ]
"palettes": [ "fbmc_shelter_2_palette_standard" ]
}
},
{
......@@ -72,7 +78,7 @@
"w w",
"www "
],
"palettes": [ "fbmc_shelter_2_palette" ]
"palettes": [ "fbmc_shelter_2_palette_standard" ]
}
},
{
......@@ -93,7 +99,7 @@
" w",
" "
],
"palettes": [ "fbmc_shelter_2_palette" ]
"palettes": [ "fbmc_shelter_2_palette_standard" ]
}
},
{
......@@ -113,7 +119,7 @@
" w",
" w"
],
"palettes": [ "fbmc_shelter_2_palette" ]
"palettes": [ "fbmc_shelter_2_palette_standard" ]
}
},
{
......@@ -127,7 +133,7 @@
" d",
" w"
],
"palettes": [ "fbmc_shelter_2_palette" ]
"palettes": [ "fbmc_shelter_2_palette_standard" ]
}
},
{
......@@ -153,7 +159,7 @@
"w w",
" dww"
],
"palettes": [ "fbmc_shelter_2_palette" ]
"palettes": [ "fbmc_shelter_2_palette_standard" ]
}
},
{
......@@ -180,7 +186,7 @@
"d ",
"www "
],
"palettes": [ "fbmc_shelter_2_palette" ]
"palettes": [ "fbmc_shelter_2_palette_standard" ]
}
},
{
......@@ -200,7 +206,7 @@
"d ",
"www"
],
"palettes": [ "fbmc_shelter_2_palette" ]
"palettes": [ "fbmc_shelter_2_palette_standard" ]
}
},
{
......@@ -221,7 +227,7 @@
"w ",
"w "
],
"palettes": [ "fbmc_shelter_2_palette" ]
"palettes": [ "fbmc_shelter_2_palette_standard" ]
}
},
{
......
......@@ -3,20 +3,7 @@
"type": "palette",
"id": "fbmc_shelter_2_palette_wad",
"terrain": { "w": "t_wall_wattle", "d": "t_door_makeshift_c" },
"furniture": {
"h": "f_chair",
"t": "f_table",
"x": "f_coffee_table",
"c": "f_workbench",
"r": "f_rack",
"b": "f_bed",
"m": "f_straw_bed",
"n": "f_makeshift_bed",
"L": "f_locker",
"s": "f_sofa",
"C": "f_armchair",
"B": "f_bookcase"
}
"furniture": { "w": "f_clear", "d": "f_clear" }
},
{
"type": "mapgen",
......
......@@ -3,20 +3,7 @@
"type": "palette",
"id": "fbmc_shelter_2_palette_wood",
"terrain": { "w": "t_wall_wood", "d": "t_door_c" },
"furniture": {
"h": "f_chair",
"t": "f_table",
"x": "f_coffee_table",
"c": "f_workbench",
"r": "f_rack",
"b": "f_bed",
"m": "f_straw_bed",
"n": "f_makeshift_bed",
"L": "f_locker",
"s": "f_sofa",
"C": "f_armchair",
"B": "f_bookcase"
}
"furniture": { "w": "f_clear", "d": "f_clear" }
},
{
"type": "mapgen",
......
......@@ -43,15 +43,6 @@
],
"blueprint_excludes": [ { "id": "fbmc_shelter_2_fire" } ],
"blueprint_resources": [ "fake_fireplace", "pot" ],
"blueprint_needs": {
"time": "2 h 30 m",
"skills": [ [ "fabrication", 2 ], [ "survival", 1 ] ],
"inline": {
"tools": [ ],
"qualities": [ [ { "id": "DIG", "level": 2 } ], [ { "id": "HAMMER", "level": 2 } ], [ { "id": "SAW_W" } ] ],
"components": [ [ [ "2x4", 4 ] ], [ [ "wood_sheet", 1 ], [ "wood_panel", 1 ] ], [ [ "nail", 8 ] ], [ [ "rock", 40 ] ] ]
}
},
"components": [ [ [ "pot", 1 ], [ "rock_pot", 1 ], [ "pot_copper", 1 ], [ "clay_pot", 1 ] ] ]
},
{
......@@ -76,15 +67,6 @@
],
"blueprint_excludes": [ { "id": "fbmc_shelter_2_fire" } ],
"blueprint_resources": [ "fake_fireplace", "pot" ],
"blueprint_needs": {
"time": "30 m",
"skills": [ [ "fabrication", 1 ] ],
"inline": {
"tools": [ ],
"qualities": [ [ { "id": "HAMMER", "level": 2 } ], [ { "id": "SAW_W" } ] ],
"components": [ [ [ "2x4", 4 ] ], [ [ "wood_sheet", 1 ], [ "wood_panel", 1 ] ], [ [ "nail", 8 ] ] ]
}
},
"components": [ [ [ "brazier", 1 ] ], [ [ "pot", 1 ], [ "rock_pot", 1 ], [ "pot_copper", 1 ], [ "clay_pot", 1 ] ] ]
},
{
......@@ -108,21 +90,6 @@
],
"blueprint_excludes": [ { "id": "fbmc_shelter_2_fire" } ],
"blueprint_resources": [ "fake_fireplace", "pot" ],
"blueprint_needs": {
"time": "1 h 30 m",
"skills": [ [ "fabrication", 5 ], [ "mechanics", 3 ] ],
"inline": {
"tools": [ ],
"qualities": [ [ { "id": "HAMMER", "level": 2 } ], [ { "id": "SAW_M" } ], [ { "id": "SAW_W" } ] ],
"components": [
[ [ "2x4", 4 ] ],
[ [ "wood_sheet", 1 ], [ "wood_panel", 1 ] ],
[ [ "nail", 8 ] ],
[ [ "metal_tank", 1 ] ],
[ [ "pipe", 1 ] ]
]
}
},
"components": [ [ [ "pot", 1 ], [ "rock_pot", 1 ], [ "pot_copper", 1 ], [ "clay_pot", 1 ] ] ]
},
{
......@@ -137,16 +104,7 @@
"blueprint_name": "build a well",
"blueprint_requires": [ { "id": "fbmc_shelter_2_fire" } ],
"blueprint_provides": [ { "id": "fbmc_shelter_2_well" }, { "id": "relaying" }, { "id": "scouting" }, { "id": "patrolling" } ],
"blueprint_excludes": [ { "id": "fbmc_shelter_2_well" } ],
"blueprint_needs": {
"time": "11 h",
"skills": [ [ "fabrication", 4 ], [ "mechanics", 2 ], [ "survival", 4 ] ],
"inline": {
"tools": [ ],
"qualities": [ [ { "id": "DIG", "level": 2 } ], [ { "id": "HAMMER", "level": 2 } ], [ { "id": "WRENCH" } ] ],
"components": [ [ [ "rock", 40 ] ], [ [ "2x4", 4 ] ], [ [ "nail", 8 ] ], [ [ "well_pump", 1 ] ], [ [ "pipe", 6 ] ] ]
}
}
"blueprint_excludes": [ { "id": "fbmc_shelter_2_well" } ]
},
{
"type": "recipe",
......@@ -160,23 +118,7 @@
"blueprint_name": "furnish the NW bedroom",
"blueprint_requires": [ { "id": "fbmc_shelter_2_bedroom1" } ],
"blueprint_provides": [ { "id": "fbmc_shelter_2_bed_nw" }, { "id": "bed", "amount": 1 } ],
"blueprint_excludes": [ { "id": "fbmc_shelter_2_bed_nw" } ],
"blueprint_needs": {
"time": "3 h",
"skills": [ [ "fabrication", 4 ] ],
"inline": {
"tools": [ ],
"qualities": [ [ { "id": "HAMMER", "level": 2 } ], [ { "id": "SAW_W" } ], [ { "id": "WRENCH" } ] ],
"components": [
[ [ "sheet_metal", 2 ] ],
[ [ "pipe", 8 ] ],
[ [ "lock", 1 ] ],
[ [ "2x4", 24 ] ],
[ [ "nail", 20 ] ],
[ [ "mattress", 2 ], [ "down_mattress", 2 ] ]
]
}
}
"blueprint_excludes": [ { "id": "fbmc_shelter_2_bed_nw" } ]
},
{
"type": "recipe",
......@@ -190,23 +132,7 @@
"blueprint_name": "furnish the W bedroom",
"blueprint_requires": [ { "id": "fbmc_shelter_2_bedroom2" }, { "id": "fbmc_shelter_2_bed_nw" } ],
"blueprint_provides": [ { "id": "fbmc_shelter_2_bedroom_w1" }, { "id": "bed", "amount": 2 } ],
"blueprint_excludes": [ { "id": "fbmc_shelter_2_bedroom_w1" } ],
"blueprint_needs": {
"time": "3 h",
"skills": [ [ "fabrication", 4 ] ],
"inline": {
"tools": [ ],
"qualities": [ [ { "id": "HAMMER", "level": 2 } ], [ { "id": "SAW_W" } ], [ { "id": "WRENCH" } ] ],
"components": [
[ [ "sheet_metal", 2 ] ],
[ [ "pipe", 8 ] ],
[ [ "lock", 1 ] ],
[ [ "2x4", 24 ] ],
[ [ "nail", 20 ] ],
[ [ "mattress", 2 ], [ "down_mattress", 2 ] ]
]
}
}
"blueprint_excludes": [ { "id": "fbmc_shelter_2_bedroom_w1" } ]
},
{
"type": "recipe",
......@@ -220,23 +146,7 @@
"blueprint_name": "furnish the W bedroom",
"blueprint_requires": [ { "id": "fbmc_shelter_2_bedroom3" }, { "id": "fbmc_shelter_2_bedroom_w1" } ],
"blueprint_provides": [ { "id": "fbmc_shelter_2_bedroom_w2" }, { "id": "bed", "amount": 3 } ],
"blueprint_excludes": [ { "id": "fbmc_shelter_2_bedroom_w2" } ],
"blueprint_needs": {
"time": "3 h",
"skills": [ [ "fabrication", 4 ] ],
"inline": {
"tools": [ ],
"qualities": [ [ { "id": "HAMMER", "level": 2 } ], [ { "id": "SAW_W" } ], [ { "id": "WRENCH" } ] ],
"components": [
[ [ "sheet_metal", 2 ] ],
[ [ "pipe", 8 ] ],
[ [ "lock", 1 ] ],
[ [ "2x4", 24 ] ],
[ [ "nail", 20 ] ],
[ [ "mattress", 2 ], [ "down_mattress", 2 ] ]
]
}
}
"blueprint_excludes": [ { "id": "fbmc_shelter_2_bedroom_w2" } ]
},
{
"type": "recipe",
......@@ -250,23 +160,7 @@
"blueprint_name": "furnish the W bedroom",
"blueprint_requires": [ { "id": "fbmc_shelter_2_bedroom4" } ],
"blueprint_provides": [ { "id": "fbmc_shelter_2_bedroom_w4" }, { "id": "bed", "amount": 4 } ],
"blueprint_excludes": [ { "id": "fbmc_shelter_2_bedroom_w4" } ],
"blueprint_needs": {
"time": "3 h",
"skills": [ [ "fabrication", 4 ] ],
"inline": {
"tools": [ ],
"qualities": [ [ { "id": "HAMMER", "level": 2 } ], [ { "id": "SAW_W" } ], [ { "id": "WRENCH" } ] ],
"components": [
[ [ "sheet_metal", 2 ] ],
[ [ "pipe", 8 ] ],
[ [ "lock", 1 ] ],
[ [ "2x4", 24 ] ],
[ [ "nail", 20 ] ],
[ [ "mattress", 2 ], [ "down_mattress", 2 ] ]
]
}
}
"blueprint_excludes": [ { "id": "fbmc_shelter_2_bedroom_w4" } ]
},
{
"type": "recipe",
......@@ -280,22 +174,7 @@
"blueprint_name": "furnish the NW bedroom",
"blueprint_requires": [ { "id": "fbmc_shelter_2_bedroom1" } ],
"blueprint_provides": [ { "id": "fbmc_shelter_2_bed_nw" }, { "id": "bed", "amount": 1 } ],
"blueprint_excludes": [ { "id": "fbmc_shelter_2_bed_nw" } ],
"blueprint_needs": {
"time": "2 h",
"skills": [ [ "fabrication", 4 ] ],
"inline": {
"tools": [ ],
"qualities": [ [ { "id": "HAMMER", "level": 2 } ], [ { "id": "WRENCH" } ] ],
"components": [
[ [ "sheet_metal", 2 ] ],
[ [ "pipe", 8 ] ],
[ [ "lock", 1 ] ],
[ [ "2x4", 8 ], [ "stick", 8 ], [ "stick_long", 4 ] ],
[ [ "straw_pile", 16 ], [ "withered", 16 ], [ "pine_bough", 16 ] ]
]
}
}
"blueprint_excludes": [ { "id": "fbmc_shelter_2_bed_nw" } ]
},
{
"type": "recipe",
......@@ -309,22 +188,7 @@
"blueprint_name": "furnish the W bedroom",
"blueprint_requires": [ { "id": "fbmc_shelter_2_bedroom2" }, { "id": "fbmc_shelter_2_bed_nw" } ],
"blueprint_provides": [ { "id": "fbmc_shelter_2_bedroom_w1" }, { "id": "bed", "amount": 2 } ],
"blueprint_excludes": [ { "id": "fbmc_shelter_2_bedroom_w1" } ],
"blueprint_needs": {
"time": "2 h",
"skills": [ [ "fabrication", 4 ] ],
"inline": {
"tools": [ ],
"qualities": [ [ { "id": "HAMMER", "level": 2 } ], [ { "id": "WRENCH" } ] ],
"components": [
[ [ "sheet_metal", 2 ] ],
[ [ "pipe", 8 ] ],
[ [ "lock", 1 ] ],
[ [ "2x4", 8 ], [ "stick", 8 ], [ "stick_long", 4 ] ],
[ [ "straw_pile", 16 ], [ "withered", 16 ], [ "pine_bough", 16 ] ]
]
}
}
"blueprint_excludes": [ { "id": "fbmc_shelter_2_bedroom_w1" } ]
},
{
"type": "recipe",
......@@ -338,22 +202,7 @@
"blueprint_name": "furnish the W bedroom",
"blueprint_requires": [ { "id": "fbmc_shelter_2_bedroom3" }, { "id": "fbmc_shelter_2_bedroom_w1" } ],
"blueprint_provides": [ { "id": "fbmc_shelter_2_bedroom_w2" }, { "id": "bed", "amount": 3 } ],
"blueprint_excludes": [ { "id": "fbmc_shelter_2_bedroom_w2" } ],
"blueprint_needs": {
"time": "2 h",
"skills": [ [ "fabrication", 4 ] ],
"inline": {
"tools": [ ],
"qualities": [ [ { "id": "HAMMER", "level": 2 } ], [ { "id": "WRENCH" } ] ],
"components": [
[ [ "sheet_metal", 2 ] ],
[ [ "pipe", 8 ] ],
[ [ "lock", 1 ] ],
[ [ "2x4", 8 ], [ "stick", 8 ], [ "stick_long", 4 ] ],
[ [ "straw_pile", 16 ], [ "withered", 16 ], [ "pine_bough", 16 ] ]
]
}
}
"blueprint_excludes": [ { "id": "fbmc_shelter_2_bedroom_w2" } ]
},
{
"type": "recipe",
......@@ -367,22 +216,7 @@
"blueprint_name": "furnish the W bedroom",
"blueprint_requires": [ { "id": "fbmc_shelter_2_bedroom4" } ],
"blueprint_provides": [ { "id": "fbmc_shelter_2_bedroom_w4" }, { "id": "bed", "amount": 4 } ],
"blueprint_excludes": [ { "id": "fbmc_shelter_2_bedroom_w4" } ],
"blueprint_needs": {
"time": "2 h",
"skills": [ [ "fabrication", 4 ] ],
"inline": {
"tools": [ ],
"qualities": [ [ { "id": "HAMMER", "level": 2 } ], [ { "id": "WRENCH" } ] ],
"components": [
[ [ "sheet_metal", 2 ] ],
[ [ "pipe", 8 ] ],
[ [ "lock", 1 ] ],
[ [ "2x4", 8 ], [ "stick", 8 ], [ "stick_long", 4 ] ],
[ [ "straw_pile", 16 ], [ "withered", 16 ], [ "pine_bough", 16 ] ]
]
}
}
"blueprint_excludes": [ { "id": "fbmc_shelter_2_bedroom_w4" } ]
},
{
"type": "recipe",
......@@ -396,32 +230,7 @@
"blueprint_name": "furnish the NW bedroom",
"blueprint_requires": [ { "id": "fbmc_shelter_2_bedroom1" } ],
"blueprint_provides": [ { "id": "fbmc_shelter_2_bed_nw" }, { "id": "bed", "amount": 1 } ],
"blueprint_excludes": [ { "id": "fbmc_shelter_2_bed_nw" } ],
"blueprint_needs": {
"time": "2 h 30 m",
"skills": [ [ "fabrication", 4 ] ],
"inline": {
"tools": [ ],
"qualities": [ [ { "id": "HAMMER", "level": 2 } ], [ { "id": "WRENCH" } ] ],
"components": [
[ [ "2x4", 8 ] ],
[
[ "blanket", 2 ],
[ "down_blanket", 2 ],
[ "fur_blanket", 2 ],
[ "quilt", 2 ],
[ "quilt_patchwork", 2 ],
[ "sheet", 4 ],
[ "sleeping_bag", 2 ],
[ "sleeping_bag_fur", 2 ]
],
[ [ "lock", 1 ] ],
[ [ "nail", 12 ] ],
[ [ "pipe", 8 ] ],
[ [ "sheet_metal", 2 ] ]
]
}
}
"blueprint_excludes": [ { "id": "fbmc_shelter_2_bed_nw" } ]
},
{
"type": "recipe",
......@@ -435,32 +244,7 @@
"blueprint_name": "furnish the W bedroom",
"blueprint_requires": [ { "id": "fbmc_shelter_2_bedroom2" }, { "id": "fbmc_shelter_2_bed_nw" } ],
"blueprint_provides": [ { "id": "fbmc_shelter_2_bedroom_w1" }, { "id": "bed", "amount": 2 } ],
"blueprint_excludes": [ { "id": "fbmc_shelter_2_bedroom_w1" } ],
"blueprint_needs": {
"time": "2 h 30 m",
"skills": [ [ "fabrication", 4 ] ],
"inline": {
"tools": [ ],
"qualities": [ [ { "id": "HAMMER", "level": 2 } ], [ { "id": "WRENCH" } ] ],
"components": [
[ [ "2x4", 8 ] ],
[
[ "blanket", 2 ],
[ "down_blanket", 2 ],
[ "fur_blanket", 2 ],
[ "quilt", 2 ],
[ "quilt_patchwork", 2 ],
[ "sheet", 4 ],
[ "sleeping_bag", 2 ],
[ "sleeping_bag_fur", 2 ]
],
[ [ "lock", 1 ] ],
[ [ "nail", 12 ] ],
[ [ "pipe", 8 ] ],
[ [ "sheet_metal", 2 ] ]
]
}
}
"blueprint_excludes": [ { "id": "fbmc_shelter_2_bedroom_w1" } ]
},
{
"type": "recipe",
......@@ -474,32 +258,7 @@
"blueprint_name": "furnish the W bedroom",
"blueprint_requires": [ { "id": "fbmc_shelter_2_bedroom3" }, { "id": "fbmc_shelter_2_bedroom_w1" } ],
"blueprint_provides": [ { "id": "fbmc_shelter_2_bedroom_w2" }, { "id": "bed", "amount": 3 } ],
"blueprint_excludes": [ { "id": "fbmc_shelter_2_bedroom_w2" } ],
"blueprint_needs": {
"time": "2 h 30 m",
"skills": [ [ "fabrication", 4 ] ],
"inline": {
"tools": [ ],
"qualities": [ [ { "id": "HAMMER", "level": 2 } ], [ { "id": "WRENCH" } ] ],
"components": [
[ [ "2x4", 8 ] ],
[
[ "blanket", 2 ],
[ "down_blanket", 2 ],
[ "fur_blanket", 2 ],
[ "quilt", 2 ],
[ "quilt_patchwork", 2 ],
[ "sheet", 4 ],
[ "sleeping_bag", 2 ],
[ "sleeping_bag_fur", 2 ]
],
[ [ "lock", 1 ] ],
[ [ "nail", 12 ] ],
[ [ "pipe", 8 ] ],
[ [ "sheet_metal", 2 ] ]
]
}
}
"blueprint_excludes": [ { "id": "fbmc_shelter_2_bedroom_w2" } ]
},
{
"type": "recipe",
......@@ -513,32 +272,7 @@
"blueprint_name": "furnish the W bedroom",
"blueprint_requires": [ { "id": "fbmc_shelter_2_bedroom4" } ],
"blueprint_provides": [ { "id": "fbmc_shelter_2_bedroom_w4" }, { "id": "bed", "amount": 4 } ],
"blueprint_excludes": [ { "id": "fbmc_shelter_2_bedroom_w4" } ],
"blueprint_needs": {
"time": "2 h 30 m",
"skills": [ [ "fabrication", 4 ] ],
"inline": {
"tools": [ ],
"qualities": [ [ { "id": "HAMMER", "level": 2 } ], [ { "id": "WRENCH" } ] ],
"components": [
[ [ "2x4", 8 ] ],
[
[ "blanket", 2 ],
[ "down_blanket", 2 ],
[ "fur_blanket", 2 ],
[ "quilt", 2 ],
[ "quilt_patchwork", 2 ],
[ "sheet", 4 ],
[ "sleeping_bag", 2 ],
[ "sleeping_bag_fur", 2 ]
],
[ [ "lock", 1 ] ],
[ [ "nail", 12 ] ],
[ [ "pipe", 8 ] ],
[ [ "sheet_metal", 2 ] ]
]
}
}
"blueprint_excludes": [ { "id": "fbmc_shelter_2_bedroom_w4" } ]
},
{
"type": "recipe",
......@@ -552,23 +286,7 @@
"blueprint_name": "furnish the SW bedroom",
"blueprint_requires": [ { "id": "fbmc_shelter_2_bedroom5" } ],
"blueprint_provides": [ { "id": "fbmc_shelter_2_bed_sw" }, { "id": "bed", "amount": 5 } ],
"blueprint_excludes": [ { "id": "fbmc_shelter_2_bed_sw" } ],
"blueprint_needs": {
"time": "3 h",
"skills": [ [ "fabrication", 4 ] ],
"inline": {
"tools": [ ],
"qualities": [ [ { "id": "HAMMER", "level": 2 } ], [ { "id": "SAW_W" } ], [ { "id": "WRENCH" } ] ],
"components": [
[ [ "sheet_metal", 2 ] ],
[ [ "pipe", 8 ] ],
[ [ "lock", 1 ] ],
[ [ "2x4", 24 ] ],
[ [ "nail", 20 ] ],
[ [ "mattress", 2 ], [ "down_mattress", 2 ] ]
]
}
}
"blueprint_excludes": [ { "id": "fbmc_shelter_2_bed_sw" } ]
},
{
"type": "recipe",
......@@ -582,22 +300,7 @@
"blueprint_name": "furnish the SW bedroom",
"blueprint_requires": [ { "id": "fbmc_shelter_2_bedroom5" } ],
"blueprint_provides": [ { "id": "fbmc_shelter_2_bed_sw" }, { "id": "bed", "amount": 5 } ],
"blueprint_excludes": [ { "id": "fbmc_shelter_2_bed_sw" } ],
"blueprint_needs": {
"time": "2 h",
"skills": [ [ "fabrication", 4 ] ],
"inline": {
"tools": [ ],
"qualities": [ [ { "id": "HAMMER", "level": 2 } ], [ { "id": "WRENCH" } ] ],
"components": [
[ [ "2x4", 8 ], [ "stick", 8 ], [ "stick_long", 4 ] ],
[ [ "lock", 1 ] ],
[ [ "pine_bough", 16 ], [ "straw_pile", 16 ], [ "withered", 16 ] ],
[ [ "pipe", 8 ] ],
[ [ "sheet_metal", 2 ] ]
]
}
}
"blueprint_excludes": [ { "id": "fbmc_shelter_2_bed_sw" } ]
},
{
"type": "recipe",
......@@ -611,32 +314,7 @@
"blueprint_name": "furnish the SW bedroom",
"blueprint_requires": [ { "id": "fbmc_shelter_2_bedroom5" } ],
"blueprint_provides": [ { "id": "fbmc_shelter_2_bed_sw" }, { "id": "bed", "amount": 5 } ],
"blueprint_excludes": [ { "id": "fbmc_shelter_2_bed_sw" } ],
"blueprint_needs": {
"time": "2 h 30 m",
"skills": [ [ "fabrication", 4 ] ],
"inline": {
"tools": [ ],
"qualities": [ [ { "id": "HAMMER", "level": 2 } ], [ { "id": "WRENCH" } ] ],
"components": [
[ [ "2x4", 8 ] ],
[
[ "blanket", 2 ],
[ "down_blanket", 2 ],
[ "fur_blanket", 2 ],
[ "quilt", 2 ],
[ "quilt_patchwork", 2 ],
[ "sheet", 4 ],
[ "sleeping_bag", 2 ],
[ "sleeping_bag_fur", 2 ]
],
[ [ "lock", 1 ] ],
[ [ "nail", 12 ] ],
[ [ "pipe", 8 ] ],
[ [ "sheet_metal", 2 ] ]
]
}
}
"blueprint_excludes": [ { "id": "fbmc_shelter_2_bed_sw" } ]
},
{
"type": "recipe",
......@@ -902,16 +580,7 @@
"blueprint_name": "furnish the dining room",
"blueprint_requires": [ { "id": "fbmc_shelter_2_fire" } ],
"blueprint_provides": [ { "id": "fbmc_shelter_2_dining" } ],
"blueprint_excludes": [ { "id": "fbmc_shelter_2_dining" } ],
"blueprint_needs": {
"time": "6 h",
"skills": [ [ "fabrication", 2 ] ],
"inline": {
"tools": [ ],
"qualities": [ [ { "id": "HAMMER", "level": 2 } ], [ { "id": "SAW_W" } ] ],
"components": [ [ [ "2x4", 48 ] ], [ [ "wood_sheet", 4 ], [ "wood_panel", 4 ] ], [ [ "nail", 96 ] ] ]
}
}
"blueprint_excludes": [ { "id": "fbmc_shelter_2_dining" } ]
},
{
"type": "recipe",
......@@ -967,37 +636,6 @@
"blueprint_name": "build a radio tower and console",
"blueprint_requires": [ { "id": "fbmc_shelter_2_well" } ],
"blueprint_provides": [ { "id": "fbmc_shelter_2_radio" }, { "id": "recruiting" }, { "id": "radio" } ],
"blueprint_excludes": [ { "id": "fbmc_shelter_2_radio" } ],
"blueprint_needs": {
"time": "2 d",
"skills": [ [ "fabrication", 3 ] ],
"inline": {
"tools": [ ],
"qualities": [ [ { "id": "HAMMER", "level": 2 } ], [ { "id": "SAW_M" } ], [ { "id": "SCREW" } ], [ { "id": "WRENCH" } ] ],
"components": [
[
[ "wind_turbine", 4 ],
[ "xl_wind_turbine", 1 ],
[ "solar_panel", 4 ],
[ "reinforced_solar_panel", 4 ],
[ "solar_panel_v2", 2 ],
[ "reinforced_solar_panel_v2", 2 ]
],
[ [ "storage_battery", 1 ], [ "medium_storage_battery", 4 ], [ "small_storage_battery", 32 ] ],
[ [ "sheet_metal", 2 ], [ "wire", 8 ] ],
[ [ "pipe", 24 ] ],
[ [ "processor", 2 ] ],
[ [ "RAM", 2 ] ],
[ [ "large_lcd_screen", 1 ] ],
[ [ "e_scrap", 8 ] ],
[ [ "frame", 1 ] ],
[ [ "circuit", 4 ] ],
[ [ "power_supply", 2 ] ],
[ [ "amplifier", 2 ] ],
[ [ "cable", 80 ] ],
[ [ "motor_small", 1 ], [ "motor_tiny", 2 ] ]
]
}
}
"blueprint_excludes": [ { "id": "fbmc_shelter_2_radio" } ]
}
]
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册