Skip to content

Commit

Permalink
Fix storm surge desc
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisXV committed Apr 28, 2024
1 parent 07c2211 commit 7beb9cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion data/mods/gen9ssb/abilities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,8 @@ export const Abilities: {[k: string]: ModdedAbilityData} = {

// Elly
stormsurge: {
shortDesc: "On switch-in, this Pokemon summons Storm Surge.",
shortDesc: "Rain+wind moves have perfect acc, 1.2x BP.",
desc: "Wind moves get perfect accuracy and become 20% stronger. Water moves are 50% stronger, Fire moves are 50% weaker.",
name: "Storm Surge",
onStart(source) {
this.field.setWeather('stormsurge');
Expand Down
2 changes: 0 additions & 2 deletions data/mods/gen9ssb/conditions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2857,8 +2857,6 @@ export const Conditions: {[k: string]: ModdedConditionData & {innateName?: strin
stormsurge: {
name: 'StormSurge',
effectType: 'Weather',
shortDesc: "Rain + Wind moves: perfect acc, 20% boost",
desc: "Wind moves get perfect accuracy and become 20% stronger. Water moves are 50% stronger, Fire moves are 50% weaker.",
duration: 5,
durationCallback(source, effect) {
if (source?.hasItem('damprock')) {
Expand Down

0 comments on commit 7beb9cb

Please sign in to comment.