protected void applyEntityAttributes() {
   super.applyEntityAttributes();
   this.getEntityAttribute(SharedMonsterAttributes.ATTACK_DAMAGE).setBaseValue(6.0D);
   this.getEntityAttribute(SharedMonsterAttributes.MOVEMENT_SPEED)
       .setBaseValue(0.23000000417232513D);
   this.getEntityAttribute(SharedMonsterAttributes.FOLLOW_RANGE).setBaseValue(48.0D);
 }
 @Override
 protected void applyEntityAttributes() {
   super.applyEntityAttributes();
   this.getEntityAttribute(SharedMonsterAttributes.maxHealth)
       .setAttribute(200.0F * GCCoreConfigManager.dungeonBossHealthMod);
   this.getEntityAttribute(SharedMonsterAttributes.movementSpeed).setAttribute(0.05F);
 }
 @Override
 protected void applyEntityAttributes() {
   super.applyEntityAttributes();
   this.getEntityAttribute(SharedMonsterAttributes.maxHealth).setBaseValue(25D);
   this.getEntityAttribute(SharedMonsterAttributes.movementSpeed).setBaseValue(0.3D);
   this.getEntityAttribute(SharedMonsterAttributes.attackDamage).setBaseValue(4D);
 }
 protected void applyEntityAttributes() {
   super.applyEntityAttributes();
   this.getEntityAttribute(SharedMonsterAttributes.maxHealth).setBaseValue(8.0D);
   this.getEntityAttribute(SharedMonsterAttributes.movementSpeed)
       .setBaseValue(0.6000000238418579D);
   this.getEntityAttribute(SharedMonsterAttributes.attackDamage).setBaseValue(1.0D);
 }
Esempio n. 5
0
 @Override
 protected void applyEntityAttributes() {
   super.applyEntityAttributes();
   getEntityAttribute(SharedMonsterAttributes.maxHealth).setBaseValue(500);
   getEntityAttribute(SharedMonsterAttributes.knockbackResistance).setBaseValue(10);
   setState(getState());
 }
Esempio n. 6
0
 protected void applyEntityAttributes() {
   super.applyEntityAttributes();
   this.getEntityAttribute(SharedMonsterAttributes.maxHealth).setBaseValue(300.0D);
   this.getEntityAttribute(SharedMonsterAttributes.movementSpeed)
       .setBaseValue(0.6000000238418579D);
   this.getEntityAttribute(SharedMonsterAttributes.followRange).setBaseValue(40.0D);
 }
Esempio n. 7
0
 @Override
 protected void applyEntityAttributes() {
   super.applyEntityAttributes();
   getEntityAttribute(SharedMonsterAttributes.maxHealth).setBaseValue(25.0D);
   getEntityAttribute(SharedMonsterAttributes.movementSpeed).setBaseValue(0.5D);
   getEntityAttribute(SharedMonsterAttributes.attackDamage)
       .setBaseValue(getAttackStrength()); // atkDmg
 }
 protected void applyEntityAttributes() {
   super.applyEntityAttributes();
   this.getEntityAttribute(SharedMonsterAttributes.maxHealth).setAttribute(6.0D);
   this.getEntityAttribute(SharedMonsterAttributes.followRange).setAttribute(32.0D);
   this.getEntityAttribute(SharedMonsterAttributes.knockbackResistance).setAttribute(0.0D);
   this.getEntityAttribute(SharedMonsterAttributes.movementSpeed).setAttribute(0.5D);
   this.getEntityAttribute(SharedMonsterAttributes.attackDamage).setAttribute(3.0D);
 }
 // Set Properties
 protected void applyEntityAttributes() {
   super.applyEntityAttributes();
   this.getEntityAttribute(SharedMonsterAttributes.maxHealth).setAttribute(20.0D); // Health
   this.getEntityAttribute(SharedMonsterAttributes.movementSpeed)
       .setAttribute(0.20000000298023224D); // Speed
   this.getEntityAttribute(SharedMonsterAttributes.attackDamage)
       .setAttribute(2.0D); // Attack Damage
 }
 @Override
 protected void applyEntityAttributes()
 {
     super.applyEntityAttributes();
     this.getEntityAttribute(SharedMonsterAttributes.maxHealth).setBaseValue(60.0D);
     this.getEntityAttribute(SharedMonsterAttributes.movementSpeed).setBaseValue(0.30000001192092896D);
     this.getEntityAttribute(SharedMonsterAttributes.attackDamage).setBaseValue(7.0D);
     this.getEntityAttribute(SharedMonsterAttributes.followRange).setBaseValue(64.0D);
 }
Esempio n. 11
0
 @Override
 protected void applyEntityAttributes() {
   super.applyEntityAttributes();
   getEntityAttribute(SharedMonsterAttributes.maxHealth).setBaseValue(200.0);
   getEntityAttribute(SharedMonsterAttributes.followRange).setBaseValue(64.0);
   getEntityAttribute(SharedMonsterAttributes.knockbackResistance).setBaseValue(1.0);
   getEntityAttribute(SharedMonsterAttributes.movementSpeed).setBaseValue(0.25);
   getEntityAttribute(SharedMonsterAttributes.attackDamage).setBaseValue(36.0);
 }
Esempio n. 12
0
 protected void applyEntityAttributes() {
   super.applyEntityAttributes();
   this.getEntityAttribute(SharedMonsterAttributes.followRange).setAttribute(40.0D);
   this.getEntityAttribute(SharedMonsterAttributes.movementSpeed)
       .setAttribute(0.23000000417232513D);
   this.getEntityAttribute(SharedMonsterAttributes.attackDamage).setAttribute(3.0D);
   this.getAttributeMap()
       .func_111150_b(field_110186_bp)
       .setAttribute(this.rand.nextDouble() * ForgeDummyContainer.zombieSummonBaseChance);
 }
Esempio n. 13
0
 protected void applyEntityAttributes() {
   super.applyEntityAttributes();
   // Max Health - default 20.0D - min 0.0D - max Double.MAX_VALUE
   this.getEntityAttribute(SharedMonsterAttributes.maxHealth).setAttribute(20.0D);
   // Follow Range - default 32.0D - min 0.0D - max 2048.0D
   this.getEntityAttribute(SharedMonsterAttributes.followRange).setAttribute(32.0D);
   // Movement Speed - default 0.699D - min 0.0D - max Double.MAX_VALUE
   this.getEntityAttribute(SharedMonsterAttributes.movementSpeed).setAttribute(0.350D);
   // Attack Damage - default 2.0D - min 0.0D - max Doubt.MAX_VALUE
   this.getEntityAttribute(SharedMonsterAttributes.attackDamage).setAttribute(5.0D);
 }
 protected void applyEntityAttributes() {
   super.applyEntityAttributes();
   getEntityAttribute(SharedMonsterAttributes.followRange).setBaseValue(40.0D);
   getEntityAttribute(SharedMonsterAttributes.movementSpeed).setBaseValue(0.23000000417232513D);
   getEntityAttribute(SharedMonsterAttributes.attackDamage).setBaseValue(20.0D);
   getEntityAttribute(SharedMonsterAttributes.maxHealth).setBaseValue(300.0D);
   if ((this.worldObj != null) && (!this.worldObj.isRemote)) {
     IAttributeInstance iattributeinstance =
         getEntityAttribute(SharedMonsterAttributes.movementSpeed);
     iattributeinstance.applyModifier(babySpeedBoostModifier);
   }
 }
  @Override
  protected void applyEntityAttributes() {
    super.applyEntityAttributes();

    getEntityAttribute(SharedMonsterAttributes.followRange).setBaseValue(64.0D);
    getEntityAttribute(SharedMonsterAttributes.knockbackResistance).setBaseValue(0.2D);

    if (AbyssalCraft.hardcoreMode) {
      getEntityAttribute(SharedMonsterAttributes.maxHealth).setBaseValue(500.0D);
      getEntityAttribute(SharedMonsterAttributes.attackDamage).setBaseValue(36.0D);
    } else {
      getEntityAttribute(SharedMonsterAttributes.maxHealth).setBaseValue(250.0D);
      getEntityAttribute(SharedMonsterAttributes.attackDamage).setBaseValue(18.0D);
    }
  }
 protected void applyEntityAttributes() {
   super.applyEntityAttributes();
   this.getEntityAttribute(SharedMonsterAttributes.attackDamage).setBaseValue(50.0D);
   this.getEntityAttribute(SharedMonsterAttributes.maxHealth).setBaseValue(20.0D);
   this.getEntityAttribute(SharedMonsterAttributes.maxHealth).setBaseValue(8.0D);
 }
 protected void applyEntityAttributes() {
   super.applyEntityAttributes();
   this.getEntityAttribute(SharedMonsterAttributes.movementSpeed).setBaseValue(0.0005D);
   this.getEntityAttribute(SharedMonsterAttributes.maxHealth).setBaseValue(40D);
 }
Esempio n. 18
0
 protected void applyEntityAttributes() {
   super.applyEntityAttributes();
 }
 public void applyEntityAttributes() {
   super.applyEntityAttributes();
   this.getEntityAttribute(SharedMonsterAttributes.maxHealth).setBaseValue(health);
 }
Esempio n. 20
0
 @Override
 protected void applyEntityAttributes() {
   super.applyEntityAttributes();
   this.getEntityAttribute(SharedMonsterAttributes.movementSpeed).setBaseValue(0.25D);
 }
 public void applyEntityAttributes() {
   super.applyEntityAttributes();
   this.getEntityAttribute(SharedMonsterAttributes.maxHealth).setBaseValue(health);
   this.getEntityAttribute(SharedMonsterAttributes.movementSpeed).setBaseValue(speed);
   this.getEntityAttribute(SharedMonsterAttributes.attackDamage).setBaseValue(strength);
 }