Ray Knuckle-LT [2], кастет (Renewal)
Ray Knuckle-LT [2] (RAY_KNUCKLE_LT) – оружие.
![Ray Knuckle-LT [2], кастет (Renewal) Ray Knuckle-LT [2], кастет (Renewal)](/images/db/items/picture/560027.png)
Atk + 5%.
If the user's base level is 210 or higher, POW + 2, P.Atk + 1.
Atk + 15 per 2 refine rate.
Increases Tiger Cannon damage by 4% per 3 refine rate.
If refine rate is 7 or higher, increases Tiger Cannon damage by additional 25%, increase Gates of Hell damage by 30%.
If refine rate is 9 or higher, reduces skill cooldown of Tiger Cannon by 1 second, increases melee and long ranged physcial damage by 10%.
If refine rate is 11 or higher, MaxHP + 10%, increase Gates of Hell damage by additional 15%.
When equipped with Hero Boots-LT, Atk + 10%, P.Atk + 2.
[Bonus by grade]
[Grade D] Atk + 3%.
[Grade C] Increases melee and long ranged physical damage by 15%, P.Atk + 1.
[Grade B] POW + 3, P.Atk + 2.
Скрипт
.@g = getenchantgrade();
.@r = getrefine();
bonus bAtkRate,5;
if (BaseLevel>=210) {
bonus bPAtk,1;
bonus bPow,2;
}
if (.@r>=7) {
bonus2 bSkillAtk,"SR_GATEOFHELL",30;
bonus2 bSkillAtk,"SR_TIGERCANNON",25;
if (.@r>=9) {
bonus bLongAtkRate,10;
bonus bShortAtkRate,10;
bonus2 bSkillCooldown,"SR_TIGERCANNON",-1000;
if (.@r>=11) {
bonus bMaxHPrate,10;
bonus2 bSkillAtk,"SR_GATEOFHELL",15;
}
}
}
if (.@g >= ENCHANTGRADE_D) {
bonus bAtkRate,3;
if (.@g >= ENCHANTGRADE_C) {
bonus bLongAtkRate,15;
bonus bShortAtkRate,15;
bonus bPAtk,1;
if (.@g >= ENCHANTGRADE_B) {
bonus bPAtk,2;
bonus bPow,3;
}
}
}
bonus bBaseAtk,15*(.@r/2);
bonus2 bSkillAtk,"SR_TIGERCANNON",4*(.@r/3);