Ray Knuckle [2], кастет (Renewal)
Ray Knuckle [2] (RAY_KNUCKLE) – оружие.
![Ray Knuckle [2], кастет (Renewal) Ray Knuckle [2], кастет (Renewal)](/images/db/items/picture/560002.png)
Knuckle with a blade of shining ore found in a meteorite.
It seems to resonate with Ancient Hero Boots.
Atk + 10 per 2 refine rate.
Increases Tiger Cannon damage by 4% per 3 refine rate.
If refine rate is 9 or higher, increases Tiger Cannon damage by additional 15%.
If refine rate is 11 or higher, reduces cooldown of Tiger Cannon by 1 second.
When equipped with Ancient Hero Boots, when dealing physical damage, has a chance to gain Str + 20 and Atk + 15% for 7 seconds.
Weapon Lv: 4
Required Lv: 100
Required
Скрипт
.@r = getrefine();
bonus bBaseAtk,.@r/2*10;
bonus2 bSkillAtk,"SR_TIGERCANNON",.@r/3*4;
if (.@r>=9) {
bonus2 bSkillAtk,"SR_TIGERCANNON",15;
}
if (.@r>=11) {
bonus2 bSkillCooldown,"SR_TIGERCANNON",-1000;
}