Renewal
.:Renewal Item Database:.
Weapon - Two-handed Sword

Onimaru [2]   [Two Handed]   Item ID# 21019 (Onimaru)
Type
Weapon
Class
Two-handed Sword
Buy
n/a
Sell
n/a
Weight
420
Attack
75
Required Lvl
130
Weapon Lvl
4
Slot
2
Applicable Jobs
Rune Knight
Description
One of five famous swords in eastern country.
It sharpness and handling increase the force of its user.

Every 1 STR increase ATK +1 (applies up to 120 STR).

When base STR is 95 or higher, ATK +40.
When base STR is 108 or higher, ATK +80.
When base STR is 120 or higher, ATK +160.

Refined to +7 or more, has a chance to inflict Curse status on enemies around a 11x11 cells area when dealing physical attacks.

Refined to +9 or more, has a chance of autocasting Level 5 Maximum Power Thrust when using Berserk skill. When Maximum Power Thrust is activated, it will consume 5,000 zeny.
Item Script
expand to view script
{ .@bStr = readparam(bStr); .@r = getrefine(); bonus bBaseAtk,(min(120,.@bStr)); if (.@bStr > 119) bonus bBaseAtk,160; else if (.@bStr > 107) bonus bBaseAtk,80; else if (.@bStr > 94) bonus bBaseAtk,40; if (.@r > 6) bonus bUnbreakableWeapon; bonus4 bAutoSpell,"NPC_WIDECURSE",4,100,0; if (.@r > 8) bonus4 bAutoSpellOnSkill,"LK_BERSERK","BS_OVERTHRUST",5,100; },{},{}
Dropped By No Result

Oriental Sword [2]   [Two Handed]   Item ID# 21038 (Oriental_Sword)
Type
Weapon
Class
Two-handed Sword
Buy
n/a
Sell
n/a
Weight
100
Attack
180
Required Lvl
100
Weapon Lvl
4
Slot
2
Applicable Jobs
Rune Knight
Description
An ancient sword said has cut many evil souls in eastern.
It seems to resonate with the boots of ancient heroes.

Every 2 refine levels: ATK +10.
Every 3 refine levels: Increases Sonic Wave damage by 10%.

Refine Level +9:
Randomly autocasts Level 2 Sonic Wave when dealing melee physical attacks.

Refine Level +11:
Indestructible

When equipped with Ancient Hero Boots:
Randomly increases STR by 20 and ATK by 15% for 7 seconds when dealing physical attack.
Item Script
{ .@r = getrefine(); bonus bBaseAtk,10*(.@r/2); bonus2 bSkillAtk,"RK_SONICWAVE",.@r/3*10; if (.@r >= 9) bonus5 bAutoSpell,"RK_SONICWAVE",max(2,getskilllv("RK_SONICWAVE")),100,BF_SHORT|BF_WEAPON,1; if (.@r >= 11) bonus bUnbreakableWeapon; },{},{}
Dropped By No Result

Oriental Sword-LT [2]   [Two Handed]   Item ID# 600023 (Oriental_Sword_LT)
Type
Weapon
Class
Two-handed Sword
Buy
n/a
Sell
n/a
Weight
200
Attack
240
Required Lvl
190
Weapon Lvl
5
Slot
2
Applicable Jobs
Rune Knight
Description
An improved version of an ancient treasured sword that is said to cut even evil spirits from the East.
Resonates with Hero's Boots-LT.

Indestructible in battle

ATK +5%

Base Level at least 210:
POW +2, P.ATK +1.

For each 2 Refine Levels:
ATK +15

For each 3 Refine Levels:
Increases critical damage by 5%.

Refine Level +7:
Increases damage of Sonic Wave and Storm Blast by 20%.
ASPD +10% (Decreases after attack delay by 10%).

Refine Level +9:
Melee physical attacks have high chance to auto cast Level 2 Sonic Wave.
(If you learned a higher Level, it will auto cast that Level instead.)
Increases damage of Sonic Wave and Storm Blast by additional 20%.

Refine Level +11:
Critical +25
Increases melee and ranged physical damage by 15%.

When equipped with Hero's Boots-LT:
ATK +10%, P.ATK +2.

[Bonus by Grade]
[Grade D]: ATK +3%
[Grade C]: Melee and ranged physical damage +15%. P.ATK +1
[Grade B]: POW +3, P.ATK +2.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bUnbreakableWeapon; bonus bAtkRate,5; if (BaseLevel>=210) { bonus bPAtk,1; bonus bPow,2; } if (.@r>=7) { bonus bAspdRate,10; bonus2 bSkillAtk,"RK_STORMBLAST",20; bonus2 bSkillAtk,"RK_SONICWAVE",20; if (.@r>=9) { bonus2 bSkillAtk,"RK_STORMBLAST",20; bonus2 bSkillAtk,"RK_SONICWAVE",20; if (.@r>=11) { bonus bLongAtkRate,15; bonus bShortAtkRate,15; bonus bCritical,25; } } } if (.@g >= ENCHANTGRADE_D) { bonus bAtkRate,3; if (.@g >= ENCHANTGRADE_C) { bonus bLongAtkRate,15; bonus bShortAtkRate,15; bonus bPAtk,1; if (.@g >= ENCHANTGRADE_B) { bonus bPAtk,2; bonus bPow,3; } } } bonus bBaseAtk,15*(.@r/2); bonus bCritAtkRate,5*(.@r/3); },{},{}
Dropped By No Result

back to top