mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-11-24 03:58:17 +01:00
* Ability Corrosion Implemented Corrosion Partially. Tested against: - Poison Powder - Toxic - Dire Claw - Sludge Bomb - Psycho Shift They all work as expected Missing ability Magic Bounce to test against. * Added TSDoc Documentation Added documentation to the new IgnoreTypeStatusEffectImunnityAbAttr and added comments to the checks for this ability attribute. * Added More Documentation Add comment into Phases for what sourcePokemon is for. Renamed source to sourcePokemon onto trySetStatus and canSetStatus. Added TSDoc head for what sourcePokemon is and anything else I am aware of what they are used for. * Removed unfinished TSDoc Removed TSDoc headers due to not having enough understanding to fill out all of the parameters * Fix Formatting and Reorder Parameters * Update arena-tag.ts * Update phases.ts * Update ability.ts Added access modifiers to my class and the class I compared to. --------- Co-authored-by: Benjamin Odom <bennybroseph@gmail.com> |
||
|---|---|---|
| .. | ||
| enums | ||
| ability.ts | ||
| api.ts | ||
| arena-tag.ts | ||
| battle-anims.ts | ||
| battle-stat.ts | ||
| battler-tags.ts | ||
| berry.ts | ||
| biomes.ts | ||
| daily-run.ts | ||
| dialogue.ts | ||
| egg-moves.ts | ||
| egg.ts | ||
| exp.ts | ||
| gender.ts | ||
| move.ts | ||
| nature.ts | ||
| pokeball.ts | ||
| pokemon-evolutions.ts | ||
| pokemon-forms.ts | ||
| pokemon-level-moves.ts | ||
| pokemon-species.ts | ||
| pokemon-stat.ts | ||
| splash-messages.ts | ||
| status-effect.ts | ||
| temp-battle-stat.ts | ||
| terrain.ts | ||
| tms.ts | ||
| trainer-config.ts | ||
| trainer-names.ts | ||
| type.ts | ||
| variant.ts | ||
| weather.ts | ||