mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-11-24 15:56:22 +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
- Add carry-over starter mechanic
- Moves
- Complete move logic
- Abilities
- Complete ability logic
- Natures
- Pokemon summary screen
- Complete summary UI adding missing labels
- Add IV screen
- Capture logic
- Critical capture
- Save data
- Update dex format to share attributes
- Modifiers
- PP Up
- Various mainline game items for various enhancements
- IV scanner
- Valuable items for money
- Trainers
- Finish party pools
- Add dialogue
- Add reward for gym leader victories
- Encounters
- Add extremely rare chance of Arceus available anywhere with type change
- Balancing
- Biome pools
- Battle animations
- Fix broken battle animations (mostly ones with backgrounds)
- Add common animations for modifier effects
- Achievements
- Add more achievements
- Modes
- Add random mode
- Add Nuzlocke mode