mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-20 16:42:45 +02:00
Implement trainer battles; add dialogue functionality; add random session seed for predictable random results; remove capitalization from text; add full party heal after every 10 waves |
||
---|---|---|
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
- Starter select screen
- Get starters from save data caught Pokemon
- Moves
- Move logic
- Abilities
- Ability logic
- Ability activation indicator (?)
- Natures
- Pokemon summary screen
- Move remembering (no cost?)
- Capture logic
- Critical capture
- Save data
- Pokedex
- Modifiers
- PP Up
- Various mainline game items for various enhancements
- Items that cause effects on hit (?)
- Capture rate booster
- Balancing
- Biome pools
- Custom art
- Battle bases and backgrounds
- Game sequence
- Endgame?
- Endless mode?