mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-08-27 11:34:40 -05:00
Shorten descs, add speech (#5809)
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user