Pollux Crown, броня (Renewal)

Pollux Crown (GOLDEN_CROWN_J) – броня.

 

The Ribbon of Magaleta, the noble priest that very famous.


[Item Effect]


[Priest Classes]
Atk + 2 for every 9 base Str
Matk + 2 for every 9 base Int
----------
If refine to +7
Def + 10, Mdef + 15
Increase Damage skill [Holy Light] 20 %
----------
If refine to +8
Aspd + 5 %
Reduces global cooldown by 10 %
----------
If refine to +9
Enable to use skill [Odin Power] Lv.1
Increases the recovery rate of recovery skills by 10 %
----------
If refine to +10
All Stat + 2
Max HP + 3 %
Max SP + 3 %
=========


=========
[Monk Classes]
Atk + 2 for every 9 base Str
Matk + 2 for every 9 base Int
----------
If refine to +7
Def + 10, Mdef + 15
Increase Damage skill [Raging Trifecta Blow] 20 %
----------
If refine to +8
Reduces global cooldown by 10 %
Reduce SP cost in skill [Chain Crush Combo] 5 point
----------
If refine to +9
Reduce variable cast time skill [Throw Spirit Sphere] 30 %
Increase Damage skill [Raging Thrust] 30 %
----------
If refine to +10
All Stat + 2
Max HP + 3 %
Max SP + 3 %


Can put in storage only

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

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

Скрипт

.@r = getrefine();
bonus bUnbreakableHelm;
bonus bMdef,15;
bonus bStr,10;
bonus bBaseAtk,50;
bonus bAspdRate,10;
bonus2 bAddRace,RC_All,10;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Star_Gladiator) {
   bonus2 bSubClass,Class_Boss,20;
   bonus bHPGainValue,500;
   bonus bSPGainValue,50;
   if (.@r>=8) {
       bonus bAllStats,10;
       bonus2 bHPRegenRate,500,5000;
       bonus2 bSPRegenRate,50,5000;
   }
}