Skip to content

Commit

Permalink
nerf-flying (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
keldaan-ag authored Feb 17, 2023
1 parent 992a017 commit e636796
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions app/types/Config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,15 +213,15 @@ export const FlyingProtectThreshold: { [key in Effect]?: ThresholdDuration } = {
threshold: 0.2
},
[Effect.FEATHER_DANCE]: {
duration: 2000,
duration: 1500,
threshold: 0.4
},
[Effect.MAX_AIRSTREAM]: {
duration: 3000,
duration: 2000,
threshold: 0.5
},
[Effect.MAX_GUARD]: {
duration: 4000,
duration: 2500,
threshold: 0.5
}
}
Expand Down
6 changes: 3 additions & 3 deletions app/types/strings/Effect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -338,17 +338,17 @@ export const EffectDescription: {
fra: `Give a protection effect for 1sec when the pokemon fell under 20% ${Stat.HP}`
},
[Effect.FEATHER_DANCE]: {
eng: `Give a protection effect for 2sec when the pokemon fell under 40% ${Stat.HP}`,
eng: `Give a protection effect for 1.5sec when the pokemon fell under 40% ${Stat.HP}`,
esp: `Give a protection effect for 1sec when the pokemon fell under 40% ${Stat.HP}`,
fra: `Give a protection effect for 1sec when the pokemon fell under 40% ${Stat.HP}`
},
[Effect.MAX_AIRSTREAM]: {
eng: `Give a protection effect for 3sec when the pokemon fell under 50% ${Stat.HP}`,
eng: `Give a protection effect for 2sec when the pokemon fell under 50% ${Stat.HP}`,
esp: `Give a protection effect for 2sec when the pokemon fell under 50% ${Stat.HP}`,
fra: `Give a protection effect for 2sec when the pokemon fell under 50% ${Stat.HP}`
},
[Effect.MAX_GUARD]: {
eng: `Give a protection effect for 4sec when the pokemon fell under 50% ${Stat.HP}`,
eng: `Give a protection effect for 2.5sec when the pokemon fell under 50% ${Stat.HP}`,
esp: `Add a second protection effect at 30%`,
fra: `Add a second protection effect at 30%`
},
Expand Down

0 comments on commit e636796

Please sign in to comment.