mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-11-25 08:16:04 +00:00
public | ||
src | ||
.eslintignore | ||
.eslintrc.cjs | ||
.gitattributes | ||
.gitignore | ||
index.html | ||
jsconfig.json | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
vite.config.js |
pokemon-rogue-battle
To do
- Title screen
- Moves
- Move logic
- Can't use when PP consumed
- Abilities
- Ability logic
- Ability activation indicator (?)
- Natures
- Status effects
- Status effect animation
- EXP logic
- Fix algorithm (currently inaccurate)
- Pokemon summary screen
- Move learning when full
- Move remembering (no cost?)
- Capture logic
- Critical capture
- Save data
- Pokedex
- Battle info
- Owned icon
- Status effect indicator
- Evolution
- Evolution screen
- Background (ripped video?)
- Particles
- Evolution screen
- Modifiers
- PP Up
- Ether/elixir
- Type enhancers
- Evolution items
- Various mainline game items for various enhancements
- Items that cause effects on hit (?)
- Capture rate booster
- Balancing
- Modifiers
- Biome pools
- Custom art
- Battle bases and backgrounds
- Game sequence
- Biome sequence (random?)
- Endgame?
- Endless mode?