• Hi, Guest!
    Some images might be missing as we move away from using embedded images, sorry for the mess!
    From now on, you'll be required to use a third party to host images. You can learn how to add images here, and if your thread is missing images you can request them here.
    Do not use Discord to host any images you post, these links expire quickly!
Resource icon

Resource Custom Abilities by me 2018-11-30

pokemonspecialist/Aryaman

Creator of Pokemon Misanthropy
Member
Joined
Mar 14, 2018
Posts
24
pokemonspecialist/Aryaman submitted a new resource:

Custom Abilities by me - Here are the custom abilities . I am new with the language so I was not able to make new things.

Here are the custom abilities I made. I am new with the language so I was not able to make new things. These abilities are similar to the existing ones.



Phantom Aura
Powers up each Pokémon's Ghost-type moves.
It's with the gen 6 moves like fairy aura. If you don't have gen 6 abilities then don't use this.
Steps
First in PBS abilities add this:
xxx,PHANTOMAURA,Phantom Aura,"Powers up each Pokémon's Ghost-type moves."
Change xxx with numbers

Now find in...

Read more about this resource...
 

pokemonspecialist/Aryaman

Creator of Pokemon Misanthropy
Member
Joined
Mar 14, 2018
Posts
24
pokemonspecialist/Aryaman updated Custom Abilities by me with a new update entry:

Some new abilities

Here are four new abilities


Juggernaut Drive (I suggest using this for pokemons with low attack.)
Boosts attack each turn

First add in PBS abilities
xxx,JUGGERNAUTDRIVE,Juggernaut Drive,"Boosts the Attack each turn."

Find in PokeBattle_Battle
Code:
      # Speed Boost
      # A Pokémon's turncount is 0 if it became active after the beginning of a round
      if i.turncount>0 && i.hasWorkingAbility(:SPEEDBOOST)
        if...

Read the rest of this update entry...
 
Back
Top