Light Blade [2], одноручный меч (Renewal)
Light Blade [2] (LIGHT_BLADE) – оружие.
![Light Blade [2], одноручный меч (Renewal) Light Blade [2], одноручный меч (Renewal)](/images/db/items/picture/500003.png)
A sword of light that is said to have been used by a warrior.
It seems to resonate with Ancient Hero Boots.
MATK + 170.
Matk + 10 per 2 refine rate.
Increases Gloria Domini and Genesis Ray damage by 5% per 3 refine rate.
If refine rate is 9 or higher, reduces variable casting time by 10%.
If refine rate is 11 or higher, increases holy property magical damage by 15%.
When equipped with Ancient Hero Boots, when dealing magical damage, has a chance to gain Int + 20 and Matk + 15% for 7 seconds.
Weapon Lv: 4
Required Lv: 100
Required
Базовые свойства предмета
- ID: 31152
 - Код: LIGHT_BLADE
 - Тип: оружие
 - Подтип: одноручный меч
 - Уровень оружия: 4
 - Атака: 130
 - Магическая атака: 170
 - Требуемый уровень: 100
 - Профессии: crusader
 
- Вес: 100
 
Скрипт
.@r = getrefine();
if (.@r>=2) {
   bonus bMatk,.@r/2*10;
}
if (.@r>=3) {
   bonus2 bSkillAtk,"PA_PRESSURE",5*(.@r/3);
   bonus2 bSkillAtk,"LG_RAYOFGENESIS",.@r/3*5;
}
if (.@r>=9) {
   bonus bVariableCastrate,-10;
}
if (.@r>=11) {
   bonus2 bMagicAtkEle,Ele_Holy,15;
}