Skip to content

Commit 2ba62fb

Browse files
nerf heart swap
1 parent 1a06aee commit 2ba62fb

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

app/core/abilities/abilities.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4270,15 +4270,15 @@ export class HeartSwapStrategy extends AbilityStrategy {
42704270
const speDefLost = target.speDef - target.baseSpeDef
42714271
const apLost = target.ap
42724272

4273+
target.handleSpecialDamage(100, board, AttackType.SPECIAL, pokemon, crit)
4274+
42734275
if (target.items.has(Item.TWIST_BAND) === false) {
42744276
target.addSpecialDefense(-speDefLost, pokemon, 0, false)
42754277
target.addAbilityPower(-apLost, pokemon, 0, false)
42764278
pokemon.addSpecialDefense(boostSpeDef, pokemon, 0, false)
42774279
pokemon.addAbilityPower(boostAP, pokemon, 0, false)
42784280
}
42794281

4280-
target.handleSpecialDamage(100, board, AttackType.SPECIAL, pokemon, crit)
4281-
42824282
pokemon.status.transferNegativeStatus(pokemon, target)
42834283
pokemon.status.clearNegativeStatus(pokemon, pokemon)
42844284
}

app/public/dist/client/changelog/patch-6.9.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ We're introducing a new monthly event that will alternate on a monthly basis wit
9292
- Change Skrelp synergies: now POISON/WATER instead of DRAGON/POISON/AQUATIC
9393
- Change Dragalge synergies: now DRAGON/POISON/WATER instead of DRAGON/POISON/AQUATIC
9494
- Metronome now displays the name of the copied ability
95+
- Nerf Heart Swap: Spe def and AP are now stolen **after** the 100 special damage are inflicted
9596

9697
# Changes to Items
9798

app/public/dist/client/locales/en/translation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1826,7 +1826,7 @@
18261826
"TELEPORT": "Teleport the user to a corner of the battlefield. The user's next attack deals [15,30,60,SP] extra SPECIAL.",
18271827
"NASTY_PLOT": "Increase the user's ATK by [10,SP].",
18281828
"TAKE_HEART": "The user harnesses bravery to cure their status conditions and increase their ATK by [8,SP] and SPE_DEF by [8,SP].",
1829-
"HEART_SWAP": "The user steals AP and SPE_DEF buffs from their target then inflicts [100,SP] SPECIAL. The user's status conditions are passed on to the target and healed for the user.",
1829+
"HEART_SWAP": "Deal [100,SP] SPECIAL to the target then steals all its AP and SPE_DEF buffs. The user's status conditions are passed on to the target and healed for the user.",
18301830
"THIEF": "Deal [15,30,60,SP] SPECIAL and remove all items from the target, stealing as many as the user can carry.",
18311831
"STUN_SPORE": "Deal [15,30,60,SP] SPECIAL to the target and all enemy Pokémon ADJACENT to it and inflict PARALYSIS for 5 seconds.",
18321832
"METEOR_MASH": "Deal 3 times [100,SP]% of ATK as SPECIAL to the target (4 times if user is in PSYCHIC_FIELD) then increase the user's ATK by 2 on each hit.",

app/public/dist/client/locales/fr/translation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1785,7 +1785,7 @@
17851785
"TELEPORT": "Téléporte le lanceur sur un bord du champ de bataille. La prochaine attaque inflige [15,30,60,SP] SPECIAL supplémentaires.",
17861786
"NASTY_PLOT": "Augmente l'ATK du lanceur de [10,SP].",
17871787
"TAKE_HEART": "Le lanceur fait preuve de bravoure pour soigner ses altérations de statut et augmenter son ATK de [8,SP] et sa SPE_DEF de [8,SP].",
1788-
"HEART_SWAP": "Le lanceur vole les bonus de AP et de SPE_DEF de sa cible, puis inflige [100,SP] SPECIAL. Les conditions de statut du lanceur sont transférées à la cible et soignées pour le lanceur.",
1788+
"HEART_SWAP": "Inflige [100,SP] SPECIAL à la cible puis vole ses bonus de AP et de SPE_DEF. Les conditions de statut du lanceur sont transférées à la cible et soignées pour le lanceur.",
17891789
"THIEF": "Inflige [15,30,60,SP] SPECIAL et retire tous les objets tenus de sa cible. La lanceur lui vole autant d'objets qu'il peut tenir (maximum 3).",
17901790
"STUN_SPORE": "Inflige [15,30,60,SP] SPECIAL et PARALYSIS pendant 5 secondes à la cible et à tous les ennemis ADJACENT.",
17911791
"METEOR_MASH": "Inflige 3 fois [100,SP]% de l'ATK en tant que SPECIAL à la cible (4 fois si le lanceur est dans un PSYCHIC_FIELD) et augmente l'ATK du lanceur de 2 à chaque coup porté.",

0 commit comments

Comments
 (0)