Skip to content

Commit

Permalink
roof innawood caves (#76109)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikLundell authored Sep 1, 2024
1 parent 0527e71 commit 7f37775
Showing 1 changed file with 11 additions and 81 deletions.
92 changes: 11 additions & 81 deletions data/mods/innawood/mapgen/cave.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,7 @@
" %|||% "
],
"flags": [ "ERASE_ALL_BEFORE_PLACING_TERRAIN" ],
"terrain": {
"|": "t_rock",
",": "t_rock_floor",
"%": [ "t_rock", "t_region_groundcover_forest" ],
";": "t_region_soil",
"<": "t_slope_down"
},
"furniture": { }
"palettes": [ "cave_surface_palette" ]
}
},
{
Expand Down Expand Up @@ -77,14 +70,7 @@
" %|||% "
],
"flags": [ "ERASE_ALL_BEFORE_PLACING_TERRAIN" ],
"terrain": {
"|": "t_rock",
"%": [ "t_rock", "t_region_groundcover_forest" ],
";": "t_region_soil",
",": "t_rock_floor",
"<": "t_slope_down"
},
"furniture": { }
"palettes": [ "cave_surface_palette" ]
}
},
{
Expand Down Expand Up @@ -121,15 +107,7 @@
" %|||% "
],
"flags": [ "ERASE_ALL_BEFORE_PLACING_TERRAIN" ],
"terrain": {
"|": "t_rock",
"%": [ "t_rock", "t_region_groundcover_forest" ],
";": "t_region_soil",
",": "t_rock_floor",
"W": "t_rock_floor",
"<": "t_slope_down"
},
"furniture": { },
"palettes": [ "cave_surface_palette" ],
"fields": { "W": { "field": "fd_web", "intensity": 2, "age": 10 } },
"monsters": { "W": { "monster": "GROUP_SPIDER", "chance": 2, "density": 0.01 } }
}
Expand Down Expand Up @@ -168,16 +146,8 @@
" %|||% "
],
"flags": [ "ERASE_ALL_BEFORE_PLACING_TERRAIN" ],
"terrain": {
"|": "t_rock",
"%": [ "t_rock", "t_region_groundcover_forest" ],
";": "t_region_soil",
",": "t_rock_floor",
"W": "t_rock_floor",
"<": "t_slope_down"
},
"fields": { "W": { "field": "fd_web", "intensity": 1, "age": 10 } },
"furniture": { }
"palettes": [ "cave_surface_palette" ],
"fields": { "W": { "field": "fd_web", "intensity": 1, "age": 10 } }
}
},
{
Expand Down Expand Up @@ -214,15 +184,7 @@
" %|||% "
],
"flags": [ "ERASE_ALL_BEFORE_PLACING_TERRAIN" ],
"terrain": {
"|": "t_rock",
"%": [ "t_rock", "t_region_groundcover_forest" ],
";": "t_region_soil",
",": "t_rock_floor",
"B": "t_rock_floor",
"<": "t_slope_down"
},
"furniture": { },
"palettes": [ "cave_surface_palette" ],
"monster": { "B": { "monster": "mon_bat" } }
}
},
Expand Down Expand Up @@ -260,16 +222,7 @@
" %|||% "
],
"flags": [ "ERASE_ALL_BEFORE_PLACING_TERRAIN" ],
"terrain": {
"|": "t_rock",
"%": [ "t_rock", "t_region_groundcover_forest" ],
";": "t_region_soil",
",": "t_rock_floor",
"B": "t_rock_floor",
"W": "t_rock_floor",
"<": "t_slope_down"
},
"furniture": { },
"palettes": [ "cave_surface_palette" ],
"fields": { "W": { "field": "fd_web", "intensity": 1, "age": 10 } },
"monster": { "B": { "monster": "mon_bear" } }
}
Expand Down Expand Up @@ -308,17 +261,8 @@
" %|||% "
],
"flags": [ "ERASE_ALL_BEFORE_PLACING_TERRAIN" ],
"terrain": {
"|": "t_rock",
"%": [ "t_rock", "t_region_groundcover_forest" ],
";": "t_region_soil",
",": "t_rock_floor",
"B": "t_rock_floor",
"W": "t_rock_floor",
"<": "t_slope_down"
},
"fields": { "W": { "field": "fd_web", "intensity": 1, "age": 10 } },
"furniture": { }
"palettes": [ "cave_surface_palette" ],
"fields": { "W": { "field": "fd_web", "intensity": 1, "age": 10 } }
}
},
{
Expand Down Expand Up @@ -355,16 +299,7 @@
" %|||% "
],
"flags": [ "ERASE_ALL_BEFORE_PLACING_TERRAIN" ],
"terrain": {
"|": "t_rock",
"%": [ "t_rock", "t_region_groundcover_forest" ],
";": "t_region_soil",
",": "t_rock_floor",
"B": "t_rock_floor",
"W": "t_rock_floor",
"<": "t_slope_down"
},
"furniture": { },
"palettes": [ "cave_surface_palette" ],
"fields": { "W": { "field": "fd_web", "intensity": 1, "age": 10 } },
"monster": { "B": { "monster": "mon_cougar" } }
}
Expand Down Expand Up @@ -404,17 +339,12 @@
" "
],
"flags": [ "ERASE_ALL_BEFORE_PLACING_TERRAIN" ],
"palettes": [ "cave_surface_palette" ],
"terrain": {
"|": "t_rock",
"%": [ "t_rock", "t_region_groundcover_forest" ],
";": "t_rock_floor_no_roof",
"!": "t_rock_floor_no_roof",
"?": "t_rock_floor_no_roof",
"#": "t_rock_floor_no_roof",
"~": "t_rock_floor_no_roof",
"@": "t_rock_floor",
",": "t_rock_floor",
"q": "t_rock_floor",
"R": "t_rock_floor_no_roof"
},
"furniture": { "R": [ [ "f_boulder_small", 1 ], [ "f_null", 10 ] ] },
Expand Down

0 comments on commit 7f37775

Please sign in to comment.