Mountain Helmet [1], броня (Renewal)
Mountain Helmet [1] (MOUNTAIN_HELMET) – броня.
Helmet to protect the head from falling rocks.
Reduce after cast delay by 10%.
Increase damage of Axe Tornado, Power Swing by 30%
When FAW Silver Sniper Lv.5, guide hit + 50%.
When Axe Boomerang Lv.5, reduce cooltime of Axe Tornado by 0.5s.
When Magma Eruption Lv.5, when performing a physical attack, adds 3% chance to increase Power Swing damage by 10% per base VIT 10.
Per 1 refine level, Reduce incoming fire and earth property damage by 3%.
When refined to +7 or higher, additional Axe Tornado, Power Swing damage + 50%.
When refined to +9 or higher, additional Axe Tornado, Power Swing damage + 70%.
Базовые свойства предмета
- ID: 24165
- Код: MOUNTAIN_HELMET
- Тип: броня
- Уровень брони: 1
- Требуемый уровень: 100
- Цена покупки: 20 з
- Цена продажи: 10 з
- Вес: 50
Скрипт
.@r = getrefine(); bonus bDelayrate,-10; bonus2 bSkillAtk,"NC_AXETORNADO",30; bonus2 bSkillAtk,"NC_POWERSWING",30; bonus2 bSubEle,Ele_Fire,.@r; bonus2 bSubEle,Ele_Earth,.@r; if (getskilllv("NC_SILVERSNIPER") == 5) bonus bPerfectHitAddRate,50; if (getskilllv("NC_AXEBOOMERANG") == 5) bonus2 bSkillCooldown,"NC_AXETORNADO",-500; if (getskilllv("NC_MAGMA_ERUPTION") == 5) autobonus "{ bonus2 bSkillAtk,\"NC_POWERSWING\",10*(readparam(bVit)/10); }",30,10000,BF_WEAPON; if (.@r>=7) { bonus2 bSkillAtk,"NC_AXETORNADO",50; bonus2 bSkillAtk,"NC_POWERSWING",50; } if (.@r>=9) { bonus2 bSkillAtk,"NC_AXETORNADO",70; bonus2 bSkillAtk,"NC_POWERSWING",70; }