- Pokémon Essentials Version
- v19.1 ➖
SCRIPT USE
Simply call the script "pbBerryCentrifuge"
You must have v19.1 for this script to work.
DESCRIPTION
This breaks berries down into other items based on a random chance, the items are called :BERRYA, :BERRYT, :BERRYC, :BERRYG, :BERRYU
This is based on DNA/RNA where in the real world Thiamine and Uracil are never present together.
INSTALLATION
- You will need to add the following five items to your items.txt
- Change XXX to your desired item ID, it must be unique.
items.txt:
XXX,BERRYA,Berry Adenine,Berry Adenine,5,10,"Berry Adenine nucleotide used for crafting any berry!",0,0,0,
XXX,BERRYT,Berry Thymine,Berry Thymine,5,50,"Berry Thymine nucleotide used for crafting any berry!",0,0,0,
XXX,BERRYG,Berry Guanine,Berry Guanine,5,100,"Berry Guanine nucleotide used for crafting any berry!",0,0,0,
XXX,BERRYC,Berry Cytosine,Berry Cytosine,5,500,"Berry Cytosine nucleotide used for crafting any berry!",0,0,0,
XXX,BERRYU,Berry Uracil,Berry Uracil,5,1000,"Berry Uracil nucleotide used for crafting any berry!",0,0,0,
- Then install the associated graphics with the plugin
- The item graphics is placed in Graphics/Items
- The centrifuge graphic is placed in Graphics/Characters
- You should use the size(2,2) in the title of the event you set up as the centrifuge and put it on "STOP ANIMATION" and "DIRECTION FIX"
NOTE
These items do not do anything by themselves, but you are encouraged to find a use for these items via selling or combining, or alternatively I recommend that you use ThatWelshOne_'s item crafting system to allow these to be combined in a crafting interface.
Currently the items and chances are hard coded, as well as the pocket message at the bottom. You could change this script to do anything you wanted, it does not have to be berries!
- Credits
- Credit if used: AiurJordan, GolisopodUser, Vendily
Inspiration: Crafting System by ThatWelshOne_