Shield Ring
| Item ID | 32263 | Name | Shield Ring |
|
A ring worn by the Holy Knight who served the Rune-Midgards Kingdom.
_______________________ STR +5 INT +5 DEX +5 ATK +5% _______________________ When Level 5 Earth Drive is learned: Decreases After Skill Delay by 30%. _______________________ When Level 5 Inspiration is learned: Decreases Earth Drive skill cooldown by 1.5 seconds. _______________________ When Level 5 Devotion is learned: STR +5 INT +5 DEX +5 ATK +100 _______________________ When Level 5 Pinpoint Attack is learned: Decreases Variable Casting Time of Earth Drive by 0.5 seconds. Decreases SP Consumption of Earth Drive by 25. _______________________ Type: Accessory Defense: 0 Weight: 40 Armor Level: 1 _______________________ Requirement: Base Level 100 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Shield_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 | 40 | Min Equip Level | 100 | ||
| NPC Buy | 20 | Max Equip Level | None | ||
| NPC Sell | 10 | Refineable | No | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
bonus bStr,5;
bonus bInt,5;
bonus bDex,5;
bonus2 bAddClass,Class_All,5;
if (getskilllv("LG_EARTHDRIVE") == 5)
bonus bDelayrate,-30;
if (getskilllv("LG_INSPIRATION") == 5)
bonus2 bSkillCooldown,"LG_EARTHDRIVE",-1500;
if (getskilllv("CR_DEVOTION") == 5) {
bonus bStr,5;
bonus bInt,5;
bonus bDex,5;
bonus bBaseAtk,100;
}
if (getskilllv("LG_PINPOINTATTACK") == 5) {
bonus2 bSkillVariableCast,"LG_EARTHDRIVE",-500;
bonus2 bSkillUseSP,"LG_EARTHDRIVE",25;
}
|
||||