Themis Balance [1], броня (Renewal)
Themis Balance [1] (THEMIS_BALANCE) – броня.
Increase damage of Ray of Genesis by 1% per 5 base level increase.
When Inspiration Lv5, reduce variable casting of Ray of Genesis by 50%, decrease sp consumption by 20.
When Devotion Lv5, increase magical damage dealt to boss monsters by 15%
When Hesperus Lit Lv5, reduce delay after skill by 30%.
When equipped with Release of Magic, adds 100% chance to autocast Highness Heal Lv3 when Royal Guard receives magical damage.
Базовые свойства предмета
- ID: 30888
- Код: THEMIS_BALANCE
- Тип: броня
- Уровень брони: 1
- Защита: 10
- Требуемый уровень: 100
- Вес: 10
Скрипт
bonus bMdef,5;
bonus bInt,7;
bonus2 bSkillAtk,"LG_RAYOFGENESIS",(BaseLevel/5);
if (getskilllv("LG_INSPIRATION") == 5) {
bonus2 bVariableCastrate,"LG_RAYOFGENESIS",-50;
bonus2 bSkillUseSP,"LG_RAYOFGENESIS",20;
}
if (getskilllv("CR_DEVOTION") == 5)
bonus2 bMagicAddClass,Class_Boss,15;
if (getskilllv("LG_HESPERUSLIT") == 5)
bonus bDelayrate,-30;