Add a script to generate actInfoCommon

It's too tedious to write by hand
This commit is contained in:
Léo Lam
2021-01-22 15:36:19 +01:00
parent 5410a56d20
commit 5d36832608
5 changed files with 374 additions and 12 deletions
+2 -2
View File
@@ -144,8 +144,8 @@ bool WeaponModifierRanges::loadTierYellow(const sead::SafeString& actor) {
addLifeMin = ksys::act::getWeaponCommonPoweredSharpAddLifeMin(iter);
addLifeMax = ksys::act::getWeaponCommonPoweredSharpAddLifeMax(iter);
addGuardMin = ksys::act::getWeaponCommonPoweredSharpAddGuardMin(iter);
addGuardMax = ksys::act::getWeaponCommonPoweredSharpAddGuardMax(iter);
addGuardMin = ksys::act::getWeaponCommonPoweredSharpWeaponAddGuardMin(iter);
addGuardMax = ksys::act::getWeaponCommonPoweredSharpWeaponAddGuardMax(iter);
addThrowMin = ksys::act::getWeaponCommonPoweredSharpAddThrowMin(iter);
addThrowMax = ksys::act::getWeaponCommonPoweredSharpAddThrowMax(iter);