Package games.stendhal.server.entity.creature

Examples of games.stendhal.server.entity.creature.RaidCreature.initHP()


    final int newatk = LOW_ATK;
    final int newHP = HIGH_HP;
    creature.setName(creaturename);
    creature.setDescription(creature.describe() + " It has been magically enchanted, with its normal attack power converted into longer life.");
    creature.setAtk(newatk);
    creature.initHP(newHP);
   
    sandbox.add(creature, x, y );

  }
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.