pokerogue
pokerogue copied to clipboard
Override - Modifiers & Held items
Looks good to me. Only adds items when populated. Works on both enemy pokemon in a double battle. Applies on every floor. Very useful for dev
Some notes for a future pull request of v 1.1:
- Needs a way to autocomplete the names of items/modifiers. Simple suggestion is an enum of the strings in a file like overrides-enums.ts or whatever
- A more elegant solution may a possible v 1.2
- Currently applies the same held items to both pokemon in a double battle. needs a second override for the other pokemon
Implementing as part of https://github.com/pagefaultgames/pokerogue/pull/603