Skip to content

Commit

Permalink
Roofed Aftershock (#74968)
Browse files Browse the repository at this point in the history
* Roofed Aftershock

* Removed incorrect brackets

* Empty terrain entry

* a comma too much
  • Loading branch information
PatrikLundell authored Jul 14, 2024
1 parent 87c47a7 commit 38b05c2
Show file tree
Hide file tree
Showing 2 changed files with 125 additions and 5 deletions.
38 changes: 37 additions & 1 deletion data/mods/Aftershock/maps/mapgen/escape_pod.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,39 @@
[
{
"type": "mapgen",
"method": "json",
"nested_mapgen_id": "afs_crashed_escape_pod_roof",
"object": {
"mapgensize": [ 24, 24 ],
"rows": [
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" RRR ",
" RRR ",
" RRR ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "
],
"terrain": { "R": "t_metal_flat_roof" }
}
},
{
"type": "mapgen",
"method": "json",
Expand Down Expand Up @@ -42,7 +77,8 @@
},
"place_zones": [ { "type": "ZONE_START_POINT", "faction": "your_followers", "x": [ 11, 11 ], "y": [ 13, 13 ] } ],
"furniture": { "!": "f_afs_escape_pod_seat" },
"items": { "!": { "item": "afs_escape_pod_suppliesII", "chance": 100 } }
"items": { "!": { "item": "afs_escape_pod_suppliesII", "chance": 100 } },
"place_nested": [ { "chunks": [ "afs_crashed_escape_pod_roof" ], "x": 0, "y": 0, "z": 1 } ]
}
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -752,6 +752,29 @@
"palettes": [ "afs_formless_ruins" ]
}
},
{
"type": "mapgen",
"method": "json",
"nested_mapgen_id": "formless_ruins_cryoroom_roof",
"object": {
"mapgensize": [ 12, 12 ],
"rows": [
"RRRRRRRRRRRR",
"RRRR RRRRRRR",
" RRRRRRRRRRR",
"RRRRR RRRRRR",
"RRR RRRRRR",
"RRRR RRRRRRR",
"RRRRRRRRRRRR",
"RR R RRRRR",
"RR RRRRRRR",
"RRRRRRRRRRRR",
"RRR RR RR ",
"RRRRRRR RRRR"
],
"terrain": { "R": "t_metal_flat_roof" }
}
},
{
"type": "mapgen",
"method": "json",
Expand Down Expand Up @@ -783,7 +806,31 @@
]
},
"place_monsters": [ { "monster": "GROUP_CRYO_LAB", "x": [ 1, 5 ], "y": [ 1, 2 ], "density": 0.1, "repeat": [ 1, 3 ] } ],
"palettes": [ "afs_formless_ruins" ]
"palettes": [ "afs_formless_ruins" ],
"place_nested": [ { "chunks": [ "formless_ruins_cryoroom_roof" ], "x": 0, "y": 0, "z": 1 } ]
}
},
{
"type": "mapgen",
"method": "json",
"nested_mapgen_id": "formless_ruins_telepad_roof",
"object": {
"mapgensize": [ 12, 12 ],
"rows": [
"R RRRRRR",
"RR RRRRRRRRR",
"RRRRRRRRRRRR",
"RRRRRRRRRRRR",
"RRR RRRRR",
"R RR RRRRRR",
"RR RRRRRRR R",
"RR RRRRRRRR",
"RRR RRRRRR R",
"RRRRRRRRRRRR",
"RRRRRRRRRRRR",
"RRRRR RR "
],
"terrain": { "R": "t_metal_flat_roof" }
}
},
{
Expand Down Expand Up @@ -819,7 +866,8 @@
{ "item": "afs_machinery_maintenance_scrapgroup", "chance": 10, "repeat": [ 1, 2 ] }
]
},
"palettes": [ "afs_formless_ruins" ]
"palettes": [ "afs_formless_ruins" ],
"place_nested": [ { "chunks": [ "formless_ruins_telepad_roof" ], "x": 0, "y": 0, "z": 1 } ]
}
},
{
Expand Down Expand Up @@ -916,6 +964,23 @@
"palettes": [ "afs_formless_ruins" ]
}
},
{
"type": "mapgen",
"method": "json",
"nested_mapgen_id": "formless_ruins_escapepod_roof",
"object": {
"mapgensize": [ 6, 6 ],
"rows": [
" ",
"R RRR ",
" RRR ",
" RRR ",
" ",
" R"
],
"terrain": { "R": "t_metal_flat_roof" }
}
},
{
"type": "mapgen",
"method": "json",
Expand All @@ -940,7 +1005,25 @@
},
"furniture": { "!": "f_afs_escape_pod_seat" },
"items": { "!": { "item": "afs_escape_pod_suppliesII", "chance": 100 } },
"palettes": [ "afs_formless_ruins" ]
"palettes": [ "afs_formless_ruins" ],
"place_nested": [ { "chunks": [ "formless_ruins_escapepod_roof" ], "x": 0, "y": 0, "z": 1 } ]
}
},
{
"type": "mapgen",
"method": "json",
"nested_mapgen_id": "formless_ruins_smallcryoroom_roof",
"object": {
"mapgensize": [ 6, 6 ],
"rows": [
" RRR",
"RRRRRR",
"RRRRRR",
" R RR",
" R RR",
" RRRR"
],
"terrain": { "R": "t_metal_flat_roof" }
}
},
{
Expand Down Expand Up @@ -968,7 +1051,8 @@
]
},
"place_monsters": [ { "monster": "GROUP_CRYO_LAB", "x": [ 1, 5 ], "y": [ 1, 2 ], "density": 0.01, "repeat": [ 1, 3 ] } ],
"palettes": [ "afs_formless_ruins" ]
"palettes": [ "afs_formless_ruins" ],
"place_nested": [ { "chunks": [ "formless_ruins_smallcryoroom_roof" ], "x": 0, "y": 0, "z": 1 } ]
}
},
{
Expand Down

0 comments on commit 38b05c2

Please sign in to comment.