pokerogue/src/data
AppleOfTheDark b9a068e3b7
Implement Shed Skin (and Hydration!) (#84)
* Implement Shed Skin (and Hydration!)

Implemented Shed Skin, with a 1/3 chance to remove a non-volatile status condition if inflicted with it at the end of each turn. While doing this I noticed Hydration is the same effect but in Rain/Heavy Rain, so I implemented that too.

* Update to ability.ts based on changes.

Formatting errors should be largely fixed, and we've switched from Math.rand to Utils.

* Update src/data/ability.ts

---------

Co-authored-by: Samuel H <flashfireex@gmail.com>
2024-04-11 00:16:09 -04:00
..
enums Fully implement Spiky Shield move 2024-04-06 21:50:17 -05:00
ability.ts Implement Shed Skin (and Hydration!) (#84) 2024-04-11 00:16:09 -04:00
api.ts Implement Prankster ability 2024-03-28 16:24:11 -04:00
arena-tag.ts Implement Sticky Web 2024-04-06 19:08:47 -04:00
battle-anims.ts Add option to disable move animations 2024-04-09 15:06:47 -04:00
battle-stat.ts Implement trainer battles and various changes 2023-10-18 18:01:15 -04:00
battler-tags.ts Fix some trap tag messages 2024-04-09 12:42:18 -04:00
berry.ts Add Leppa Berry 2024-03-19 23:18:48 -04:00
biomes.ts Try fixing wild Rotom encounters 2024-04-06 02:13:12 -05:00
daily-run.ts Use nature override property instead of overwriting base nature 2024-04-02 23:00:56 -04:00
dialogue.ts trainer dialogue (#81) 2024-04-10 22:39:42 -04:00
egg-moves.ts Update Gen 3 egg moves 2024-04-06 23:00:53 -05:00
egg.ts Replace type gacha with rare egg move gacha 2024-03-03 21:30:11 -05:00
exp.ts Add growth rate to starter select screen 2023-10-24 23:04:23 -04:00
gender.ts Refactor source files and add berries 2023-04-20 15:46:05 -04:00
move.ts Fix random category 2024-04-10 22:41:16 -04:00
nature.ts Fix attack type boosters applying universally and buff Soul Dew 2024-04-04 20:33:08 -04:00
pokeball.ts Rebalance item weights and add Rogue tier 2024-02-28 23:13:05 -05:00
pokemon-evolutions.ts Add former HMs as TMs 2024-04-09 02:16:12 -05:00
pokemon-forms.ts Aegislash reverts to shield mode when returned 2024-04-05 21:18:23 -04:00
pokemon-level-moves.ts Chespin now has Tackle at level 1 2024-04-10 21:59:08 -05:00
pokemon-species.ts Fix Diancie's gender 2024-04-10 22:41:53 -04:00
pokemon-stat.ts Add natures 2024-01-05 22:31:13 -05:00
splash-messages.ts Add a new splash message 2024-04-09 01:43:12 -04:00
status-effect.ts Overhaul random logic and implement battle seed 2024-01-02 21:31:59 -05:00
temp-battle-stat.ts Refactor source files and add berries 2023-04-20 15:46:05 -04:00
terrain.ts Implement Prankster ability 2024-03-28 16:24:11 -04:00
tms.ts Add former HMs as TMs 2024-04-09 02:16:12 -05:00
trainer-config.ts trainer dialogue (#81) 2024-04-10 22:39:42 -04:00
trainer-names.ts Fix mixed gender names for female guitarist 2024-04-07 19:50:15 -04:00
type.ts Fix some bugs and add seen Pokemon to starter screen 2024-02-18 22:21:57 -05:00
weather.ts Drastically reduce chance of natural fog 2024-04-10 12:56:31 -04:00