ID #21049
Weapon
Sealed Eastern Sword [2]
Buy Price: N/A
Sell Price: N/A
An ancient sword said has cut many eastern demons.
_______________________
For each 2 Refine Levels:
ATK +10
_______________________
For each 3 Refine Levels:
Increases damage of Sonic Wave by 10%.
_______________________
Refine Level +7:
Random chance to auto-cast Level 2 Sonic Wave when dealing physical damage.
(Or activates higher skill Level based on wielder's learned skill Level.)
_______________________
Refine Level +9:
Indestructible in battle
_______________________
Type: Two-Handed Sword
Attack: 180
Weight: 0
Weapon Level: 4
_______________________
Requirement:
Base Level 99
Rune Knight
_______________________
For each 2 Refine Levels:
ATK +10
_______________________
For each 3 Refine Levels:
Increases damage of Sonic Wave by 10%.
_______________________
Refine Level +7:
Random chance to auto-cast Level 2 Sonic Wave when dealing physical damage.
(Or activates higher skill Level based on wielder's learned skill Level.)
_______________________
Refine Level +9:
Indestructible in battle
_______________________
Type: Two-Handed Sword
Attack: 180
Weight: 0
Weapon Level: 4
_______________________
Requirement:
Base Level 99
Rune Knight
Basic Information
Type
Weapon
Range
1
Job Requirements
Knight
Yes
Requirements
Weapon Level
4
Min Level
99
Scripts
Script .@r = getrefine(); bonus bBaseAtk,10*(.@r/2); bonus2 bSkillAtk,"RK_SONICWAVE",10*(.@r/3); if (.@r>=7) { bonus5 bAutoSpell,"RK_SONICWAVE",max(2,getskilllv("RK_SONICWAVE")),100,BF_SHORT|BF_WEAPON,1; } if (.@r>=9) { bonus bUnbreakableWeapon; }
.@r = getrefine();
bonus bBaseAtk,10*(.@r/2);
bonus2 bSkillAtk,"RK_SONICWAVE",10*(.@r/3);
if (.@r>=7) {
bonus5 bAutoSpell,"RK_SONICWAVE",max(2,getskilllv("RK_SONICWAVE")),100,BF_SHORT|BF_WEAPON,1;
}
if (.@r>=9) {
bonus bUnbreakableWeapon;
}