Awakened Old King's Double Edge [1], катар (Renewal)
Awakened Old King's Double Edge [1] (KINGS_DOUBLE_EDGE_A) – оружие.
Can't be refined by normal means.
Atk + 2%.
Atk + 3 per refine rate.
Atk + 3 per 15 base level (up to level 195).
If refine rate is 7 or higher, reduces global cooldown by 1% per 2 level of Katar Mastery user learned.
If refine rate is 9 or higher, increases melee physical damage by 10%, increases Meteor Assault and Counter Slash damage by 25%.
If refine rate is 11 or higher, reduces global cooldown by additional 10%, increases physical damage against all size enemies by 15%.
If refine rate is 13 or higher, increases Meteor Assault and Counter Slash damage by additional 15%.
Скрипт
.@r = getrefine(); .@b = BaseLevel; if (.@r>=9) .@b *= 3; else if (.@r>=7) .@b *= 2; bonus2 bSubRace,RC_Player_Human,30; bonus2 bSkillAtk,"GC_CROSSIMPACT",.@b; bonus2 bSkillAtk,"GC_CROSSRIPPERSLASHER",.@b; bonus2 bSkillAtk,"GC_ROLLINGCUTTER",.@b; if (.@r>=10) { bonus bDefRatioAtkClass,Class_All; bonus2 bSkillCooldown,"GC_ROLLINGCUTTER",-200; }