Illusion Excalibur [2], одноручный меч (Renewal)
Illusion Excalibur [2] (EXCALIBUR_IL) – оружие.
![Illusion Excalibur [2], одноручный меч (Renewal) Illusion Excalibur [2], одноручный меч (Renewal)](/images/db/items/picture/500030.png)
Matk + 180.
Matk + 5%, reduces global cooldown by 5%.
If refine rate is 7 or higher, increases Genesis Ray damage by 15%.
If refine rate is 9 or higher, increases neutral and holy property magical damage by 15%, reduces variable casting time by 10%.
If refine rate is 11 or higher, increases Genesis Ray damage by additional 25%.
When equipped with Illusion Sacred Mission, Matk + 50, reduces variable casting time by 10%.
If refine rate of each is 7 or higher, increases Genesis Ray damage by 10%.
If the sum of refine rate is 18 or higher, increases magical damage against all race monsters by 20%.
If the sum of refine rate is 22 or higher, reduces skill cooldown of Genesis Ray by 1 second, reduces global cooldown by 5%.
Базовые свойства предмета
- ID: 31170
- Код: EXCALIBUR_IL
- Тип: оружие
- Подтип: одноручный меч
- Уровень оружия: 4
- Атака: 120
- Магическая атака: 180
- Требуемый уровень: 120
- Профессии: crusader
- Вес: 100
Скрипт
.@r = getrefine();
bonus bDelayrate,-5;
bonus bMatkRate,5;
if (.@r>=7) {
bonus2 bSkillAtk,"LG_RAYOFGENESIS",15;
if (.@r>=9) {
bonus2 bMagicAtkEle,Ele_Neutral,15;
bonus2 bMagicAtkEle,Ele_Holy,15;
bonus bVariableCastrate,-10;
if (.@r>=11) {
bonus2 bSkillAtk,"LG_RAYOFGENESIS",25;
}
}
}