You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
desc: [`§7Gain §a${round(this.level*mult,1)}% §7on ALL stats when inside the §cMagma Fields§7.`],
1039
+
name: "§6Chimney",
1040
+
desc: [`§7Reduce Pickaxe Ability cooldowns by §a${floor(this.level*mult,1)}%§7.`],
1038
1041
};
1039
1042
}
1040
1043
}
@@ -3874,7 +3877,7 @@ class Penguin extends Pet {
3874
3877
return{
3875
3878
name: "§6Thick Blubber",
3876
3879
desc: [
3877
-
`§7Each time you catch a Sea Creature, reduce your §b${SYMBOLS.cold_resistence} Cold §7by §a${round(1+floor(this.level/val),1)}§7.`,
3880
+
`§7Each time you catch a Sea Creature, reduce your §b${SYMBOLS.cold_resistance} Cold §7by §a${round(1+floor(this.level/val),1)}§7.`,
3878
3881
],
3879
3882
};
3880
3883
}
@@ -3904,7 +3907,7 @@ class Mammoth extends Pet {
3904
3907
getstats(){
3905
3908
return{
3906
3909
defense: 0.5*this.level,
3907
-
cold_resistence: 0.1*this.level,
3910
+
cold_resistance: 0.1*this.level,
3908
3911
};
3909
3912
}
3910
3913
@@ -3920,7 +3923,7 @@ class Mammoth extends Pet {
3920
3923
return{
3921
3924
name: "§6Wooly Coat",
3922
3925
desc: [
3923
-
`§7Gain a §a${round(this.level*mult,1)}% §7chance for mobs to not inflict §b${SYMBOLS.cold_resistence} Cold §7when damaging you in the §bGlacite Mineshafts§7.`,
3926
+
`§7Gain a §a${round(this.level*mult,1)}% §7chance for mobs to not inflict §b${SYMBOLS.cold_resistance} Cold §7when damaging you in the §bGlacite Mineshafts§7.`,
3924
3927
],
3925
3928
};
3926
3929
}
@@ -3998,7 +4001,7 @@ class GlaciteGolem extends Pet {
0 commit comments