
RENEWAL / ITEMS
Traveler Ring [1]
#490193Armor
Traveler_Ring
TypeArmor
Equipment positionAccessory
GenderBoth
Weight30
Buy price0 z
Sell price0 z
Slots1
Required level100
Armor level1
Description
A ring worn by a certain traveling clown.
Physical damage against all class enemies + 10%.
Increase damage of Severe Rainstorm by 1% per 3 baselv.
When Infinite Humming lv3, recovers HP100 and SP10 when monsters are killed by physical attacks.
When Severe Rainstorm lv10, increase damage to boss monsters by 15%.
When Frigg's Song lv5, MaxHP + 25%,
When Gloomy Shyness lv10, adds a chance to perfect hit by 15%.
Type : Accessory Defense : 0
Weight : 30
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 bAgi,7;
bonus2 bAddClass,Class_All,10 + (getskilllv("WM_SEVERE_RAINSTORM")/3);
if (getskilllv("WM_UNLIMITED_HUMMING_VOICE") >= 5) {
bonus bHPGainValue,100;
bonus bSPGainValue,10;
}
if (getskilllv("WM_SEVERE_RAINSTORM") >= 5)
bonus2 bAddClass,Class_Boss,15;
if (getskilllv("WM_FRIGG_SONG") >= 5)
bonus bMaxHPrate,25;
if (getskilllv("WM_GLOOMYDAY") >= 5)
bonus bPerfectHitAddRate,15;