Shorten descs, add speech (#5809)

This commit is contained in:
Lusamine
2019-09-23 10:27:34 -05:00
committed by HoeenHero
parent baf90e6123
commit edeb155448
2 changed files with 3 additions and 2 deletions

View File

@@ -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",

View File

@@ -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|<img src="https://pokemonshowdown.com/images/ssbkitten.jpg" style="width: 300px; height: 400px" />`);
this.add(`c|~pre|<3`);
}
},
onSwitchOut() {