Skip to content

Commit

Permalink
[Sky Island] Fix rock outside of windows (#73576)
Browse files Browse the repository at this point in the history
* Bugfixes

* switch approach

* Remove pillars

* Restore skylight deletions
  • Loading branch information
Standing-Storm authored May 9, 2024
1 parent 8b49c2c commit a660608
Showing 1 changed file with 38 additions and 36 deletions.
74 changes: 38 additions & 36 deletions data/mods/Sky_Island/island_upgrades.json
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,9 @@
"x": [ "t_null" ],
"T": [ "t_null" ],
"V": [ "t_thconc_floor" ],
"X": [ "t_thconc_floor" ]
"X": [ "t_thconc_floor" ],
"/": "t_fake_air",
",": "t_open_air"
},
"furniture": { "X": "f_exitportal", "V": "f_islandstatue" },
"items": { }
Expand Down Expand Up @@ -696,19 +698,19 @@
"rows": [
" ",
" ########### ",
" ##.........## ",
" #####...........## ",
" G..#.............# ",
" G..#...-------...# ",
" G..#...-------...# ",
" G..#...-------...#xxxx",
" G..+....--O---...+----",
" G..#...-------...#xxxx",
" G..#...-------...# ",
" G..#...-------...# ",
" G..#.............# ",
" #####...........## ",
" ##.........## ",
", ##.........## ",
",/#####...........## ",
",/G..#.............# ",
",/G..#...-------...# ",
",/G..#...-------...# ",
",/G..#...-------...#xxxx",
",/G..+....--O---...+----",
",/G..#...-------...#xxxx",
",/G..#...-------...# ",
",/G..#...-------...# ",
",/G..#.............# ",
",/#####...........## ",
", ##.........## ",
" ########### ",
" ",
" ",
Expand Down Expand Up @@ -836,19 +838,19 @@
"rows": [
" ",
" ########### ",
" ##.........## ",
" ##...........##### ",
" #.............#..G ",
" #...-------...#..G ",
" #...-------...#..G ",
"xxxx#...-------...#..G ",
"----+...---O--....+..G ",
"xxxx#...-------...#..G ",
" #...-------...#..G ",
" #...-------...#..G ",
" #.............#..G ",
" ##...........##### ",
" ##.........## ",
" ##.........## ,",
" ##...........#####/,",
" #.............#..G/,",
" #...-------...#..G/,",
" #...-------...#..G/,",
"xxxx#...-------...#..G/,",
"----+...---O--....+..G/,",
"xxxx#...-------...#..G/,",
" #...-------...#..G/,",
" #...-------...#..G/,",
" #.............#..G/,",
" ##...........#####/,",
" ##.........## ,",
" ########### ",
" ",
" ",
Expand All @@ -869,8 +871,8 @@
"update_mapgen_id": "mx_skyisland_n1",
"object": {
"rows": [
" ",
" ",
" ,,,,,,,,,,, ",
" ///////// ",
" #GGGGGGG# ",
" #.......# ",
" #.......# ",
Expand Down Expand Up @@ -904,8 +906,8 @@
"update_mapgen_id": "mx_skyisland_n2",
"object": {
"rows": [
" ",
" ",
" ,,,,,,,,,,,,,,, ",
" ///////////// ",
" #GGGGGGGGGGG# ",
" #..-------..# ",
" #..-------..# ",
Expand Down Expand Up @@ -939,8 +941,8 @@
"update_mapgen_id": "mx_skyisland_n3",
"object": {
"rows": [
" ",
" ",
" ,,,,,,,,,,,,,,,,,,, ",
" ///////////////// ",
" #GGGGGGGGGGGGGGG# ",
" #..-----------..# ",
" #..-----------..# ",
Expand Down Expand Up @@ -974,16 +976,16 @@
"update_mapgen_id": "mx_skyisland_n4",
"object": {
"rows": [
" ",
" ",
" ,,,,,,,,,,,,,,,,,,,,,,,",
" ///////////////////// ",
" #GGGGGGGGGGGGGGGGGGGGG#",
" #...---------------...#",
" #...---------------...#",
" #...---------------...#",
" #...---------------...#",
" #...---------------...#",
" #...---------------...#",
" #...---------------...#",
" #....-------------....#",
" #.....................#",
" ##.........-.........##",
" ##........-........## ",
Expand Down

0 comments on commit a660608

Please sign in to comment.