Shield Ring [1], броня (Renewal)
Shield Ring [1] (SHIELD_RING) – броня.
![Shield Ring [1], броня (Renewal) Shield Ring [1], броня (Renewal)](/images/db/items/picture/32263.png)
A ring worn by the Holy Knight who served the Rune Midgarts Kingdom.
Str + 5
Int + 5
Dex + 5
Atk + 5%
If Earth Drive is level 5,
Reduces the global delay of skills by 30%.
If Inspiration is level 5,
Reduces the cooldown of Earth Drive by 1.5 seconds.
If Sacrifice is level 5,
Additional Str +5
Additional Int +5
Additional Dex +5
Additional Atk + 100
If Pinpoint Attack is level 5,
Reduces the variable casting time of Earth Drive by 0.5 seconds.
Reduces the SP cost of Earth Drive by 25.
Базовые свойства предмета
- ID: 29125
 - Код: SHIELD_RING
 - Тип: броня
 - Уровень брони: 1
 - Требуемый уровень: 100
 
- Цена покупки: 20 з
 - Цена продажи: 10 з
 - Вес: 40
 
Скрипт
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;
}