Squirrel Ears Hood Hat [1], броня (Renewal)

Squirrel Ears Hood Hat [1] (SQUIRREL_EAR_HAT) – броня.

 

A orb that automatically protects its' owner.

Eligible Survivor's Rod for set combo:
Survivor's Rod (Dex)
Survivor's Rod (Dex) [1]
Survivor's Rod (Int)
Survivor's Rod (Int) [1]

Eligible Survivor's Manteau for set combo:
Survivor's Manteau
Survivor's Manteau [1]

Atk + 2%
Matk + 2%
Reduces the variable casting time of skills by 3%.
Enables Level 1 Hiding.

Set Bonus
Survivor's Orb
Survivor's Rod
Matk + 10 per upgrade level of Survivor's Rod.
If Survivor's Rod upgrade level is +10 or higher,
If the user's base level is 99 or lower,
Reduces the variable casting time of skills by 3%.
Increases the damage of Chain Lightning and Earth Strain by 15%.
Increases the damage of Heaven's Drive and Jupitel Thunder by 70%.
If the user's base level is 100 or higher,
Reduces the variable casting time of skills by an additional 9%.
Increases the damage of Chain Lightning and Earth Strain by 45%.
Increases the damage of Heaven's Drive and Jupitel Thunder by 210%.

Set Bonus
Survivor's Circlet [1]
Survivor's Orb
Vit + 4
Reduces damage taken from Demi-Human race enemies by 4%.
Reduces the variable casting time of skills by 6%.
Increases the damage of Earth and Wind property magical attacks on targets by 20%.
If Survivor's Circlet [1] upgrade level is +7 or higher,
Additional Vit + 4
Reduces damage taken from Demi-Human race enemies by an additional 4%.
Reduces the variable casting time of skills by an additional 6%.
If Survivor's Circlet [1] upgrade level is +9 or higher,
Additional Vit + 4
Reduces damage taken from Demi-Human race enemies by an additional 4%.
Reduces the variable casting time of skills by an additional 6%.

Set Bonus
Survivor's Manteau
Survivor's Orb
Reduces damage taken from Demi-Human race enemies by 1%.
Reduces the fixed casting time of skills by 50%.
If Survivor's Manteau upgrade level is +5 or higher,
Reduces damage taken from Demi-Human race enemies by an additional 2%.
If Survivor's Manteau upgrade level is +7 or higher,
Reduces damage taken from Demi-Human race enemies by an additional 2%.

Set Bonus
Survivor's Manteau
Survivor's Orb
Survivor's Rod
Matk + 1%
If Survivor's Rod upgrade level is +5 or higher, additional Matk + 2%.
If Survivor's Rod upgrade level is +7 or higher, additional Matk + 2%.

Set Bonus
Survivor's Manteau
Survivor's Orb
Rental Survivor's Rod
Matk + 1%

Set Bonus
Survivor's Orb
Survivor's Shoes
Vit + 5
Int + 5
Reduces damage taken from Demi-Human race enemies by 3%.

Базовые свойства предмета

  • ID: 24916
  • Код: SQUIRREL_EAR_HAT
  • Тип: броня
  • Уровень брони: 1
  • Защита: 10
  •  
  • Требуемый уровень: 100
  • Вес: 20

Скрипт

.@r = getrefine();
bonus bAspd,1;
bonus bCriticalLong,5;
bonus bCritAtkRate,10;
bonus2 bIgnoreDefRaceRate,RC_All,10;
if (.@r > 4) {
   bonus bAspd,1;
   bonus bCriticalLong,10;
   bonus bCritAtkRate,2;
   bonus2 bIgnoreDefRaceRate,RC_All,20;
}
if (.@r > 6) {
   bonus bAspd,1;
   bonus bCriticalLong,15;
   bonus bCritAtkRate,6;
   bonus2 bIgnoreDefRaceRate,RC_All,30;
}
if (.@r > 8) {
   bonus bAspd,1;
   bonus bCriticalLong,20;
   bonus bCritAtkRate,12;
   bonus2 bIgnoreDefRaceRate,RC_All,40;
   autobonus "{ bonus bCritAtkRate,100; }",70,5000;
}