• 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.
  • The Eevee Expo Game Jam has concluded! 🎉 Head on over to the game jam forum to play through the games.
    Don't forget to come back September 21st to vote for your favorites!
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!
Bigger Ability Description Page

v21.1 Bigger Ability Description Page 1.1 (Almost)

This resource pertains to version 21.1 of Pokémon Essentials.
Pokémon Essentials Version
v21.1 ✅
Also compatible with
  1. v20.1
Hello People
Some of you (if not all) have had difficulty creating new abilities due to limited space for a description.
I showed a preview of my summary and several people expressed interest in how I extended the description of my abilities, so here I am sharing the snippet I used.
This ins't purelly Plug-n-Play if you Ask, need some manual coding
(specially if you change your Summary too much)

Click on the 'Pastebin' to be redirected to the Script, which is right below the images if you can't access with the "Download" Button.



I will use the summary of my own game as an example.


z5dnsUJ.png

F9yi528.png



How to Inject:

I - Click on the link to go to the > Pastebin < where the script is.
II - Go to the "Summary_UI"
III - Go to the very end of the script (around line 1385 in a clean copy)
IV - Add the Script above the last "end"
V - Add this image to your Summary folder and rename it to "bgability_extender"

cqQDUKy.png



This function is not automatically tied to a key, so you need to do that yourself.

Otherwise, the script performs this function if you are using MUI (v21.1 only).
If you are using MUI, make the following changes:

1 - Go the Summary_UI folder
2 - Go to the Summary_Rewritten file
3 - Find the "def pbOptions" line
4 - Add it somewhere there:
Ruby:
Expand Collapse Copy
 when :abilitydesc then commands[cmd] = _INTL("Ability Desc.") if Settings::MECHANICS_GENERATION <= 9
you can change this "If Settings" to your liking, Gen 9 ins't required to use this.
5 - Scroll and add it with the others:​
#---------------------------------------------------------------------------
# [:abilitydesc] Expand the Description of a Ability.
when :abilitydesc
pbshowAbilityDescription(@pokemon)
dorefresh = true
#---------------------------------------------------------------------------
6 - Then add the ":abilitydesc" to the "Options" array of any page you want on the "Summary_Handlers" file, done.​
Credits
WillowLee
Skyflyer
Author
Willøw
Downloads
114
Views
945
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from Willøw

Latest updates

  1. Re-added the Link + Instrution and Grahpic added

    I don't know why it was causing a crash, the Pack gen 9 is not mandatory, and the file name can...
Back
Top