mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-20 16:42:45 +02:00
* Add PostSummonHealAbAttr and give it to appropriate abilities * Add attr to insomnia * Remove attr from leaf guard (it does not activate on gain with sun up) * Add tests and remove attr from shields down * Add PostSummonRemoveBattlerTag and give it to oblivious and own tempo * Add tests for oblivious and own tempo * Fix oblivious test sometimes failing * Remove Comatose changes as it doesn't reapply * Remove unused tagRemoved field * Fix tests checking status instead of tag * Fix attr comments * Add PostSetStatusHealStatusAbAttr * Add ResetStatusPhase * Modify pokemon.resetStatus to use ResetStatusPhase * Move post status effects to ObtainStatusEffectPhase * Ensure status overriding (ie rest) works properly * Add PostApplyBattlerTagRemoveTagAbAttr for own tempo and oblivious * Guard removeTag call in PostApplyBattlerTagRemoveTagAbAttr * Commenting * Handle Mold Breaker case in MoveEndPhase * Remove PostSummonHealStatusAbAttr from purifying salt * Fix not passing overrideStatus to canSetStatus * Apply suggestions from code review Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> * Add isNullOrUndefined import * Add canApply to new attrs * Add followup argument back * Remove guard around new MoveEndPhase --------- Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> |
||
---|---|---|
.. | ||
abilities | ||
achievements | ||
arena | ||
battle | ||
battlerTags | ||
data | ||
eggs | ||
field | ||
inputs | ||
items | ||
moves | ||
mystery-encounter | ||
phases | ||
plugins/api | ||
settingMenu | ||
sprites | ||
system | ||
testUtils | ||
ui | ||
account.test.ts | ||
battle-scene.test.ts | ||
boss-pokemon.test.ts | ||
daily_mode.test.ts | ||
endless_boss.test.ts | ||
enemy_command.test.ts | ||
escape-calculations.test.ts | ||
evolution.test.ts | ||
final_boss.test.ts | ||
fontFace.setup.ts | ||
game-mode.test.ts | ||
imports.test.ts | ||
internals.test.ts | ||
misc.test.ts | ||
reload.test.ts | ||
vitest.setup.ts |