• Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • 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.

Recent content by Tapu Fini

  1. T

    Gen 7 Ability Thread

    Beast Boost takes IVs/EVs into account when deciding which stat to raise. So taking Pheromosa for example, if she has perfect 31 IV in Attack, but 0 in Speed, her Attack stat will be higher than her Speed, and the Attack will get boosted instead. Here's my code. There's probably a better way to...
  2. T

    Gen 7 Ability Thread

    Schooling: Put under Zen Mode in PokeBattle_Battler: if isConst?(self.species,PBSpecies,:WISHIWASHI) if self.hasWorkingAbility(:SCHOOLING) && @hp<=((@totalhp/4).floor) if self.form!=0 self.form=0; transformed=true end else if self.form!=1 && @level...
  3. T

    Resource requests

    I made an edit of the Guzzlord party icon to fit the Essentials size.
  4. T

    All Alolan Pokémon (including Marshadow)

    Fixed the typos so that the game could compile and run. Didn't check for other errors like Hold Items and Exp Growth like M3rein mentioned so they're still in there. [722] Name=Rowlet InternalName=ROWLET Type1=GRASS Type2=FLYING BaseStats=68,55,55,42,50,50 GenderRate=FemaleOneEighth...
Back
Top