Aquarius Ring, броня (Renewal)

Aquarius Ring (AQUARIUS_RING_J) – броня.

 

Attack Speed + 5%.
MaxSP + 100.
Increases magical damage by 5%.
Reduces SP consumption of Earth Strain by 30.
When equipped by Warlock, attack Speed + 5%. increases Earth Strain and Hell Inferno damage by 50%, reduces skill cooldown of Earth Strain by 0.3 seconds, reduces casting time of Hell Inferno by 50%.
―――――――――――――
Attribute: - Slots: 0
Def : 0 Mdef : 0
Refined: No Destroyed: No

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

  • ID: 29128
  • Код: AQUARIUS_RING_J
  • Тип: броня
  • Уровень брони: 1
  •  
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 10

Скрипт

bonus bAspdRate,5;
bonus bMaxSP,100;
bonus bMatkRate,5;
bonus2 bSkillUseSP,"WL_EARTHSTRAIN",30;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Wizard) {
   bonus bAspdRate,5;
   bonus2 bSkillAtk,"WL_HELLINFERNO",50;
   bonus2 bSkillAtk,"WL_EARTHSTRAIN",50;
   bonus2 bSkillCooldown,"WL_EARTHSTRAIN",-300;
   bonus2 bVariableCastrate,"WL_HELLINFERNO",-50;
}