Patent Blade 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 Attack Speed (decreases After Attack Delay by 4%).
_______________________
Refine Level +7:
Increases damage of Rolling Cutter and Cross Ripper Slasher by 25%.
_______________________
Refine Level +9:
Decreases After Skill Delay by 12%.
_______________________
Refine Level +11:
Increases melee and long Ranged Physical Damage by 10%.
_______________________
When equipped with Great Hero's Boots:
STR +10, ATK +7%.
_______________________
Type: Katar
Attack: 275
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; bonus bAspdRate,(.@r*2/3); if (.@r>=7) { bonus2 bSkillAtk,"GC_ROLLINGCUTTER",25; bonus2 bSkillAtk,"GC_CROSSRIPPERSLASHER",25; } if (.@r>=9) { bonus bDelayrate,-12; } if (.@r>=11) { bonus bShortAtkRate,10; bonus bLongAtkRate,10; }
.@r = getrefine();
bonus bBaseAtk,.@r/2*15;
bonus bAspdRate,(.@r*2/3);
if (.@r>=7) {
bonus2 bSkillAtk,"GC_ROLLINGCUTTER",25;
bonus2 bSkillAtk,"GC_CROSSRIPPERSLASHER",25;
}
if (.@r>=9) {
bonus bDelayrate,-12;
}
if (.@r>=11) {
bonus bShortAtkRate,10;
bonus bLongAtkRate,10;
}