Skip to content

Commit

Permalink
[Aftershock] Small mapgen fixes. (#79060)
Browse files Browse the repository at this point in the history
* Fix various roof related issues around maps and enable moxie spawning in habitat block 1

* Kick Tests
  • Loading branch information
QuillInkwell authored Jan 11, 2025
1 parent 40a53b3 commit 14a4ece
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 12 deletions.
3 changes: 2 additions & 1 deletion data/mods/Aftershock/maps/mapgen/freight_transport.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@
" ",
" "
],
"palettes": [ "roof_palette" ]
"palettes": [ "roof_palette" ],
"terrain": { ".": "t_metal_floor" }
}
}
]
6 changes: 3 additions & 3 deletions data/mods/Aftershock/maps/mapgen/general_store.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@
" £/..h/.11111.////// ",
" £//kk/..eee..+'.>// ",
" ££//=//!////////// ",
" £££££/.'❺❶/£ ",
" ££//#///£ ",
" £££££/.'❺❶/££ ",
" ££//#//££ ",
" ",
" ",
" ",
Expand All @@ -115,7 +115,7 @@
"method": "json",
"om_terrain": "afs_general_store_n3",
"object": {
"fill_ter": "t_metal_floor",
"fill_ter": "t_flat_roof",
"rows": [
" ",
" ",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@
],
"furniture": { "1": "f_washer", "2": "f_dryer", "3": "f_atm" },
"vendingmachines": { "V": { "item_group": "afs_vending_false_meals", "reinforced": true, "powered": true } },
"place_monster": [
{ "group": "AFS_GROUP_RUIN_MOXIE", "x": [ 0, 23 ], "y": [ 0, 23 ], "pack_size": [ 1, 3 ], "chance": 20 },
{ "group": "AFS_GROUP_RUIN_MOXIE", "x": [ 24, 47 ], "y": [ 0, 23 ], "pack_size": [ 1, 3 ], "chance": 20 }
],
"place_nested": [
{ "chunks": [ { "param": "variant", "fallback": "afs_habblock_1_slot1_cafe_a1" } ], "x": 0, "y": 0 },
{
Expand Down Expand Up @@ -123,6 +127,10 @@
"afs_habblock_1_paramter_palette"
],
"terrain": { " ": "t_open_air", "1": "t_afs_door_metal_elocked" },
"place_monster": [
{ "group": "AFS_GROUP_RUIN_MOXIE", "x": [ 2, 23 ], "y": [ 12, 20 ], "pack_size": [ 1, 3 ], "chance": 20 },
{ "group": "AFS_GROUP_RUIN_MOXIE", "x": [ 24, 45 ], "y": [ 5, 23 ], "pack_size": [ 1, 3 ], "chance": 20 }
],
"place_nested": [
{
"chunks": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@
" ={*{&/../{;{{= ={;{{/../&{*{= ",
" /:////../{*{&/ /{*{&/..////:/ ",
" /.Foj/../://// /:////../Foj./ ",
" /.'../../.Foj/ /.Foj/..:..../ ",
" /.'..:../.Foj/ /.Foj/..:..../ ",
" =hyh./../..'./ /h'../../..'.= ",
" =hhh./..:..hh/ /y..á/../hh..= ",
" /á'../../á.yy/ /h...:../yy.á/ ",
Expand Down Expand Up @@ -376,7 +376,7 @@
" ={*{&/../{;{{= ={;{{/../&{*{= ",
" /:////../{*{&/ /{*{&/..////:/ ",
" /.Foj/../://// /:////../Foj./ ",
" /.'../../.Foj/ /.Foj/..:..../ ",
" /.'..:../.Foj/ /.Foj/..:..../ ",
" =hyh./../....= =h.../../....= ",
" =hhh./..:.'hh= =y'.á/../hh'.= ",
" /á'../../á.yy/ /h...:../yy.á/ ",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
"fill_ter": "t_metal_floor",
"rows": [
" ",
" ",
" /////==// //==///// ",
" ...... ",
" /////==//....//==///// ",
" /&*{/Foj//==//joF/&{1/ ",
" /{;1/.../%.../.../*;{/ ",
" /:///.'.:....:.'.///:/ ",
Expand Down Expand Up @@ -149,10 +149,10 @@
" ",
" [[[[[[[[[ [[[[[[[[[ ",
" [™™££££™[[[[[[££££™™™[ ",
" [™™33££™™™™™££££™33™™[ ",
" [™™££££™™™™™££££™££™™[ ",
" [™™33™££££™™££™™™33™™[ ",
" [™£33™™£333333£™™33£™[ ",
" [™£33™™™333333££™33™™[ ",
" [™£33™™££3333££™™33£™[ ",
" [™£33™™™£3333£££™33™™[ ",
" [££33™£™™££™™™££™33££[ ",
" [££33£££££™™™££££33™™[ ",
" [[™™™££££££™££££££™™[[ ",
Expand Down
2 changes: 1 addition & 1 deletion data/mods/Aftershock/maps/mapgen/solar_array.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"method": "json",
"om_terrain": [ [ "afs_solar_arrary_a1_roof", "afs_solar_array_a2_roof" ] ],
"object": {
"fill_ter": "t_metal_floor",
"fill_ter": "t_flat_roof",
"rows": [
" ",
" ",
Expand Down

0 comments on commit 14a4ece

Please sign in to comment.