Draining Kiss now restores 75% of damage dealt
parent
40cdd6ace2
commit
92812aae1d
|
@ -4505,7 +4505,7 @@ export function initMoves() {
|
|||
new StatusMove(Moves.TOPSY_TURVY, "Topsy-Turvy", Type.DARK, -1, 20, "All stat changes affecting the target turn topsy-turvy and become the opposite of what they were.", -1, 0, 6)
|
||||
.attr(InvertStatsAttr),
|
||||
new AttackMove(Moves.DRAINING_KISS, "Draining Kiss", Type.FAIRY, MoveCategory.SPECIAL, 50, 100, 10, "The user steals the target's HP with a kiss. The user's HP is restored by over half of the damage taken by the target.", -1, 0, 6)
|
||||
.attr(HitHealAttr)
|
||||
.attr(HitHealAttr, 0.75)
|
||||
.makesContact()
|
||||
.triageMove(),
|
||||
new StatusMove(Moves.CRAFTY_SHIELD, "Crafty Shield (N)", Type.FAIRY, -1, 10, "The user protects itself and its allies from status moves with a mysterious power. This does not stop moves that do damage.", -1, 3, 6)
|
||||
|
|
Loading…
Reference in New Issue