ID #32263
Armor
Shield Ring [1]
Buy Price: N/A
Sell Price: N/A
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
_______________________
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
Basic Information
Type
Armor
Weight
400
Requirements
Armor Level
1
Min Level
100
Scripts
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; }
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;
}