mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-30 13:33:01 +02:00
* Rename `Abilities` to `AbilityId` * Rename `abilities.ts` to `ability-id.ts` * Rename `Moves` to `MoveId` * Rename `moves.ts` to `move-id.ts` * Rename `Species` to `SpeciesId` * Rename `species.ts` to `species-id.ts` * Rename `Biome` to `BiomeId` * Rename `biome.ts` to `biome-id.ts` * Replace `Abilities` with `AbilityId` in comments * Replace `Biome` with `BiomeId` in comments * Replace `Moves` with `MoveId` in comments * Replace `Species` with `SpeciesId` in comments |
||
---|---|---|
.. | ||
dire_hit.test.ts | ||
double_battle_chance_booster.test.ts | ||
eviolite.test.ts | ||
exp_booster.test.ts | ||
grip_claw.test.ts | ||
leek.test.ts | ||
leftovers.test.ts | ||
light_ball.test.ts | ||
lock_capsule.test.ts | ||
metal_powder.test.ts | ||
multi_lens.test.ts | ||
mystical_rock.test.ts | ||
quick_powder.test.ts | ||
reviver_seed.test.ts | ||
scope_lens.test.ts | ||
temp_stat_stage_booster.test.ts | ||
thick_club.test.ts | ||
toxic_orb.test.ts |