Jump to content

Grassy Terrain Bug?


Wintergem

Recommended Posts

Not sure if its a bug but since its not listed in the field effects under Grassy Terrain. Leaf Guard activates on Grassy Terrain which from according to the notes doesn't activate on that terrain. I realized it only happened when I was battling the Puppet Master and he tried to Thunder Wave Meganium and Leaf Guard activated. I didn't had Sunny Day active either so idk. ANYWAY, it was a welcomed surprise and maybe it should be implemented. 

Link to comment
Share on other sites

I found this in the Pokemon Battle Effects script in the functions that handles status conditions:

(hasWorkingAbility(:LEAFGUARD) && ((@battle.pbWeather==PBWeather::SUNNYDAY && !hasWorkingItem(:UTILITYUMBRELLA)) || @battle.field.effects[PBEffects::GrassyTerrain]>0 || $fefieldeffect == 2 ||

 

Basically, what it says is: if your ability is Leaf Guard AND

- the weather is Sunny and you don't have an utility umbrella OR

- the field effect is Grassy Terrain OR 

- uh i don't know ????

Then the function displays a message (in this case, "nope can't be [status]" and your pokemon is safe

 

So looks like it's a feature!

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...