Add locale keys
This commit is contained in:
parent
f7465bb74d
commit
3b3069ee73
|
@ -8043,7 +8043,7 @@ export function initMoves() {
|
||||||
new StatusMove(Moves.POWDER, Type.BUG, 100, 20, -1, 1, 6)
|
new StatusMove(Moves.POWDER, Type.BUG, 100, 20, -1, 1, 6)
|
||||||
.attr(AddBattlerTagAttr, BattlerTagType.POWDER, false, true)
|
.attr(AddBattlerTagAttr, BattlerTagType.POWDER, false, true)
|
||||||
.powderMove()
|
.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)
|
new SelfStatusMove(Moves.GEOMANCY, Type.FAIRY, -1, 10, -1, 0, 6)
|
||||||
.attr(ChargeAttr, ChargeAnim.GEOMANCY_CHARGING, i18next.t("moveTriggers:isChargingPower", {pokemonName: "{USER}"}))
|
.attr(ChargeAttr, ChargeAnim.GEOMANCY_CHARGING, i18next.t("moveTriggers:isChargingPower", {pokemonName: "{USER}"}))
|
||||||
.attr(StatChangeAttr, [ BattleStat.SPATK, BattleStat.SPDEF, BattleStat.SPD ], 2, true)
|
.attr(StatChangeAttr, [ BattleStat.SPATK, BattleStat.SPDEF, BattleStat.SPD ], 2, true)
|
||||||
|
|
|
@ -26,6 +26,8 @@
|
||||||
"seededOnAdd": "{{pokemonNameWithAffix}} was seeded!",
|
"seededOnAdd": "{{pokemonNameWithAffix}} was seeded!",
|
||||||
"seededLapse": "{{pokemonNameWithAffix}}'s health is\nsapped by Leech Seed!",
|
"seededLapse": "{{pokemonNameWithAffix}}'s health is\nsapped by Leech Seed!",
|
||||||
"seededLapseShed": "{{pokemonNameWithAffix}}'s Leech Seed\nsucked up the liquid ooze!",
|
"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!",
|
"nightmareOnAdd": "{{pokemonNameWithAffix}} began\nhaving a Nightmare!",
|
||||||
"nightmareOnOverlap": "{{pokemonNameWithAffix}} is\nalready locked in a Nightmare!",
|
"nightmareOnOverlap": "{{pokemonNameWithAffix}} is\nalready locked in a Nightmare!",
|
||||||
"nightmareLapse": "{{pokemonNameWithAffix}} is locked\nin a Nightmare!",
|
"nightmareLapse": "{{pokemonNameWithAffix}} is locked\nin a Nightmare!",
|
||||||
|
|
Loading…
Reference in New Issue