Roguelike Dungeons

Roguelike Dungeons

33M Downloads

disabling the new forest house tower

Fabboz opened this issue · 2 comments

commented

Hi,
I want to know if is possible to disable the new forest house tower... because is too similar at my own house that i build in my games.
Or may you make something like an hole in the roof or use a decayed style (something to change how it look in journeymap)?

thx bye

commented

Thx, works perfect.

2016-01-04 22:05 GMT+01:00 Brian Rivas [email protected]:

create a setting file such as config/roguelike/settings/forest.json

inside put:

{
"name" : "forest",
"criteria" : {
"biomeTypes" : [
"FOREST"
]
},
"tower" : {
"type" : "ROGUE",
"theme" : {
"base" : "TOWER"
}
}
}

This should change all forest dungeons back to using the normal tower.


Reply to this email directly or view it on GitHub
#36 (comment)
.

commented

create a setting file such as config/roguelike/settings/forest.json

inside put:

{
    "name" : "forest",
    "criteria" : {
        "biomeTypes" : [
            "FOREST"
            ]
    },
    "tower" : {
        "type" : "ROGUE",
        "theme" : {
            "base" : "TOWER"
        }
    }
}

This should change all forest dungeons back to using the normal tower.