- Pokémon Essentials Version
- v21.1 ✅
- Also compatible with
- 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.
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.


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"
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"

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:
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:
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:
when :abilitydesc then commands[cmd] = _INTL("Ability Desc.") if Settings::MECHANICS_GENERATION <= 9
5 - Scroll and add it with the others:
6 - Then add the ":abilitydesc" to the "Options" array of any page you want on the "Summary_Handlers" file, done.
- Credits
- WillowLee
Skyflyer