Create README.md
parent
71cc5291d0
commit
51863952c8
|
@ -0,0 +1,48 @@
|
||||||
|
# pokemon-rogue-battle
|
||||||
|
|
||||||
|
## To do
|
||||||
|
|
||||||
|
- Title screen
|
||||||
|
- Moves
|
||||||
|
- Animation handler with all animations
|
||||||
|
- 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
|
||||||
|
- Gender icon
|
||||||
|
- Evolution
|
||||||
|
- Evolution screen
|
||||||
|
- Background (ripped video?)
|
||||||
|
- Particles
|
||||||
|
- Modifiers
|
||||||
|
- PP Up
|
||||||
|
- 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?
|
Loading…
Reference in New Issue