mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-08-25 04:22:06 -05:00
Update tooltips of Galvanize/Dragonize/Mega Sol (#2622)
Some checks failed
Node.js CI / build (22.x) (push) Has been cancelled
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:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user