• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Lucidious89's Custom Ability Thread [Essentials v18.1]

1,406
Posts
10
Years
    • Seen yesterday
    oh hi! i was trying to figure out how to code a ability that changes fire type moves to another type. any way i could do that without breaking the game?

    Ability in question: Dragonic roar (or Drakeize, name is pending) - Fire type moves become dragon type.

    Just copy abilities that already do something like that (Pixilate, Aerilate, Refrigerate, etc) and make the type it modifies Fire instead of Normal.
     

    HeroesFightingFear

    "The Champion of Alon"
    99
    Posts
    4
    Years
  • Now, these three are a bit more complicated for me.
    1. Adding a completely new weather condition in called Deep Space, meant to benefit extraterrestrial Pokemon such as Clefairy or Deoxys.
    2. Adding an ability like Mutate that lets Genesect activate its Drives at will. I added a 5th Drive that's basically its ExtremeSpeed form called the Blitz Drive, so if you could incorporate this in too, that'd be a big help.
    3. Adding abilities that let Charizard and Mewtwo access their Mega forms without the need for a Mega Ring or Mega Stones.
     
    1,406
    Posts
    10
    Years
    • Seen yesterday
    Now, these three are a bit more complicated for me.
    1. Adding a completely new weather condition in called Deep Space, meant to benefit extraterrestrial Pokemon such as Clefairy or Deoxys.
    2. Adding an ability like Mutate that lets Genesect activate its Drives at will. I added a 5th Drive that's basically its ExtremeSpeed form called the Blitz Drive, so if you could incorporate this in too, that'd be a big help.
    3. Adding abilities that let Charizard and Mewtwo access their Mega forms without the need for a Mega Ring or Mega Stones.

    This isn't really a "I'll make all of your abilities for you" thread, it's really just for sharing custom stuff that I come up with and feel like sharing. I help out from time to time though if someone's stumped. But honestly, almost every idea that people post could be made just by copying and tweaking an existing ability or item that already exists in Essentials.

    1. Just copy an existing weather and customize it with the effects that you desire.
    2. Just copy Stance Change, or my script for Mutate and customize it for Genesect; tweaking the conditions that activate its form changes with what suits you.
    3. Just copy an existing form-changing mechanic (like Zen Mode, Stance Change, Multitype, etc.) and tweak it with what you feel suits Charizard/Mewtwo.
     

    HeroesFightingFear

    "The Champion of Alon"
    99
    Posts
    4
    Years
  • Allow me to pitch a few ability ideas to you.
    Dragoon's Power - The Pokemon ignores entry hazards and terrain effects.
    Recommended Pokemon: Charizard, Gyarados, Aerodactyl

    Necromancy - Inflicts a random status condition at the start of battle.
    Recommended Pokemon: Gengar, Marowak

    Geomancy - Strengthens Rock- and Ground-type moves.
    Recommended Pokemon: Onix, Golem
     

    Carboncino

    SwampyK
    16
    Posts
    6
    Years
  • I've been thinking about a custom ability of mine for a while...
    I called it "Encore" (yup, like the move but it's different), and it's quite like Parental Bond, except that there's no boost nor another Pokémon. Basically, the Pokémon has a 25% chance of attacking again at the end of the turn...
    I'm trying to understand how I should script this, but yeah, just wanted to share with y'all
     
    89
    Posts
    4
    Years
    • Seen Jan 17, 2023
    I've been thinking about a custom ability of mine for a while...
    I called it "Encore" (yup, like the move but it's different), and it's quite like Parental Bond, except that there's no boost nor another Pokémon. Basically, the Pokémon has a 25% chance of attacking again at the end of the turn...
    I'm trying to understand how I should script this, but yeah, just wanted to share with y'all

    You're missing a huge opportunity by not calling it "Double Down" but I think you can just use Ctrl+Shift+F and look for "ParentalBond"( without spaces) and just add another check like for your new ability:
    Code:
    || hasWorkingAbility?(:DOUBLEDOWN) && (rand(100)<25)
     

    HeroesFightingFear

    "The Champion of Alon"
    99
    Posts
    4
    Years
  • Pitching more ability ideas, all status related and all variants of each other.

    Wildfire - If the Pokemon uses a Fire-type attack, the move will burn regardless of the chance.

    Glacial - If the Pokemon uses an Ice-type attack, the move will freeze regardless of the chance.

    Livewire - If the Pokemon uses an Electric-type attack, the move will paralyze regardless of the chance.

    Nuclear - If the Pokemon uses a Poison-type attack, the move will poison regardless of the chance.

    Mental - If the Pokemon uses a Psychic-type attack, the move will confuse regardless of the chance.
     
    26
    Posts
    5
    Years
    • Seen Nov 25, 2021
    Spoiler:


    Spoiler:


    Not wanting to be rude, but are you waiting for someone to script these abilities for you? These are very simple abilities, that even without much knowledge in scripts you can do it yourself.

    (If something is spelled wrong... I blame Google Translate)
     
    Last edited:
    55
    Posts
    6
    Years
    • Seen Nov 24, 2023
    Kemuel, I'd love to use that script, been looking for a way to have Eevee temporarily evolve. When I implement it though I get a NoMethodError. Have you had any trouble with it?
     

    HeroesFightingFear

    "The Champion of Alon"
    99
    Posts
    4
    Years
  • I haven't had any trouble, personally. I added it into my game for regular Eevee under the name "Unstable". Even added code for my Flying Eeveelution, Icareon.
     
    Last edited:
    55
    Posts
    6
    Years
    • Seen Nov 24, 2023
    Odd I changed it to the separate Eevee I made for story purposes, but I keep getting a NoMethodError.
     
    1,406
    Posts
    10
    Years
    • Seen yesterday
    Abilities for Birthsigns
    I made a few new abilities that are specifically designed for my Pokemon Birthsigns project. If you have that installed, these may be of some interest to you:


    Astrologist
    Effect: Identifies the foe's birthsign upon entry.
    Notes: When the user is sent into battle, it reveals the birthsign of the opponents.

    Suggested Users: Cleffa, Clefairy, Clefable, Golduck, Kadabra, Alakazam, M-Alakazam, Natu, Xatu, Espeon, Slowking, Stantler, Gardevoir, Meditite, Medicham, M-Medicham, Grumpig, Solrock, Absol, Latias, Latios, Jirachi, Mismagius, Mesprit, Audino, Sigilyph, Gothitelle, Beheeyem, Braixen, Delphox, Meowstic, Cosmog, Cosmoem

    Installation:
    Spoiler:


    Gem Collector
    Effect: The Pokemon may collect Zodiac Gems occasionally.
    Notes: After a fight, the user has a chance of picking up a random Zodiac Gem. This functions similarly to abilities like Pick Up and Honey Gather.

    Suggested Users: Staryu, Starmie, Nosepass, Probopass, Sableye, Lunatone, Regirock, Regice, Registeel, Jirachi, Boldore, Gigalith, Drilbur, Excadrill, Carbink, Diancie, Necrozma, Carkol, Coalossal

    Installation:
    Spoiler:


    Lore Keeper
    Effect: Prevents the activation of Zodiac Powers.
    Notes: Whenever a Pokemon with this ability is on the field, all Pokemon must keep their Zodiac Gems and may not activate them to trigger Zodiac Powers (the button won't even show up).

    Suggested Users: Ninetales, Alakazam, Hypno, A-Marowak, Mr. Mime, G-Mr. Mime, Mr. Rime, Jynx, Natu, Xatu, Umbreon, Slowking, Unown, Smeargle, Baltoy, Claydol, Duskull, Dusclops, Dusknoir, Relicanth, Rayquaza, Jirachi, Bronzor, Bronzong, Spiritomb, Uxie, Regigigas, Sigilyph, Yamask, G-Yamask, Co***rigus, Runerigus, Reuniclus, Beheeyem, Golett, Golurk, Klefki, Hoopa, Oranguru, Drampa, Stonjourner

    Installation:
    Spoiler:



    If you're using Luka's EBS, you must add these abilities to the line in EliteBattle_0 as such:
    Code:
    if self.checkForAbilities(:FRISK,:FOREWARN,:BADDREAMS,:MOODY,:HARVEST,:TRACE,:INTIMIDATE,:ASTROLOGIST,:LOREKEEPER)

    And as always, you must add these abilities to your abilities PBS file:
    Code:
    XXX,ASTROLOGIST,Astrologist,"Identifies the foe's birthsign upon entry."
    XXX,GEMCOLLECTOR,Gem Collector,"The Pokémon may collect zodiac gems occasionally."
    XXX,LOREKEEPER,Lore Keeper,"Prevents activation of Zodiac Powers."


    EDIT: Whoops, forgot a step in the instructions for the Astrologist ability.
     
    Last edited:
    1,406
    Posts
    10
    Years
    • Seen yesterday
    This isn't an ability, but I made a fun new item I wanted to share, and figured I'd post it in here rather than creating a whole new thread just for this.


    Item: Boomerang
    Effect: A held item that is thrown at the end of the turn. It returns the following turn, damaging opponents.

    How this works:
    Whenever a Pokemon holding this item is on the field, they will automatically throw their boomerang at the end of their turn. This removes the equipped item from that Pokemon. At the end of the following turn, the boomerang returns, striking all opponents on its way back for damage equal to 1/8th their max HP. The item is then returned and re-equipped to the user, ready to be thrown again on the following turn to repeat the process again.

    Example:
    Spoiler:


    If the user switches out before the boomerang returns, the incoming Pokemon will be able to catch the boomerang once it returns, instead.

    However, if a Pokemon is asleep, frozen, or was somehow given a new item before the boomerang returns (or it's a switched-in Pokemon who is holding its own item), they will be unable to catch the returning boomerang, and will instead be hit by it for damage. If so, the boomerang will continue on to the user's partner (if it's a double battle), and that new Pokemon will have an opportunity to catch the boomerang instead. If neither Pokemon are able to catch the boomerang, or are unavailable to catch it (fainted, or removed from the field due to moves like Fly), then the boomerang is lost for the remainder of the battle and its effects end. However, it will be returned to the Pokemon after the battle ends.

    Example:
    Spoiler:


    Notes:
    • The user cannot throw a held boomerang if they are asleep or frozen, if they have the Sticky Hold ability, if the effects of Gravity or Strong Winds are in play, or if the user is temporarily removed from the battlefield due to a move's effect (Fly, Dig, Sky Drop, etc).
    • If the effects of Gravity are put into play while a boomerang has already been thrown, the boomerang will come crashing down and fail to return to the user.
    • If the effects of the Strong Winds weather is put into play while a boomerang has already been thrown, the boomerang will be blown off course and fail to return to the user.
    • A Pokemon will avoid taking damage from a boomerang item if they have the Magic Guard ability, or are currently removed from the battlefield due to a move's effect (Fly, Dig, Sky Drop, etc).
    • Throwing a boomerang doesn't "consume" the item, and thus does not activate abilities such as Unburden. However, if a boomerang is thrown with Fling, it WILL trigger Unburden due to the move's effect.
    • If the move Fling is used to throw a boomerang item at the foe, it will return to the user the following turn as if it was thrown normally, allowing you to Fling them repeatedly every other turn. Boomerangs have 50 base damage when flung and have a 30% chance to flinch.
    • A Pokemon cannot throw a second boomerang if it has already thrown one on the previous turn. For example, if Pokemon A throws a boomerang, and then Pokemon B uses the move Bestow to give it a second boomerang, Pokemon A cannot throw it until the original boomerang returns. However, you CAN have both of your Pokemon in a double battle throwing their own boomerangs at once.
    • A boomerang will always return to the spot it was thrown from. So in a double battle, whichever spot on the field the boomerang was initially thrown from is where it will try to return to. It will continue to the next spot however if the original spot is no longer occupied (user fainted, or is no longer on the battlefield due to a move's effect such as Fly).

    Installation:
    Spoiler:
     

    thepsynergist

    Vinemon: Sauce Edition Programmer and Composer
    795
    Posts
    15
    Years
  • That boomerang item looks really awesome! I can't wait to implement it. Thank you for sharing it! All credit to you!

    I'm having some difficulty getting this item working, however. It doesn't seem to proc at end of turn, but it recognizes when I use Fling to throw it (message pops up). It also never comes back if thrown this way. Any ideas? I'm on 17.2.
     
    Last edited:
    1,406
    Posts
    10
    Years
    • Seen yesterday
    That boomerang item looks really awesome! I can't wait to implement it. Thank you for sharing it! All credit to you!

    I'm having some difficulty getting this item working, however. It doesn't seem to proc at end of turn, but it recognizes when I use Fling to throw it (message pops up). It also never comes back if thrown this way. Any ideas? I'm on 17.2.

    My guess is that you haven't pasted the code in the correct place. I put it after the Moody ability, like this:
    Cuph29d.jpg


    If that's in the correct place, then I'd double check that you followed steps 3 & 4 in the instructions. I don't really know why else it wouldn't be working, unless perhaps you have code elsewhere in your script that overrides this for some reason.
     

    thepsynergist

    Vinemon: Sauce Edition Programmer and Composer
    795
    Posts
    15
    Years
  • Yeah, I put it at the very very end of all of those calls, rather than just after Moody. That was the issue. Now i'm getting it working with EBS, as it's taken issue with the 'foe' variable being used for the faint check.

    PokeBattle_Battle:4182:in `__clauses__pbEndOfRoundPhase'
    PokeBattle_Battle:4181:in `each'
    PokeBattle_Battle:4181:in `__clauses__pbEndOfRoundPhase'
    PokeBattle_Battle:4027:in `each'
    PokeBattle_Battle:4027:in `__clauses__pbEndOfRoundPhase'
    PokeBattle_Clauses:42:in `pbEndOfRoundPhase_ebs'
    EliteBattle_0:300:in `pbEndOfRoundPhase'
    EliteBattle_0:233:in `pbStartBattleCore'
    EliteBattle_0:232:in `logonerr'
    EliteBattle_0:232:in `pbStartBattleCore'
     
    Last edited:
    1,406
    Posts
    10
    Years
    • Seen yesterday
    Yeah, I put it at the very very end of all of those calls, rather than just after Moody. That was the issue. Now i'm getting it working with EBS, as it's taken issue with the 'foe' variable being used for the faint check.

    PokeBattle_Battle:4182:in `__clauses__pbEndOfRoundPhase'
    PokeBattle_Battle:4181:in `each'
    PokeBattle_Battle:4181:in `__clauses__pbEndOfRoundPhase'
    PokeBattle_Battle:4027:in `each'
    PokeBattle_Battle:4027:in `__clauses__pbEndOfRoundPhase'
    PokeBattle_Clauses:42:in `pbEndOfRoundPhase_ebs'
    EliteBattle_0:300:in `pbEndOfRoundPhase'
    EliteBattle_0:233:in `pbStartBattleCore'
    EliteBattle_0:232:in `logonerr'
    EliteBattle_0:232:in `pbStartBattleCore'

    I have EBS installed and I'm not getting these issues. I'm not even really sure what the problem is, or why EBS would have an issue with anything.
     
    Back
    Top