Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Battle Weather Effects #11

Closed
7 of 9 tasks
Toxocious opened this issue Apr 3, 2022 · 1 comment
Closed
7 of 9 tasks

Battle Weather Effects #11

Toxocious opened this issue Apr 3, 2022 · 1 comment
Labels
battles Issues regarding the battle system

Comments

@Toxocious
Copy link
Owner

Description

There are various weather effects that are possible in battle that alter the battle flow, and they need to be implemented.

Details

Pokemon with the Overcoat (Ability) don't take damage from certain weather.
Weather effects need applied where applicable.

Weather Effects

Mid Turn

  • Some weather buffs damage for specific move types
  • Some weather ensures that moves have 100% base accuracy
  • Some weather buffs some stats of the active Pokemon
  • Some weather buffs heal amount for specific moves
  • Some weather removes the charge step for some charge based moves

End Of Turn

  • Decrement Weather Turn Count
    • Weather lasts for n turns; decrement the turn count until weather falls off
  • Hail Tick Damage
    • Applies if the Pokemon doesn't have Overcoat (Ability), Magic Guard (Ability), Safety Goggles (Item) held, or is not Ice-type
    • Ticks for 1/16 of the Pokemon's Max HP
  • Sandstorm Tick Damage
    • Applies if the Pokemon doesn't have Overcoat (Ability), Magic Guard (Ability), Safety Goggles (Item) held, or is not Rock-type, Ground-type, or Steel-type
    • Ticks for 1/16 of the Pokemon's Max HP
  • Shadowy Aura Tick Damage
    • Applies if the Pokemon doesn't have Overcoat (Ability), Magic Guard (Ability), Safety Goggles (Item) held, or is not Shadow-type
    • Ticks for 1/16 of the Pokemon's Max HP
@Toxocious Toxocious added the battles Issues regarding the battle system label Apr 3, 2022
@Toxocious
Copy link
Owner Author

Closing as manual implementation isn't necessary with the move to Smogon's Showdown Sim (#18)

@Toxocious Toxocious closed this as not planned Won't fix, can't repro, duplicate, stale Nov 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
battles Issues regarding the battle system
Projects
Status: Done
Development

No branches or pull requests

1 participant