• 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.
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!
Resource icon

v21.1 Gacha System 1.0.0

This resource pertains to version 21.1 of Pokémon Essentials.
Pokémon Essentials Version
v21.1 ✅
After seeing an old gacha plugin, I decided to create my own. It has simple functionality and is my first plugin. Many of the images may change in the future.

Pokemon Gacha:

Item Gacha:


Command to call the event:: pbGacha

Commands to call the functions can be found in 001_Config.rb

Pokemon
species: :RESHIRAM Defines the Pokémon.
level: 50 Defines the level the Pokémon will have.
probability: 1 Defines the Pokémon's probability (recommended to test values to understand percentages).
is_main_prize: true Defines the main gacha Pokémon.
shiny_chance: 10 Defines the chance for the Pokémon to be shiny.
nature: :MODEST Defines the Nature (use only natures available in the game to avoid bugs).
ability: :TURBOBLAZE Defines the Pokémon’s Ability (use only abilities available for that Pokémon to avoid bugs).

Item
item: :MASTERBALL Defines the item.
amount: 1 Defines the quantity of the item.
probability: 1 Defines the item probability (recommended to test values to understand percentages).
is_main_prize: true Defines the main gacha Item.

All of this is provided as a practical example in the Config
I removed the images and added some generic ones that I made using Paint.NET until I can create better ones or have the financial resources to hire an artist. However, nothing prevents you from creating your own images—just don’t change their names.

Compatible plugins
Animated Pokemon System by Lucidious89
Well, I hope you like it. It took a bit of work to make, and I welcome feedback.
Credits
Author
DragonX
Downloads
211
Views
957
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from DragonX

Back
Top