Paradise Ranger Crossbow, лук (Renewal)
Paradise Ranger Crossbow (3PARA_BOW2_RA) – оружие.

Can't be refined.
Atk + 5%, increases attack speed (reduces delay after attack by 1%) per each level of Vulture's Eye user learned.
If the user's base level is 105 or higher, reduces skill cooldown of Aimed Bolt by 1 second, increases Focused Arrow Strike and Aimed Bolt damage by 25%.
If the user's base level is 110 or higher, reduces global cooldown by 10%, increases physical damage against all size enemies by 15%.
If the user's base level is 115 or higher, increases Focused Arrow Strike and Aimed Bolt damage by additional 15%.
Скрипт
.@a = getskilllv("AC_VULTURE");
bonus bAtkRate,5;
bonus bAspdRate,.@a;
if (BaseLevel>=105) {
bonus2 bSkillCooldown,"RA_AIMEDBOLT",-1000;
bonus2 bSkillAtk,"SN_SHARPSHOOTING",25;
bonus2 bSkillAtk,"RA_AIMEDBOLT",25;
if (BaseLevel>=110) {
bonus bDelayrate,-10;
bonus2 bAddSize,Size_All,15;
if (BaseLevel>=115) {
bonus2 bSkillAtk,"SN_SHARPSHOOTING",15;
bonus2 bSkillAtk,"RA_AIMEDBOLT",15;
}
}
}