From ccb564ac876c444fdf5ffd01d91e20338f7165d2 Mon Sep 17 00:00:00 2001 From: The Immortal Date: Fri, 17 Jan 2020 11:56:46 +0400 Subject: [PATCH] Update battle texts --- data/text.js | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/data/text.js b/data/text.js index 33884ba3e..8347d71a0 100644 --- a/data/text.js +++ b/data/text.js @@ -23,7 +23,7 @@ exports.BattleText = { zEffect: " [POKEMON] unleases its full-force Z-Move!", move: "[POKEMON] used **[MOVE]**!", - abilityActivation: " [[POKEMON]'s [ABILITY]]", + abilityActivation: "[[POKEMON]'s [ABILITY]]", mega: " [POKEMON]'s [ITEM] is reacting to the Key Stone!", megaNoItem: " [POKEMON] is reacting to [TRAINER]'s Key Stone!", @@ -445,7 +445,7 @@ exports.BattleText = { failWrongForme: "But [POKEMON] can't use it the way it is now!", }, destinybond: { - start: "[POKEMON] is hoping to take its attacker down with it!", + start: " [POKEMON] is hoping to take its attacker down with it!", activate: " [POKEMON] took its attacker down with it!", }, dig: { @@ -659,7 +659,7 @@ exports.BattleText = { block: " [MOVE] was blocked by the kicked-up mat!", }, maxguard: { - block: "#protect", + activate: " [POKEMON] protected itself!", }, memento: { heal: " [POKEMON]'s HP was restored by the Z-Power!", @@ -1082,9 +1082,6 @@ exports.BattleText = { start: " [POKEMON] can't get it going!", end: " [POKEMON] finally got its act together!", }, - solarpower: { - damage: " ([POKEMON] was hurt by its Solar Power.)", - }, stancechange: { transform: "Changed to Blade Forme!", transformEnd: "Changed to Shield Forme!",