From edeb1554488eacb97149ac3fcb2da009f032bebd Mon Sep 17 00:00:00 2001 From: Lusamine <30205550+Lusamine@users.noreply.github.com> Date: Mon, 23 Sep 2019 10:27:34 -0500 Subject: [PATCH] Shorten descs, add speech (#5809) --- data/mods/ssb/moves.js | 4 ++-- data/mods/ssb/statuses.js | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/data/mods/ssb/moves.js b/data/mods/ssb/moves.js index 14b083ddf2..f955c2138e 100644 --- a/data/mods/ssb/moves.js +++ b/data/mods/ssb/moves.js @@ -412,7 +412,7 @@ let BattleMovedex = { basePower: 0, category: "Status", desc: "For 5 turns, the terrain becomes Lava Terrain. During the effect, the power of Fire-type attacks made by Pokemon is multiplied by 1.5 and the power of Water-type attacks made by Pokemon is halved. Quilava's defense is doubled under Lava Terrain. Fire-type Pokemon have 1/16 of their maximum HP restored at the end of each turn, and all other Pokemon lose 1/16 of their maximum HP at the end of each turn.", - shortDesc: "5 turns. Damages non-Fire-types. Quilava: 2x Def.", + shortDesc: "Damages non-Fire-types. +Fire, -Water power.", id: "lavaterrain", name: "Lava Terrain", isNonstandard: "Custom", @@ -1676,7 +1676,7 @@ let BattleMovedex = { basePower: 140, category: "Physical", desc: "Raises the user's Speed by two stages and has a 30% chance to confuse the target.", - shortDesc: "Raises Speed by 2; 30% chance to confuse target.", + shortDesc: "Speed +2; 30% chance to confuse target.", id: "rickrollout", name: "Rickrollout", isNonstandard: "Custom", diff --git a/data/mods/ssb/statuses.js b/data/mods/ssb/statuses.js index 1c3cbf0892..f28021eb07 100644 --- a/data/mods/ssb/statuses.js +++ b/data/mods/ssb/statuses.js @@ -1211,6 +1211,7 @@ let BattleStatuses = { this.add(`c|&Anubis|ohey it's pre`); this.add(`c|&Anubis|!showimage https://pokemonshowdown.com/images/ssbkitten.jpg`); this.add(`raw|`); + this.add(`c|~pre|<3`); } }, onSwitchOut() {