1
0
mirror of https://git.ngram.ca/OpenJam/rc-servers synced 2026-08-23 23:08:52 +00:00

Fix reading vertical_top_speed for movement data in config, rebalance movement to 2025 stats

This commit is contained in:
NG (Graham)
2025-08-17 10:50:55 -04:00
parent 8786a2139b
commit a721aac418
6 changed files with 313 additions and 309 deletions

View File

@@ -322,7 +322,7 @@ def is_variant_guess(name: str, sprite: str) -> bool:
return False
FIELD_NAME_EXCEPTIONS = {
"verticalTopSpeed": "max_vertical_velocity",
#"verticalTopSpeed": "vertical_top_speed",
}
def rename_field(original: str) -> str: