Add locale keys

This commit is contained in:
innerthunder 2024-08-30 00:45:05 -07:00
parent f7465bb74d
commit 3b3069ee73
2 changed files with 3 additions and 1 deletions

View File

@ -8043,7 +8043,7 @@ export function initMoves() {
new StatusMove(Moves.POWDER, Type.BUG, 100, 20, -1, 1, 6)
.attr(AddBattlerTagAttr, BattlerTagType.POWDER, false, true)
.powderMove()
.partial(), // does not affect virtual moves (e.g. from Metronome or Dancer) when it should
.partial(), // does not cancel Fire-type moves generated by Dancer
new SelfStatusMove(Moves.GEOMANCY, Type.FAIRY, -1, 10, -1, 0, 6)
.attr(ChargeAttr, ChargeAnim.GEOMANCY_CHARGING, i18next.t("moveTriggers:isChargingPower", {pokemonName: "{USER}"}))
.attr(StatChangeAttr, [ BattleStat.SPATK, BattleStat.SPDEF, BattleStat.SPD ], 2, true)

View File

@ -26,6 +26,8 @@
"seededOnAdd": "{{pokemonNameWithAffix}} was seeded!",
"seededLapse": "{{pokemonNameWithAffix}}'s health is\nsapped by Leech Seed!",
"seededLapseShed": "{{pokemonNameWithAffix}}'s Leech Seed\nsucked up the liquid ooze!",
"powderOnAdd": "{{pokemonNameWithAffix}} is covered in powder!",
"powderLapse": "When the flame touched the powder\non the Pokémon, it exploded!",
"nightmareOnAdd": "{{pokemonNameWithAffix}} began\nhaving a Nightmare!",
"nightmareOnOverlap": "{{pokemonNameWithAffix}} is\nalready locked in a Nightmare!",
"nightmareLapse": "{{pokemonNameWithAffix}} is locked\nin a Nightmare!",