Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NONMODULAR] Modularized Mining Maps & Iceland #94

Merged
merged 11 commits into from
Sep 26, 2024
17 changes: 17 additions & 0 deletions _maps/doppler/automapper/automapper_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,23 @@ required_map = "IceBoxStation.dmm"
coordinates = [170, 16, 2]
trait_name = "Station"

# ICELAND ADDITIONS
# Icecats Camp Lower Level: ICELAND ADDITION
[templates.icebox_icecats_lower_iceland]
map_files = ["icemoon_underground_icewalker_lower.dmm"]
directory = "_maps/RandomRuins/IceRuins/doppler/"
required_map = "Iceland.dmm"
coordinates = [170, 16, 1]
trait_name = "Mining"

# Icecats Camp Upper Level: ICELAND ADDITION
[templates.icebox_icecats_upper_iceland]
map_files = ["icemoon_underground_icewalker_upper.dmm"]
directory = "_maps/RandomRuins/IceRuins/doppler/"
required_map = "Iceland.dmm"
coordinates = [170, 16, 2]
trait_name = "Mining"

# TRAMSTATION MAP EDITS
# Tramstation Cryo
[templates.tramstation_cryo]
Expand Down
Loading
Loading