Jasper Ring [1], броня (Renewal)
Jasper Ring [1] (JASPER_RING) – броня.
A gold ring decorated with jasper in the center. It is said to have an effect of strengthening beliefs.
Increase physical damage to all size monsters by 10%.
Increases Ignition Break and Sonic Wave damage by 1% per 3 base levels.
If Ignition Break is level 5, MaxHP + 15%
If Wind Cutter is level 5, increases physical damage against boss monsters by 15%
If Sonic Wave is level 10, attack speed + 10%, recovers 100 HP and 10 SP when killing monsters with physical damage.
If Death Bound is level 10, Perfect Hit + 15.
Required level : 100
Базовые свойства предмета
- ID: 30915
 - Код: JASPER_RING
 - Тип: броня
 - Уровень брони: 1
 - Требуемый уровень: 100
 
- Вес: 40
 
Скрипт
bonus bStr,7;
bonus2 bAddClass,Class_All,10;
bonus2 bSkillAtk,"RK_IGNITIONBREAK",BaseLevel/3;
bonus2 bSkillAtk,"RK_SONICWAVE",BaseLevel/3;
if (getskilllv("RK_IGNITIONBREAK") >= 5)
   bonus bMaxHPrate,15;
if (getskilllv("RK_WINDCUTTER") >= 5)
   bonus2 bAddClass,Class_Boss,15;
if (getskilllv("RK_SONICWAVE") >= 10) {
   bonus bAspdRate,10;
   bonus bHPGainValue,100;
   bonus bSPGainValue,10;
}
if (getskilllv("RK_DEATHBOUND") >= 10)
   bonus2 bAddClass,Class_All,10;