pokerogue/README.md

40 lines
887 B
Markdown
Raw Normal View History

2023-11-26 00:59:10 +00:00
# PokéRogue
2023-04-01 14:35:50 +00:00
## To do
- Title screen
2023-11-12 15:30:50 +00:00
- Add carry-over starter mechanic
2023-04-01 14:35:50 +00:00
- Moves
2023-11-12 15:30:50 +00:00
- Complete move logic
2023-04-01 14:35:50 +00:00
- Abilities
2023-11-12 15:30:50 +00:00
- Complete ability logic
2023-04-01 14:35:50 +00:00
- Natures
- Pokemon summary screen
2023-11-12 15:30:50 +00:00
- Complete summary UI adding missing labels
- Add IV screen
2023-04-01 14:35:50 +00:00
- Capture logic
- Critical capture
- Save data
2023-11-12 15:30:50 +00:00
- Update dex format to share attributes
2023-04-01 14:35:50 +00:00
- Modifiers
- PP Up
- Various mainline game items for various enhancements
2023-11-12 15:30:50 +00:00
- IV scanner
- Valuable items for money
- Trainers
- Finish party pools
2023-11-12 17:49:06 +00:00
- Add dialogue
- Add reward for gym leader victories
2023-11-12 15:30:50 +00:00
- Encounters
- Add extremely rare chance of Arceus available anywhere with type change
2023-04-01 14:35:50 +00:00
- Balancing
- Biome pools
2023-11-12 15:30:50 +00:00
- 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