Aquarius Crown, броня (Renewal)

Aquarius Crown (AQUARIUS_CROWN_J) – броня.

 

Can't be destroyed.
Mdef + 15.
Int + 10.
Matk + 50.
Reduces global cooldowns by 10%.
Increases magical damage against all race monsters by 10%.
When equipped by Warlock, recovers 500 HP and 50 SP when killing monsters.
if refine rate is 8 or higher, All Stat + 10, recovers 500 HP and 50 SP every 5 seconds.
―――――――――――――
Attribute: - Slots: 0
Def : 12 Mdef : 15
Refined: Yes Destroyed: No

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

  • ID: 25133
  • Код: AQUARIUS_CROWN_J
  • Тип: броня
  • Уровень брони: 1
  • Защита: 12
  •  
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 10

Скрипт

.@r = getrefine();
bonus bUnbreakableHelm;
bonus bMdef,15;
bonus bInt,10;
bonus bMatk,50;
bonus bDelayrate,-20;
bonus2 bMagicAddRace,RC_All,10;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Wizard) {
   bonus bMagicHPGainValue,500;
   bonus bMagicSPGainValue,50;
   if (.@r>=8) {
      bonus bAllStats,10;
      bonus2 bHPRegenRate,500,5000;
      bonus2 bSPRegenRate,50,5000;
   }
}