Package org.pokenet.server.battle.mechanics.statuses

Examples of org.pokenet.server.battle.mechanics.statuses.StatChangeEffect.activateParty()


          user.getField().applyEffect(
              new LuckyChantEffect(" is feeling lucky!", "'s luck wore off..."));
        }
        effect = user.getField().getEffectByType(LuckyChantEffect.class);
        LuckyChantEffect eff = (LuckyChantEffect)effect;
        eff.activateParty(user);
        return 0;
      }
      public boolean attemptHit(BattleMechanics mech, Pokemon user, Pokemon target) {
        return true;
      }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.