
RENEWAL / ITEMS
Jasper Ring [1]
#490113Armor
Jasper_Ring
TypeArmor
Equipment positionAccessory
GenderBoth
Weight40
Buy price0 z
Sell price0 z
Slots1
Required level100
Armor level1
Description
A gold ring decorated with jasper in the center. It is said to have an effect of strengthening beliefs.
STR + 7.
Physical damage against all class enemies + 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.
Type : Accessory Defense : 0
Weight : 40
Required level : 100
Class : All
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Accessory
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- No
- Trade
Item effect script
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;