Traveler Ring
| Item ID | 490193 | Name | Traveler Ring |
|
A ring said to have been worn by a certain traveling entertainer.
_______________________ AGI +7 _______________________ Increases Physical Damage by 10%. _______________________ For each 3 Base Level: Increases damage of Severe Rainstorm by 1%. _______________________ When Level 5 Unlimited Humming Voice is learned: Recover 100 HP and 10 SP when defeating monsters with physical attacks. _______________________ When Level 5 Severe Rainstorm is learned: Increases Physical Damage against monsters of Boss class by 15%. _______________________ When Level 5 Frigg's Song is learned. MaxHP +25% _______________________ When Level 5 Gloomy Shyness is learned: Perfect HIT +15% _______________________ When equipped by Minstrel/Wanderer classes: When equipped with Grand Master: Nullifies Weapon Size Penalty. When using Severe Rainstorm: Random chance to receive Level 5 Unlimit effect for 20 seconds. When unequipping, cancels Unlimit effect. _______________________ Type: Accessory Defense: 0 Weight: 30 _______________________ Requirement: Base Level 100 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Traveler_Ring | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Accessory Left/Right | ||
| Defense | 0 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 30 | Min Equip Level | 100 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | No | ||
| Credit Price | None | Trade restriction | None | ||
| Item 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;
|
||||
| Unequip Script |
if ((eaclass()&EAJ_THIRDMASK)==EAJ_MINSTRELWANDERER) sc_end SC_UNLIMIT; |
||||
|---|---|---|---|---|---|
| Set | Script | ||||
|---|---|---|---|---|---|
|
if ((eaclass()&EAJ_THIRDMASK)==EAJ_MINSTRELWANDERER) {
bonus bNoSizeFix;
autobonus3 "{}",10,100,"WM_SEVERE_RAINSTORM","{ sc_start SC_UNLIMIT,20000,5; }";
}
|