diff --git a/public/images/pokemon/exp/back/428-mega.json b/public/images/pokemon/exp/back/428-mega.json index a138637f5..7828091c6 100644 --- a/public/images/pokemon/exp/back/428-mega.json +++ b/public/images/pokemon/exp/back/428-mega.json @@ -645,6 +645,6 @@ "meta": { "app": "https://www.codeandweb.com/texturepacker", "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:e5073293637a5aee5d569d68a911547e:85abb9f28a209599d03470af77d5cbc1:a96cd13469ccc20190f6db090f16d2b7$" + "smartupdate": "$TexturePacker:SmartUpdate:81498eefb4650206a1166bee54815c8d:d0a1b470d9211d223b01bd47d0b61277:a96cd13469ccc20190f6db090f16d2b7$" } } diff --git a/public/images/pokemon/exp/back/428-mega.png b/public/images/pokemon/exp/back/428-mega.png index 23077934b..7ce67c443 100644 Binary files a/public/images/pokemon/exp/back/428-mega.png and b/public/images/pokemon/exp/back/428-mega.png differ diff --git a/src/data/move.ts b/src/data/move.ts index 3a560ff42..6cf646fb7 100644 --- a/src/data/move.ts +++ b/src/data/move.ts @@ -2902,7 +2902,7 @@ export function initMoves() { new AttackMove(Moves.ERUPTION, "Eruption", Type.FIRE, MoveCategory.SPECIAL, 150, 100, 5, -1, "The user attacks opposing Pokémon with explosive fury. The lower the user's HP, the lower the move's power.", -1, 0, 3) .attr(HpPowerAttr) .target(MoveTarget.ALL_NEAR_ENEMIES), - new StatusMove(Moves.SKILL_SWAP, "Skill Swap (N)", Type.PSYCHIC, -1, 10, 98, "The user employs its psychic power to exchange Abilities with the target.", -1, 0, 3), + new StatusMove(Moves.SKILL_SWAP, "Skill Swap (N)", Type.PSYCHIC, -1, 1, 98, "The user employs its psychic power to exchange Abilities with the target.", -1, 0, 3), new SelfStatusMove(Moves.IMPRISON, "Imprison (N)", Type.PSYCHIC, -1, 10, 92, "If opposing Pokémon know any move also known by the user, they are prevented from using it.", -1, 0, 3), new SelfStatusMove(Moves.REFRESH, "Refresh", Type.NORMAL, -1, 20, -1, "The user rests to cure itself of poisoning, a burn, or paralysis.", -1, 0, 3) .attr(HealStatusEffectAttr, true, StatusEffect.PARALYSIS, StatusEffect.POISON, StatusEffect.TOXIC, StatusEffect.BURN) diff --git a/src/data/pokemon-species.ts b/src/data/pokemon-species.ts index f84b35055..ef5ec9b3e 100644 --- a/src/data/pokemon-species.ts +++ b/src/data/pokemon-species.ts @@ -2346,7 +2346,7 @@ export const speciesStarters = { [Species.MANKEY]: 4, [Species.GROWLITHE]: 4, [Species.POLIWAG]: 3, - [Species.ABRA]: 3, + [Species.ABRA]: 4, [Species.MACHOP]: 3, [Species.BELLSPROUT]: 3, [Species.TENTACOOL]: 3,