Themis Helm [1], броня (Renewal)
Themis Helm [1] (THEMIS_HELM) – броня.
Only loyal knights that emphasize law and order are allowed to wear this helm.
Reduce after cast delay by 10%.
Increase damage of Grand Cross and Genesis Ray by 20%.
When Inspiration Lv.5, INT + 20, immunity from stoned.
When Devotion Lv.5, healing + 20%.
Increase magical damage to earth, neutral, undead, ghost property monsters per 1 skill level of Hesperus Lit.
Per 1 refine level, DEF + 30.
When refined to +7 or higher, increase damage of Grand Cross and Ray of Genesis by additional 30%.
When refined to +9 or higher, increase damage of Grand Cross and Ray of Genesis by additional 50%.
Базовые свойства предмета
- ID: 24166
- Код: THEMIS_HELM
- Тип: броня
- Уровень брони: 1
- Защита: 10
- Требуемый уровень: 100
- Вес: 50
Скрипт
.@r = getrefine(); bonus bMdef,10; bonus bDef,.@r*30; bonus bDelayrate,-10; bonus bMatkRate,25; if (getskilllv("LG_INSPIRATION") == 5) { bonus bDelayrate,-15; bonus2 bSkillCooldown,"LG_INSPIRATION",-10000; } if (getskilllv("CR_DEVOTION") == 5) { bonus bMaxHPrate,15; bonus bAspdRate,10; } if (getskilllv("LG_HESPERUSLIT") == 5) bonus4 bAutoSpellOnSkill,"PA_PRESSURE","LG_RAYOFGENESIS",getskilllv("LG_RAYOFGENESIS"),500; if (.@r>=7) { bonus bHealPower,15; bonus2 bSkillAtk,"LG_RAYOFGENESIS",15; } if (.@r>=9) { bonus bHealPower,35; bonus2 bSkillAtk,"LG_RAYOFGENESIS",35; }