Beam Claymore-OSAD [2], двуручный меч (Renewal)
Beam Claymore-OSAD [2] (BEAM_CLAYMORE_AD) – оружие.
![Beam Claymore-OSAD [2], двуручный меч (Renewal) Beam Claymore-OSAD [2], двуручный меч (Renewal)](/images/db/items/picture/600028.png)
Can't be destroyed.
Cri + 10.
If refine rate is 7 or higher, increases attack speed (reduces delay after attack by 10%).
If refine rate is 9 or higher, increases critical damage by 20%, increases Storm Blast damage by 25%.
If refine rate is 11 or higher, increases physical and magical damage against small and medium size enemies by 25%.
Базовые свойства предмета
- ID: 31712
- Код: BEAM_CLAYMORE_AD
- Тип: оружие
- Подтип: двуручный меч
- Уровень оружия: 5
- Атака: 250
- Требуемый уровень: 170
- Профессии: crusader, knight, swordman
- Вес: 180
Скрипт
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bCritical,10;
if (.@r>=7) {
bonus bAspdRate,10;
if (.@r>=9) {
bonus bCritAtkRate,20;
bonus2 bSkillAtk,"RK_STORMBLAST",25;
if (.@r>=11) {
bonus2 bAddSize,Size_Small,25;
bonus2 bMagicAddSize,Size_Small,25;
bonus2 bAddSize,Size_Medium,25;
bonus2 bMagicAddSize,Size_Medium,25;
}
}
}