Libra Ring, броня (Renewal)
Libra Ring (LIBRA_RING_J) – броня.
A ring with a celestial amber like stone. It is said wearing this ring will grant you powers.
Enables Level 5 Blessing.
When equipped to Right Accessory (1),
For every 10 base Luk,
Atk + 15
Matk + 15
If the user's base Luk is 125 or higher,
Increases Physical and Magical damage on boss monsters by 15%.
When equipped to Left Accessory (2),
For every 10 base Vit,
Max HP + 2%
Max SP + 2%
If the user's base Vit is 125 or higher,
Def + 300
Mdef + 50
Reduces damage taken from Human Player and Doram race enemies by 3%.
Базовые свойства предмета
- ID: 29123
 - Код: LIBRA_RING_J
 - Тип: броня
 - Уровень брони: 1
 
- Цена покупки: 20 з
 - Цена продажи: 10 з
 - Вес: 10
 
Скрипт
bonus bAspdRate,5;
bonus bMaxSP,100;
bonus bAtkRate,5;
bonus2 bSkillUseSP,"RK_DRAGONBREATH",10;
bonus2 bSkillUseSP,"RK_DRAGONBREATH_WATER",10;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Knight) {
   bonus bMaxHPrate,10;
   bonus bMaxSPrate,10;
   bonus bDelayrate,-10;
   bonus bAtkRate,5;
   bonus2 bSkillAtk,"LK_SPIRALPIERCE",100;
   bonus2 bVariableCastrate,"LK_SPIRALPIERCE",-50;
}