Forbidden Grimoire [1], броня (Renewal)
Forbidden Grimoire [1] (AEGIS_28984) – броня.
A forbidden book filled with unfathomable records.
Those who do not know the truth should not study it.
------------------------
ASPD + 10%.
------------------------
For every refine level, MHP +100.
------------------------
For every 3 refine level, increase Water and Earth property magic damage by 4%.
------------------------
When refined to +9 or higher, DEX + 10, INT + 10.
------------------------
When refined to +11 or higher,
There's a 5% chance to activate the following for 10 seconds when dealing magical damage:
INT + 150.
Decrease 100 HP and SP each second.
Reduce Diamond Dust and Earth Grave cooldown by 4.5 seconds.
------------------------
Def : 100
Базовые свойства предмета
- ID: 28097
- Код: AEGIS_28984
- Тип: броня
- Уровень брони: 1
- Защита: 1000
- Требуемый уровень: 100
- Профессии: sage
- Вес: 50
Скрипт
.@r = getrefine(); bonus bAspdRate,10; bonus bMaxHP,100*.@r; bonus2 bMagicAtkEle,Ele_Earth,4*(.@r/3); bonus2 bMagicAtkEle,Ele_Water,4*(.@r/3); if (.@r>=9) { bonus bDex,10; bonus bInt,10; } if (.@r>=11) { autobonus "{ bonus bInt,150; bonus2 bHPRegenRate,-100,1000; bonus2 bSPRegenRate,-100,1000; bonus2 bSkillCooldown,\"SO_DIAMONDDUST\",-4500; bonus2 bSkillCooldown,\"SO_EARTHGRAVE\",-4500; }",40,10000,BF_MAGIC; }