Skip to content

Commit

Permalink
Added 6 levels of bottomless pits to Balrog mine to make falling down…
Browse files Browse the repository at this point in the history
… a guaranteed death (CleverRaven#53024)

* Added 6 levels of bottomless pits and lava floor to make falling down a guaranteed death
  • Loading branch information
Night-Pryanik authored Nov 26, 2021
1 parent ba02317 commit e12477e
Show file tree
Hide file tree
Showing 3 changed files with 108 additions and 2 deletions.
68 changes: 68 additions & 0 deletions data/mods/Magiclysm/worldgen/mine_balrog.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,5 +203,73 @@
"traps": { "P": "tr_portal" },
"monster": { "B": { "monster": "mon_balrog" } }
}
},
{
"type": "mapgen",
"method": "json",
"om_terrain": [ "mine_balrog_bottomless_pit" ],
"object": {
"rows": [
"~~~~~~~~~~~~~~~~~~~~~~~~",
"~~~~~~~~~~~~~~~~~~~~~~~~",
"~~~~~~~~~~~~~~~~~~~~~~~~",
"~~~~~~~~~~~~~~~~~~~~~~~~",
"~~~~~~~~~~~~~~~~~~~~~~~~",
"~~~~~~~~~~~~~~~~~~~~~~~~",
"~~~~~~~~~~~~~~~~~~~~~~~~",
"~~~~~~~~~~~~~~~~~~~~~~~~",
"~~~~~~~~~~~~~~~~~~~~~~~~",
"~~~~~~~~~~~~~~~~~~~~~~~~",
"~~~~~~~~~~~~~~~~~~~~~~~~",
"~~~~~~~~~~~~~~~~~~~~~~~~",
"~~~~~~~~~~~~~~~~~~~~~~~~",
"~~~~~~~~~~~~~~~~~~~~~~~~",
"~~~~~~~~~~~~~~~~~~~~~~~~",
"~~~~~~~~~~~~~~~~~~~~~~~~",
"~~~~~~~~~~~~~~~~~~~~~~~~",
"~~~~~~~~~~~~~~~~~~~~~~~~",
"~~~~~~~~~~~~~~~~~~~~~~~~",
"~~~~~~~~~~~~~~~~~~~~~~~~",
"~~~~~~~~~~~~~~~~~~~~~~~~",
"~~~~~~~~~~~~~~~~~~~~~~~~",
"~~~~~~~~~~~~~~~~~~~~~~~~",
"~~~~~~~~~~~~~~~~~~~~~~~~"
],
"terrain": { "~": "t_hole" }
}
},
{
"type": "mapgen",
"method": "json",
"om_terrain": [ "mine_balrog_lava" ],
"object": {
"rows": [
"~~~~~~~~~~~~~~~~~~~~~~~~",
"~~~~~~~~~~~~~~~~~~~~~~~~",
"~~~~~~~~~~~~~~~~~~~~~~~~",
"~~~~~~~~~~~~~~~~~~~~~~~~",
"~~~~~~~~~~~~~~~~~~~~~~~~",
"~~~~~~~~~~~~~~~~~~~~~~~~",
"~~~~~~~~~~~~~~~~~~~~~~~~",
"~~~~~~~~~~~~~~~~~~~~~~~~",
"~~~~~~~~~~~~~~~~~~~~~~~~",
"~~~~~~~~~~~~~~~~~~~~~~~~",
"~~~~~~~~~~~~~~~~~~~~~~~~",
"~~~~~~~~~~~~~~~~~~~~~~~~",
"~~~~~~~~~~~~~~~~~~~~~~~~",
"~~~~~~~~~~~~~~~~~~~~~~~~",
"~~~~~~~~~~~~~~~~~~~~~~~~",
"~~~~~~~~~~~~~~~~~~~~~~~~",
"~~~~~~~~~~~~~~~~~~~~~~~~",
"~~~~~~~~~~~~~~~~~~~~~~~~",
"~~~~~~~~~~~~~~~~~~~~~~~~",
"~~~~~~~~~~~~~~~~~~~~~~~~",
"~~~~~~~~~~~~~~~~~~~~~~~~",
"~~~~~~~~~~~~~~~~~~~~~~~~",
"~~~~~~~~~~~~~~~~~~~~~~~~",
"~~~~~~~~~~~~~~~~~~~~~~~~"
],
"terrain": { "~": "t_lava" }
}
}
]
38 changes: 37 additions & 1 deletion data/mods/Magiclysm/worldgen/overmap_specials.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,43 @@
{ "point": [ -3, 1, -4 ], "overmap": "mine_balrog_finale_nw_north" },
{ "point": [ -1, 2, -4 ], "overmap": "mine_balrog_finale_se_north" },
{ "point": [ -2, 2, -4 ], "overmap": "mine_balrog_finale_s_north" },
{ "point": [ -3, 2, -4 ], "overmap": "mine_balrog_finale_sw_north" }
{ "point": [ -3, 2, -4 ], "overmap": "mine_balrog_finale_sw_north" },
{ "point": [ -1, 1, -5 ], "overmap": "mine_balrog_bottomless_pit_north" },
{ "point": [ -2, 1, -5 ], "overmap": "mine_balrog_bottomless_pit_north" },
{ "point": [ -3, 1, -5 ], "overmap": "mine_balrog_bottomless_pit_north" },
{ "point": [ -1, 2, -5 ], "overmap": "mine_balrog_bottomless_pit_north" },
{ "point": [ -2, 2, -5 ], "overmap": "mine_balrog_bottomless_pit_north" },
{ "point": [ -3, 2, -5 ], "overmap": "mine_balrog_bottomless_pit_north" },
{ "point": [ -1, 1, -6 ], "overmap": "mine_balrog_bottomless_pit_north" },
{ "point": [ -2, 1, -6 ], "overmap": "mine_balrog_bottomless_pit_north" },
{ "point": [ -3, 1, -6 ], "overmap": "mine_balrog_bottomless_pit_north" },
{ "point": [ -1, 2, -6 ], "overmap": "mine_balrog_bottomless_pit_north" },
{ "point": [ -2, 2, -6 ], "overmap": "mine_balrog_bottomless_pit_north" },
{ "point": [ -3, 2, -6 ], "overmap": "mine_balrog_bottomless_pit_north" },
{ "point": [ -1, 1, -7 ], "overmap": "mine_balrog_bottomless_pit_north" },
{ "point": [ -2, 1, -7 ], "overmap": "mine_balrog_bottomless_pit_north" },
{ "point": [ -3, 1, -7 ], "overmap": "mine_balrog_bottomless_pit_north" },
{ "point": [ -1, 2, -7 ], "overmap": "mine_balrog_bottomless_pit_north" },
{ "point": [ -2, 2, -7 ], "overmap": "mine_balrog_bottomless_pit_north" },
{ "point": [ -3, 2, -7 ], "overmap": "mine_balrog_bottomless_pit_north" },
{ "point": [ -1, 1, -8 ], "overmap": "mine_balrog_bottomless_pit_north" },
{ "point": [ -2, 1, -8 ], "overmap": "mine_balrog_bottomless_pit_north" },
{ "point": [ -3, 1, -8 ], "overmap": "mine_balrog_bottomless_pit_north" },
{ "point": [ -1, 2, -8 ], "overmap": "mine_balrog_bottomless_pit_north" },
{ "point": [ -2, 2, -8 ], "overmap": "mine_balrog_bottomless_pit_north" },
{ "point": [ -3, 2, -8 ], "overmap": "mine_balrog_bottomless_pit_north" },
{ "point": [ -1, 1, -9 ], "overmap": "mine_balrog_bottomless_pit_north" },
{ "point": [ -2, 1, -9 ], "overmap": "mine_balrog_bottomless_pit_north" },
{ "point": [ -3, 1, -9 ], "overmap": "mine_balrog_bottomless_pit_north" },
{ "point": [ -1, 2, -9 ], "overmap": "mine_balrog_bottomless_pit_north" },
{ "point": [ -2, 2, -9 ], "overmap": "mine_balrog_bottomless_pit_north" },
{ "point": [ -3, 2, -9 ], "overmap": "mine_balrog_bottomless_pit_north" },
{ "point": [ -1, 1, -10 ], "overmap": "mine_balrog_lava_north" },
{ "point": [ -2, 1, -10 ], "overmap": "mine_balrog_lava_north" },
{ "point": [ -3, 1, -10 ], "overmap": "mine_balrog_lava_north" },
{ "point": [ -1, 2, -10 ], "overmap": "mine_balrog_lava_north" },
{ "point": [ -2, 2, -10 ], "overmap": "mine_balrog_lava_north" },
{ "point": [ -3, 2, -10 ], "overmap": "mine_balrog_lava_north" }
],
"connections": [
{ "point": [ 0, -1, 0 ], "terrain": "road", "connection": "local_road", "from": [ 0, 0, 0 ] },
Expand Down
4 changes: 3 additions & 1 deletion data/mods/Magiclysm/worldgen/overmap_terrain.json
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,9 @@
"mine_balrog_finale_ne",
"mine_balrog_finale_sw",
"mine_balrog_finale_s",
"mine_balrog_finale_se"
"mine_balrog_finale_se",
"mine_balrog_bottomless_pit",
"mine_balrog_lava"
],
"name": "mine tunnels",
"sym": "O",
Expand Down

0 comments on commit e12477e

Please sign in to comment.