pokerogue icon indicating copy to clipboard operation
pokerogue copied to clipboard

Override - Modifiers & Held items

Open Greenlamp2 opened this issue 9 months ago • 1 comments

chrome_Uhuddx6dQd

Greenlamp2 avatar May 07 '24 15:05 Greenlamp2

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

bennybroseph avatar May 09 '24 02:05 bennybroseph

Implementing as part of https://github.com/pagefaultgames/pokerogue/pull/603

brain-frog avatar May 09 '24 19:05 brain-frog