Pottery counting fixes

Add major_only algorithm to code
This commit is contained in:
aerinon
2022-03-08 08:47:25 -07:00
parent 285dc48a2b
commit 042b9a9fa0
5 changed files with 6 additions and 3 deletions

View File

@@ -2771,7 +2771,7 @@ e_dmg = {"default": 0, "shuffled": 1, "random": 2}
# byte 9: RRAA ABBB (restrict boss mode, algorithm, boss shuffle)
rb_mode = {"none": 0, "mapcompass": 1, "dungeon": 2}
# algorithm:
algo_mode = {"balanced": 0, "equitable": 1, "vanilla_fill": 2, "dungeon_only": 3, "district": 4}
algo_mode = {"balanced": 0, "equitable": 1, "vanilla_fill": 2, "dungeon_only": 3, "district": 4, 'major_only': 5}
boss_mode = {"none": 0, "simple": 1, "full": 2, "chaos": 3, 'random': 3, 'unique': 4}