Paradise Sura Claw, кастет (Renewal)
Paradise Sura Claw (3PARA_CLAW_SR) – оружие.

Can't be refined.
Atk + 5%, increases long ranged physical damage by 2% per each level of Summon Spirit Sphere user learned.
If the user's base level is 105 or higher, reduces skill cooldown of Rampage Blast by 1 second, increases Rampage Blast and Knuckle Arrow 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 Rampage Blast and Knuckle Arrow damage by additional 15%.
Скрипт
.@a = getskilllv("MO_CALLSPIRITS");
bonus bAtkRate,5;
bonus bLongAtkRate,2*.@a;
if (BaseLevel>=105) {
bonus2 bSkillCooldown,"SR_RAMPAGEBLASTER",-1000;
bonus2 bSkillAtk,"SR_RAMPAGEBLASTER",25;
bonus2 bSkillAtk,"SR_KNUCKLEARROW",25;
if (BaseLevel>=110) {
bonus bDelayrate,-10;
bonus2 bAddSize,Size_All,15;
if (BaseLevel>=115) {
bonus2 bSkillAtk,"SR_RAMPAGEBLASTER",15;
bonus2 bSkillAtk,"SR_KNUCKLEARROW",15;
}
}
}