Shiver Katar-LT [2], катар (Renewal)
Shiver Katar-LT [2] (SHIVER_KATAR_K_LT) – оружие.
![Shiver Katar-LT [2], катар (Renewal) Shiver Katar-LT [2], катар (Renewal)](/images/db/items/picture/610033.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 critical damage by 5% per 3 refine rate.
If refine rate is 7 or higher, increases Cross Impact damage by 20%, increases attack speed (reduces delay after attack by 10%).
If refine rate is 9 or higher, increases Cross Impact damage by additional 25%, increases physical damage against demihuman, brute and dragon race enemies by 25%.
If refine rate is 11 or higher, Cri + 15, reduces skill cooldown of Dark Claw by 10 seconds.
When equipped with Hero Boots-LT, Atk + 10%, P.Atk + 2.
[Bonus by grade]
[Grade D] Atk + 3%.
[Grade C] Increases melee 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) { bonus bAspdRate,10; bonus2 bSkillAtk,"GC_CROSSIMPACT",20; if (.@r>=9) { bonus2 bAddRace,RC_Brute,25; bonus2 bAddRace,RC_Dragon,25; bonus2 bAddRace,RC_DemiHuman,25; bonus2 bSkillAtk,"GC_CROSSIMPACT",25; if (.@r>=11) { bonus bCritical,15; bonus2 bSkillCooldown,"GC_DARKCROW",-10000; } } } if (.@g >= ENCHANTGRADE_D) { bonus bAtkRate,3; if (.@g >= ENCHANTGRADE_C) { bonus bShortAtkRate,15; bonus bPAtk,1; if (.@g >= ENCHANTGRADE_B) { bonus bPAtk,2; bonus bPow,3; } } } bonus bBaseAtk,15*(.@r/2); bonus bCritAtkRate,5*(.@r/3);