Mark Core Enforcer as partial
No coding for it yet, but it can function as a regular attack in the meantime.
This commit is contained in:
parent
00150fd0bb
commit
2cb5aad8b1
|
@ -5577,7 +5577,7 @@ export function initMoves() {
|
|||
.partial(),
|
||||
new AttackMove(Moves.CORE_ENFORCER, Type.DRAGON, MoveCategory.SPECIAL, 100, 100, 10, -1, 0, 7)
|
||||
.target(MoveTarget.ALL_NEAR_ENEMIES)
|
||||
.unimplemented(),
|
||||
.partial(),
|
||||
new AttackMove(Moves.TROP_KICK, Type.GRASS, MoveCategory.PHYSICAL, 70, 100, 15, 100, 0, 7)
|
||||
.attr(StatChangeAttr, BattleStat.ATK, -1),
|
||||
new StatusMove(Moves.INSTRUCT, Type.PSYCHIC, -1, 15, -1, 0, 7)
|
||||
|
|
Loading…
Reference in New Issue