Roguelike Dungeons

Roguelike Dungeons

33M Downloads

(Q) chance temple theme pick rate

Ezoteric opened this issue ยท 3 comments

commented

Hey man love this mod but where can i change the chance of a non tower to spawn in its theme biome.

I want more temples and witchhuts etc and less normal towers :P

Could make it a option or just tell how to edit and i compile myself ;)

Thnx in advance

commented

Change these to what you want:
https://github.com/Greymerk/minecraft-roguelike/blob/master/src/main/java/greymerk/roguelike/dungeon/settings/builtin/SettingsGrasslandTheme.java#L32

https://github.com/Greymerk/minecraft-roguelike/blob/master/src/main/java/greymerk/roguelike/dungeon/settings/builtin/SettingsTheme.java#L13

If you want randomization you'll need to add multiple settings with weighted criteria. The system isn't setup for randomly selected towers within the same dungeon settings.

commented

Thnx for the fast reply.
Ok so tower rogue is the standard tower and I change rogue to witch for example?