Patent Shiver Katar [2]
He recovered his former glory and began to display his natural abilities.
It resonates with Great Hero's Boots.
_______________________
For each 2 Refine Levels:
ATK +15
_______________________
For each 3 Refine Levels:
Increases Critical Damage by 4%.
_______________________
Refine Level +7:
Increases Critical Damage by additional 15%.
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
Refine Level +9:
Increases Physical Damage against enemies of Demi-Human and Brute race by 25%.
_______________________
Refine Level +11:
Critical +15
Decreases Dark Claw skill cooldown by 10 sec.
_______________________
When equipped with Great Hero's Boots:
AGI +10
Increases Melee Physical Damage by 5%.
_______________________
Type: Katar
Attack: 225
Weight: 140
Weapon Level: 4
_______________________
Requirement:
Base Level 150
Guillotine Cross
Available from boxes
Equipment Reform
Available through the reform system C_Weapon_Reform_1
Available through the reform system C_Weapon_Reform_2
Available through the reform system C_Weapon_Reform_3
Available through the reform system Hero_Weapon_Up_Box_5
Basic Information
Job Requirements
Requirements
Scripts
Script .@r = getrefine(); bonus bBaseAtk,.@r/2*15; bonus2 bSkillAtk,"GC_CROSSIMPACT",.@r/3*10; if (.@r>=7) { bonus bCritAtkRate,15; bonus bAspdRate,10; } if (.@r>=9) { bonus2 bAddRace,RC_Brute,25; bonus2 bAddRace,RC_DemiHuman,25; bonus2 bAddRace,RC_Player_Human,25; bonus2 bAddRace,RC_Player_Doram,25; } if (.@r>=11) { bonus bCritical,15; bonus2 bSkillCooldown,"GC_DARKCROW",-10000; }
.@r = getrefine();
bonus bBaseAtk,.@r/2*15;
bonus2 bSkillAtk,"GC_CROSSIMPACT",.@r/3*10;
if (.@r>=7) {
bonus bCritAtkRate,15;
bonus bAspdRate,10;
}
if (.@r>=9) {
bonus2 bAddRace,RC_Brute,25;
bonus2 bAddRace,RC_DemiHuman,25;
bonus2 bAddRace,RC_Player_Human,25;
bonus2 bAddRace,RC_Player_Doram,25;
}
if (.@r>=11) {
bonus bCritical,15;
bonus2 bSkillCooldown,"GC_DARKCROW",-10000;
}