Slightly buffed high level cogs, slightly nerfed sound and toon up.

This commit is contained in:
Loudrob 2015-03-24 07:58:53 -04:00
parent 4855f1c3b9
commit 4a787248e9
2 changed files with 31 additions and 31 deletions

View file

@ -484,7 +484,7 @@ SuitAttributes = {'f': {'name': TTLocalizer.SuitFlunky,
56,
72,
90,
110),
132),
'def': (20,
25,
30,
@ -571,8 +571,8 @@ SuitAttributes = {'f': {'name': TTLocalizer.SuitFlunky,
'hp': (56,
72,
90,
110,
132),
132,
156),
'def': (25,
30,
35,
@ -674,9 +674,9 @@ SuitAttributes = {'f': {'name': TTLocalizer.SuitFlunky,
'level': 6,
'hp': (72,
90,
110,
132,
156),
156,
182),
'def': (30,
35,
40,
@ -761,10 +761,10 @@ SuitAttributes = {'f': {'name': TTLocalizer.SuitFlunky,
'pluralname': TTLocalizer.SuitTheBigCheeseP,
'level': 7,
'hp': (90,
110,
132,
156,
200),
182,
240),
'def': (35,
40,
45,
@ -1204,7 +1204,7 @@ SuitAttributes = {'f': {'name': TTLocalizer.SuitFlunky,
56,
72,
90,
110),
132),
'def': (20,
25,
30,
@ -1307,8 +1307,8 @@ SuitAttributes = {'f': {'name': TTLocalizer.SuitFlunky,
'hp': (56,
72,
90,
110,
132),
132,
156),
'def': (25,
30,
35,
@ -1394,9 +1394,9 @@ SuitAttributes = {'f': {'name': TTLocalizer.SuitFlunky,
'level': 6,
'hp': (72,
90,
110,
132,
156),
156,
182),
'def': (30,
35,
40,
@ -1497,10 +1497,10 @@ SuitAttributes = {'f': {'name': TTLocalizer.SuitFlunky,
'pluralname': TTLocalizer.SuitMrHollywoodP,
'level': 7,
'hp': (90,
110,
132,
156,
200),
182,
240),
'def': (35,
40,
45,
@ -1905,7 +1905,7 @@ SuitAttributes = {'f': {'name': TTLocalizer.SuitFlunky,
56,
72,
90,
110),
132),
'def': (20,
25,
30,
@ -1992,8 +1992,8 @@ SuitAttributes = {'f': {'name': TTLocalizer.SuitFlunky,
'hp': (56,
72,
90,
110,
132),
132,
156),
'def': (25,
30,
35,
@ -2061,9 +2061,9 @@ SuitAttributes = {'f': {'name': TTLocalizer.SuitFlunky,
'level': 6,
'hp': (72,
90,
110,
132,
156),
156,
182),
'def': (30,
35,
40,
@ -2148,10 +2148,10 @@ SuitAttributes = {'f': {'name': TTLocalizer.SuitFlunky,
'pluralname': TTLocalizer.SuitRobberBaronP,
'level': 7,
'hp': (90,
110,
132,
156,
200),
182,
240),
'def': (35,
40,
45,
@ -2590,7 +2590,7 @@ SuitAttributes = {'f': {'name': TTLocalizer.SuitFlunky,
56,
72,
90,
110),
132),
'def': (20,
25,
30,
@ -2659,8 +2659,8 @@ SuitAttributes = {'f': {'name': TTLocalizer.SuitFlunky,
'hp': (56,
72,
90,
110,
132),
132,
156),
'def': (25,
30,
35,
@ -2746,9 +2746,9 @@ SuitAttributes = {'f': {'name': TTLocalizer.SuitFlunky,
'level': 6,
'hp': (72,
90,
110,
132,
156),
156,
182),
'def': (30,
35,
40,
@ -2833,10 +2833,10 @@ SuitAttributes = {'f': {'name': TTLocalizer.SuitFlunky,
'pluralname': TTLocalizer.SuitBigWigP,
'level': 7,
'hp': (90,
110,
132,
156,
200),
182,
240),
'def': (35,
40,
45,

View file

@ -626,8 +626,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])),
((60, 70), (Levels[0][4], Levels[0][5])),
((90, 120), (Levels[0][5], Levels[0][6])),
((45, 60), (Levels[0][4], Levels[0][5])),
((75, 95), (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])),
@ -648,7 +648,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, 50), (Levels[3][5], Levels[3][6])),
((25, 45), (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])),