• Hi, Guest!
    Some images might be missing as we move away from using embedded images, sorry for the mess!
    From now on, you'll be required to use a third party to host images. You can learn how to add images here, and if your thread is missing images you can request them here.
    Do not use Discord to host any images you post, these links expire quickly!
Prize Wheels

v20.1 Prize Wheels N/A

This resource pertains to version 20.1 of Pokémon Essentials.
v20 update comes with some great overhauls!
  • Data is now set up in a module with named values that can be set in any order, rather than an array. (Thanks to ThatWelshOne_ for this, I based it on his Modern Quest System!
  • As a result of this, default values for wheels can be set as well!
  • Cost and currency are now properties of the wheel itself rather than done in the event. All you do in the event is just call the wheel data!
  • Currencies are now set as integers, not strings. (Just 100, no "100")
  • A prize slot can include an array of possible items now!
  • Clicking SFX now actually alternates like it was supposed to.
Not sure why this is working this way, but it was defaulting to shiny menu sprites for Pokemon if the game had any, should be fixed now! It's just a one-line change- if you're using an older version, under

Ruby:
@sprites["prize#{i}"]=PokemonSpeciesIconSprite.new(@prizes[i],@viewport)

Add:
Ruby:
        @sprites["prize#{i}"].shiny = false

Thanks to ImZero for reporting!
  • Love
Reactions: ImZero
Some beautiful new graphics made by AiurJordan! Also, coin functionality!
Now compatible with v19!
Back
Top