Vanishing Cannon Booster Spear, одноручное копьё (Renewal)
Vanishing Cannon Booster Spear (BC_B_SPEAR) – оружие.

Can't be refined by normal means.
Atk + 2%.
Atk + 3 per refine rate.
Atk + 3 per 15 base level (up to level 195).
If refine rate is 7 or higher, increases attack speed (reduces delay after attack by 1%) per each level of Spear Quicken user learned.
If refine rate is 9 or higher, ASPD + 1, increases Vanishing Point and Cannon Spear damage by 25%.
If refine rate is 11 or higher, increases physical damage against all size enemies by 15%, increases long ranged physical damage by 15%
If refine rate is 13 or higher, increases Vanishing Point and Cannon Spear damage by additional 15%.
Базовые свойства предмета
- ID: 31319
- Код: BC_B_SPEAR
- Тип: оружие
- Подтип: одноручное копьё
- Уровень оружия: 4
- Атака: 200
- Требуемый уровень: 100
- Профессии: crusader
- Вес: 1
Скрипт
.@r = getrefine(); bonus bAtkRate,2; bonus bBaseAtk,3*.@r; bonus bBaseAtk,3*(min(BaseLevel,195)/15); if (.@r>=7) { bonus bAspdRate,getskilllv("CR_SPEARQUICKEN"); } if (.@r>=9) { bonus bAspd,1; bonus2 bSkillAtk,"LG_OVERBRAND",25; bonus2 bSkillAtk,"LG_BANISHINGPOINT",25; bonus2 bSkillAtk,"LG_CANNONSPEAR",25; } if (.@r>=11) { bonus2 bAddSize,Size_All,15; bonus bLongAtkRate,15; bonus bShortAtkRate,15; } if (.@r>=13) { bonus2 bSkillAtk,"LG_OVERBRAND",15; bonus2 bSkillAtk,"LG_BANISHINGPOINT",15; bonus2 bSkillAtk,"LG_CANNONSPEAR",15; }