• 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!
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 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:
Expand Collapse Copy
      # 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