mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-12 19:32:17 +02:00
Minor TM learn set changes and make glacial lance non contact
This commit is contained in:
parent
ab86f54df2
commit
e528fabe61
@ -6182,7 +6182,8 @@ export function initMoves() {
|
||||
new AttackMove(Moves.THUNDEROUS_KICK, Type.FIGHTING, MoveCategory.PHYSICAL, 90, 100, 10, 100, 0, 8)
|
||||
.attr(StatChangeAttr, BattleStat.DEF, -1),
|
||||
new AttackMove(Moves.GLACIAL_LANCE, Type.ICE, MoveCategory.PHYSICAL, 120, 100, 5, -1, 0, 8)
|
||||
.target(MoveTarget.ALL_NEAR_ENEMIES),
|
||||
.target(MoveTarget.ALL_NEAR_ENEMIES)
|
||||
.makesContact(false),
|
||||
new AttackMove(Moves.ASTRAL_BARRAGE, Type.GHOST, MoveCategory.SPECIAL, 120, 100, 5, -1, 0, 8)
|
||||
.target(MoveTarget.ALL_NEAR_ENEMIES),
|
||||
new AttackMove(Moves.EERIE_SPELL, Type.PSYCHIC, MoveCategory.SPECIAL, 80, 100, 5, 100, 0, 8)
|
||||
|
@ -51855,7 +51855,6 @@ export const tmSpecies: TmSpecies = {
|
||||
Species.MABOSSTIFF,
|
||||
Species.BOMBIRDIER,
|
||||
Species.WALKING_WAKE,
|
||||
Species.PIKACHU,
|
||||
Species.ALOLA_SANDSHREW,
|
||||
Species.ALOLA_SANDSLASH,
|
||||
Species.ALOLA_DIGLETT,
|
||||
@ -60029,6 +60028,7 @@ export const tmSpecies: TmSpecies = {
|
||||
Species.SHARPEDO,
|
||||
Species.SEVIPER,
|
||||
Species.SALAMENCE,
|
||||
Species.METAGROSS,
|
||||
Species.SHINX,
|
||||
Species.LUXIO,
|
||||
Species.LUXRAY,
|
||||
|
Loading…
Reference in New Issue
Block a user