Paradise Rune Knight Lance, двуручное копьё (Renewal)
Paradise Rune Knight Lance (3PARA_LANCE_RK) – оружие.

Can't be refined.
Atk + 5%, reduces global cooldown by 3% per each level of Dragon Training user learned.
If the user's base level is 105 or higher, reduces variable casting time by 10%, increases Dragon Breath, Dragon Breath - Water and Hundred Spears damage by 25%.
If the user's base level is 110 or higher, reduces skill cooldown of Hundred Spears by 2 seconds, increases physical damage against all size enemies by 15%.
If the user's base level is 115 or higher, increases Dragon Breath, Dragon Breath - Water and Hundred Spears damage by additional 15%.
Базовые свойства предмета
- ID: 31797
- Код: 3PARA_LANCE_RK
- Тип: оружие
- Подтип: двуручное копьё
- Уровень оружия: 4
- Атака: 200
- Требуемый уровень: 100
- Профессии: knight
- Вес: 1
Скрипт
.@a = getskilllv("RK_DRAGONTRAINING");
bonus bAtkRate,5;
bonus bDelayrate,-3*.@a;
if (BaseLevel>=105) {
bonus bVariableCastrate,-10;
bonus2 bSkillAtk,"RK_DRAGONBREATH",25;
bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",25;
bonus2 bSkillAtk,"RK_HUNDREDSPEAR",25;
if (BaseLevel>=110) {
bonus2 bSkillCooldown,"RK_HUNDREDSPEAR",-2000;
bonus bLongAtkRate,15;
if (BaseLevel>=115) {
bonus2 bSkillAtk,"RK_DRAGONBREATH",15;
bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",15;
bonus2 bSkillAtk,"RK_HUNDREDSPEAR",15;
}
}
}