• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • Apologies if you've had troubles connecting to the site, you may need a VPN to access it. Staff are also facing issues connecting, so if it's urgent please message Cat on-site or through Discord directly.
  • Hey Guest, staff applications are open! If you are interested in becoming a forum staff member and/or Discord staff member, please apply through this Google Form before April 2! You can also message Cat with any questions.
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:
Expand Collapse Copy
@sprites["prize#{i}"]=PokemonSpeciesIconSprite.new(@prizes[i],@viewport)

Add:
Ruby:
Expand Collapse Copy
        @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