diff --git a/toontown/battle/SuitBattleGlobals.py b/toontown/battle/SuitBattleGlobals.py index 5a90a10f..36c9cdb3 100755 --- a/toontown/battle/SuitBattleGlobals.py +++ b/toontown/battle/SuitBattleGlobals.py @@ -484,7 +484,7 @@ SuitAttributes = {'f': {'name': TTLocalizer.SuitFlunky, 56, 72, 90, - 132), + 110), 'def': (20, 25, 30, @@ -571,8 +571,8 @@ SuitAttributes = {'f': {'name': TTLocalizer.SuitFlunky, 'hp': (56, 72, 90, - 132, - 156), + 110, + 132), 'def': (25, 30, 35, @@ -690,9 +690,9 @@ SuitAttributes = {'f': {'name': TTLocalizer.SuitFlunky, 'level': 6, 'hp': (72, 90, + 110, 132, - 156, - 182), + 156), 'def': (30, 35, 40, @@ -777,10 +777,10 @@ SuitAttributes = {'f': {'name': TTLocalizer.SuitFlunky, 'pluralname': TTLocalizer.SuitTheBigCheeseP, 'level': 7, 'hp': (90, + 110, 132, 156, - 182, - 240), + 200), 'def': (35, 40, 45, @@ -1220,7 +1220,7 @@ SuitAttributes = {'f': {'name': TTLocalizer.SuitFlunky, 56, 72, 90, - 132), + 110), 'def': (20, 25, 30, @@ -1323,8 +1323,8 @@ SuitAttributes = {'f': {'name': TTLocalizer.SuitFlunky, 'hp': (56, 72, 90, - 132, - 156), + 110, + 132), 'def': (25, 30, 35, @@ -1426,9 +1426,9 @@ SuitAttributes = {'f': {'name': TTLocalizer.SuitFlunky, 'level': 6, 'hp': (72, 90, + 110, 132, - 156, - 182), + 156), 'def': (30, 35, 40, @@ -1545,10 +1545,10 @@ SuitAttributes = {'f': {'name': TTLocalizer.SuitFlunky, 'pluralname': TTLocalizer.SuitMrHollywoodP, 'level': 7, 'hp': (90, + 110, 132, 156, - 182, - 240), + 200), 'def': (35, 40, 45, @@ -1953,7 +1953,7 @@ SuitAttributes = {'f': {'name': TTLocalizer.SuitFlunky, 56, 72, 90, - 132), + 110), 'def': (20, 25, 30, @@ -2040,8 +2040,8 @@ SuitAttributes = {'f': {'name': TTLocalizer.SuitFlunky, 'hp': (56, 72, 90, - 132, - 156), + 110, + 132), 'def': (25, 30, 35, @@ -2109,9 +2109,9 @@ SuitAttributes = {'f': {'name': TTLocalizer.SuitFlunky, 'level': 6, 'hp': (72, 90, + 110, 132, - 156, - 182), + 156), 'def': (30, 35, 40, @@ -2196,10 +2196,10 @@ SuitAttributes = {'f': {'name': TTLocalizer.SuitFlunky, 'pluralname': TTLocalizer.SuitRobberBaronP, 'level': 7, 'hp': (90, + 110, 132, 156, - 182, - 240), + 200), 'def': (35, 40, 45, @@ -2654,7 +2654,7 @@ SuitAttributes = {'f': {'name': TTLocalizer.SuitFlunky, 56, 72, 90, - 132), + 110), 'def': (20, 25, 30, @@ -2738,8 +2738,8 @@ SuitAttributes = {'f': {'name': TTLocalizer.SuitFlunky, 'hp': (56, 72, 90, - 132, - 156), + 110, + 132), 'def': (25, 30, 35, @@ -2841,9 +2841,9 @@ SuitAttributes = {'f': {'name': TTLocalizer.SuitFlunky, 'level': 6, 'hp': (72, 90, + 110, 132, - 156, - 182), + 156), 'def': (30, 35, 40, @@ -2928,10 +2928,10 @@ SuitAttributes = {'f': {'name': TTLocalizer.SuitFlunky, 'pluralname': TTLocalizer.SuitBigWigP, 'level': 7, 'hp': (90, + 110, 132, 156, - 182, - 240), + 200), 'def': (35, 40, 45, diff --git a/toontown/toonbase/ToontownBattleGlobals.py b/toontown/toonbase/ToontownBattleGlobals.py index f788f0ff..d1b4c2db 100755 --- a/toontown/toonbase/ToontownBattleGlobals.py +++ b/toontown/toonbase/ToontownBattleGlobals.py @@ -618,8 +618,8 @@ AvPropDamage = ((((8, 10), (Levels[0][0], Levels[0][1])), ((15, 18), (Levels[0][1], Levels[0][2])), ((25, 30), (Levels[0][2], Levels[0][3])), ((40, 45), (Levels[0][3], Levels[0][4])), - ((45, 60), (Levels[0][4], Levels[0][5])), - ((75, 95), (Levels[0][5], Levels[0][6])), + ((60, 70), (Levels[0][4], Levels[0][5])), + ((90, 120), (Levels[0][5], Levels[0][6])), ((210, 210), (Levels[0][6], MaxSkill))), (((10, 12), (Levels[1][0], Levels[1][1])), ((18, 20), (Levels[1][1], Levels[1][2])), @@ -640,7 +640,7 @@ AvPropDamage = ((((8, 10), (Levels[0][0], Levels[0][1])), ((9, 11), (Levels[3][2], Levels[3][3])), ((14, 16), (Levels[3][3], Levels[3][4])), ((19, 21), (Levels[3][4], Levels[3][5])), - ((25, 45), (Levels[3][5], Levels[3][6])), + ((25, 50), (Levels[3][5], Levels[3][6])), ((90, 90), (Levels[3][6], MaxSkill))), (((4, 6), (Levels[4][0], Levels[4][1])), ((8, 10), (Levels[4][1], Levels[4][2])),