Minor fixes
This commit is contained in:
parent
597a08a196
commit
143c38d0bd
|
@ -645,6 +645,6 @@
|
||||||
"meta": {
|
"meta": {
|
||||||
"app": "https://www.codeandweb.com/texturepacker",
|
"app": "https://www.codeandweb.com/texturepacker",
|
||||||
"version": "3.0",
|
"version": "3.0",
|
||||||
"smartupdate": "$TexturePacker:SmartUpdate:e5073293637a5aee5d569d68a911547e:85abb9f28a209599d03470af77d5cbc1:a96cd13469ccc20190f6db090f16d2b7$"
|
"smartupdate": "$TexturePacker:SmartUpdate:81498eefb4650206a1166bee54815c8d:d0a1b470d9211d223b01bd47d0b61277:a96cd13469ccc20190f6db090f16d2b7$"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 3.3 KiB |
|
@ -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)
|
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)
|
.attr(HpPowerAttr)
|
||||||
.target(MoveTarget.ALL_NEAR_ENEMIES),
|
.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.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)
|
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)
|
.attr(HealStatusEffectAttr, true, StatusEffect.PARALYSIS, StatusEffect.POISON, StatusEffect.TOXIC, StatusEffect.BURN)
|
||||||
|
|
|
@ -2346,7 +2346,7 @@ export const speciesStarters = {
|
||||||
[Species.MANKEY]: 4,
|
[Species.MANKEY]: 4,
|
||||||
[Species.GROWLITHE]: 4,
|
[Species.GROWLITHE]: 4,
|
||||||
[Species.POLIWAG]: 3,
|
[Species.POLIWAG]: 3,
|
||||||
[Species.ABRA]: 3,
|
[Species.ABRA]: 4,
|
||||||
[Species.MACHOP]: 3,
|
[Species.MACHOP]: 3,
|
||||||
[Species.BELLSPROUT]: 3,
|
[Species.BELLSPROUT]: 3,
|
||||||
[Species.TENTACOOL]: 3,
|
[Species.TENTACOOL]: 3,
|
||||||
|
|
Loading…
Reference in New Issue