forked from CleverRaven/Cataclysm-DDA
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'CleverRaven:master' into patch-25
- Loading branch information
Showing
86 changed files
with
2,709 additions
and
3,581 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 changes: 4 additions & 32 deletions
36
data/json/mapgen/basecamps/base/fbmc_fire_lookout_tower/fbmc_fire_lookout_tower_beds.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,18 @@ | ||
[ | ||
{ | ||
"type": "mapgen", | ||
"update_mapgen_id": "fbmc_fire_lookout_tower_mattress_beds_0", | ||
"update_mapgen_id": "fbmc_fire_lookout_tower_beds_0", | ||
"method": "json", | ||
"object": { | ||
"place_nested": [ | ||
{ "chunks": [ "fbmc_mattress_bed_vertical" ], "x": 8, "y": 6 }, | ||
{ "chunks": [ "fbmc_mattress_bed_vertical" ], "x": 11, "y": 6 } | ||
] | ||
"place_nested": [ { "chunks": [ "fbmc_bed_vertical" ], "x": 8, "y": 6 }, { "chunks": [ "fbmc_bed_vertical" ], "x": 11, "y": 6 } ] | ||
} | ||
}, | ||
{ | ||
"type": "mapgen", | ||
"update_mapgen_id": "fbmc_fire_lookout_tower_mattress_beds_1", | ||
"update_mapgen_id": "fbmc_fire_lookout_tower_beds_1", | ||
"method": "json", | ||
"object": { | ||
"place_nested": [ | ||
{ "chunks": [ "fbmc_mattress_bed_vertical" ], "x": 10, "y": 17 }, | ||
{ "chunks": [ "fbmc_mattress_bed_vertical" ], "x": 13, "y": 17 } | ||
] | ||
} | ||
}, | ||
{ | ||
"type": "mapgen", | ||
"update_mapgen_id": "fbmc_fire_lookout_tower_straw_beds_0", | ||
"method": "json", | ||
"object": { | ||
"place_nested": [ | ||
{ "chunks": [ "fbmc_straw_bed_vertical" ], "x": 8, "y": 6 }, | ||
{ "chunks": [ "fbmc_straw_bed_vertical" ], "x": 11, "y": 6 } | ||
] | ||
} | ||
}, | ||
{ | ||
"type": "mapgen", | ||
"update_mapgen_id": "fbmc_fire_lookout_tower_straw_beds_1", | ||
"method": "json", | ||
"object": { | ||
"place_nested": [ | ||
{ "chunks": [ "fbmc_straw_bed_vertical" ], "x": 10, "y": 17 }, | ||
{ "chunks": [ "fbmc_straw_bed_vertical" ], "x": 13, "y": 17 } | ||
] | ||
"place_nested": [ { "chunks": [ "fbmc_bed_vertical" ], "x": 10, "y": 17 }, { "chunks": [ "fbmc_bed_vertical" ], "x": 13, "y": 17 } ] | ||
} | ||
} | ||
] |
24 changes: 24 additions & 0 deletions
24
...n/mapgen/basecamps/base/fbmc_fire_lookout_tower/fbmc_fire_lookout_tower_construction.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
[ | ||
{ | ||
"type": "mapgen", | ||
"update_mapgen_id": "fbmc_fire_lookout_tower_construction_shack_0", | ||
"method": "json", | ||
"object": { | ||
"place_nested": [ | ||
{ "chunks": [ "fbmc_construction_wall_vertical" ], "x": 7, "y": 5 }, | ||
{ "chunks": [ "fbmc_construction_shack_south" ], "x": 8, "y": 5 } | ||
] | ||
} | ||
}, | ||
{ | ||
"type": "mapgen", | ||
"update_mapgen_id": "fbmc_fire_lookout_tower_construction_shack_1", | ||
"method": "json", | ||
"object": { | ||
"place_nested": [ | ||
{ "chunks": [ "fbmc_construction_wall_vertical" ], "x": 9, "y": 14 }, | ||
{ "chunks": [ "fbmc_construction_shack_north" ], "x": 10, "y": 14 } | ||
] | ||
} | ||
} | ||
] |
21 changes: 0 additions & 21 deletions
21
data/json/mapgen/basecamps/base/fbmc_fire_lookout_tower/fbmc_fire_lookout_tower_log.json
This file was deleted.
Oops, something went wrong.
24 changes: 0 additions & 24 deletions
24
data/json/mapgen/basecamps/base/fbmc_fire_lookout_tower/fbmc_fire_lookout_tower_metal.json
This file was deleted.
Oops, something went wrong.
24 changes: 0 additions & 24 deletions
24
...son/mapgen/basecamps/base/fbmc_fire_lookout_tower/fbmc_fire_lookout_tower_migo_resin.json
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.