Patent Oriental Sword [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 damage of Sonic Wave by 10%.
_______________________
Refine Level +7:
Indestructible in battle
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
Refine Level +9:
Random chance to auto-cast Level 2 Sonic Wave when dealing melee physical attacks.
_______________________
Refine Level +11:
Critical +15
Increases Critical Damage by 15%.
_______________________
When equipped with Great Hero's Boots:
STR +10, ATK +7%.
_______________________
Type: Two-Handed Sword
Attack: 240
Weight: 200
Weapon Level: 4
_______________________
Requirement:
Base Level 150
Rune Knight
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(); .@i = max(2,getskilllv("RK_SONICWAVE")); bonus bBaseAtk,.@r/2*15; bonus2 bSkillAtk,"RK_SONICWAVE",.@r/3*10; if (.@r>=7) { bonus bUnbreakableWeapon; bonus bAspdRate,10; } if (.@r>=9) { bonus5 bAutoSpell,"RK_SONICWAVE",.@i,20,BF_SHORT,1; } if (.@r>=11) { bonus bCritical,15; bonus bCritAtkRate,15; }
.@r = getrefine();
.@i = max(2,getskilllv("RK_SONICWAVE"));
bonus bBaseAtk,.@r/2*15;
bonus2 bSkillAtk,"RK_SONICWAVE",.@r/3*10;
if (.@r>=7) {
bonus bUnbreakableWeapon;
bonus bAspdRate,10;
}
if (.@r>=9) {
bonus5 bAutoSpell,"RK_SONICWAVE",.@i,20,BF_SHORT,1;
}
if (.@r>=11) {
bonus bCritical,15;
bonus bCritAtkRate,15;
}