Fixed some enemizer mystery settings

Added an easy way to turn off unkillable thieves
This commit is contained in:
aerinon
2021-07-01 16:25:55 -06:00
parent 62fff1f6e1
commit 1a7c3faa76
7 changed files with 21 additions and 14 deletions

View File

@@ -2269,7 +2269,7 @@ access_mode = {"items": 0, "locations": 1, "none": 2}
# byte 6: BSMC BBEE (big, small, maps, compass, bosses, enemies)
boss_mode = {"none": 0, "simple": 1, "full": 2, "random": 3, "chaos": 3}
enemy_mode = {"none": 0, "shuffled": 1, "random": 2, "chaos": 2}
enemy_mode = {"none": 0, "shuffled": 1, "random": 2, "chaos": 2, "legacy": 3}
# byte 7: HHHD DP?? (enemy_health, enemy_dmg, potshuffle, ?)
e_health = {"default": 0, "easy": 1, "normal": 2, "hard": 3, "expert": 4}