Update tooltips of Galvanize/Dragonize/Mega Sol (#2622)
Some checks failed
Node.js CI / build (22.x) (push) Has been cancelled

* Update tooltips of Galvanize/Dragonize/Mega Sol

* Update battle-tooltips.ts
This commit is contained in:
ry
2026-03-26 12:10:18 -05:00
committed by GitHub
parent 904cc9cc7a
commit 56bedbb2f5

View File

@@ -2021,6 +2021,7 @@ export class BattleTooltips {
}
}
if (move.id === 'weatherball') {
value.abilityModify(2, "Mega Sol");
if (this.battle.weather !== 'deltastream') {
value.weatherModify(2);
}
@@ -2181,8 +2182,8 @@ export class BattleTooltips {
) {
if (move.type === 'Normal') {
value.abilityModify(this.battle.gen > 6 ? 1.2 : 1.3, "Aerilate");
value.abilityModify(this.battle.gen > 6 ? 1.2 : 1.3, "Dragonize");
value.abilityModify(this.battle.gen > 6 ? 1.2 : 1.3, "Galvanize");
value.abilityModify(1.2, "Dragonize");
value.abilityModify(1.2, "Galvanize");
value.abilityModify(this.battle.gen > 6 ? 1.2 : 1.3, "Pixilate");
value.abilityModify(this.battle.gen > 6 ? 1.2 : 1.3, "Refrigerate");
}