feat: MW progresssion balancing tweaked to be percentage based instead of raw count. Tries to keep each player's locations in each sphere within 80% of the player with the most locations available. (Measured with percentage instead of raw count.) Old algo tried to keep everyone within 20 locations of each other. Difficult if one player has a lot more locations than another.

fix: Potential fix for early Trinexx start
This commit is contained in:
aerinon
2023-12-14 10:13:22 -07:00
parent c4ec28da76
commit 0bd1f90bca
6 changed files with 50 additions and 16 deletions

View File

@@ -37,7 +37,7 @@ from source.enemizer.DamageTables import DamageTable
from source.enemizer.Enemizer import randomize_enemies
from source.rom.DataTables import init_data_tables
version_number = '1.3.0.7'
version_number = '1.3.0.8'
version_branch = '-v'
__version__ = f'{version_number}{version_branch}'