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

Paradise Knight Two-Handed Sword [0]   [Two Handed]   Item ID# 600020 (2Para_T_Sword_KN)
Type
Weapon
Class
Two-handed Sword
Buy
n/a
Sell
n/a
Weight
0
Attack
180
Required Lvl
45
Weapon Lvl
3
Slot
0
Refineable
No
Applicable Jobs
Knight
Description
A two-handed sword made by the Paradise Group.

Critical +10

Base Level at least 60:
ASPD +10% (Decreases after attack delay by 10%).

Base Level at least 75:
Increases damage of Bowling Bash by 10%.

Base Level at least 90:
Increases damage of Bowling Bash by additional 15%.
Item Script
{ bonus bCritical,10; if (BaseLevel>=60) bonus bAspdRate,10; if (BaseLevel>=75) bonus2 bSkillAtk,"KN_BOWLINGBASH",10; if (BaseLevel>=90) bonus2 bSkillAtk,"KN_BOWLINGBASH",15; },{},{}
Dropped By No Result

Paradise Rune Knight Two-Handed Sword [0]   [Two Handed]   Item ID# 600021 (3Para_T_Sword_RK)
Type
Weapon
Class
Two-handed Sword
Buy
n/a
Sell
n/a
Weight
0
Attack
200
Required Lvl
100
Weapon Lvl
4
Slot
0
Refineable
No
Applicable Jobs
Rune Knight
Description
A high-quality two-handed sword made by the Paradise Group.

Critical +15

For each Level of Two-Handed Quicken:
ASPD +1% (Decreases after attack delay by 1%).

Base Level at least 105:
Increases critical damage by 10%.
Increases damage of Ignition Break and Sonic Wave by 25%.

Base Level at least 110:
Critical +15
Increases physical damage against enemies of every size by 15%.

Base Level at least 115:
Increases damage of Ignition Break and Sonic Wave by additional 15%.
Item Script
expand to view script
{ .@a = getskilllv("KN_TWOHANDQUICKEN"); bonus bCritical,15; bonus bAspdRate,1*.@a; if (BaseLevel>=105) { bonus bCritAtkRate,10; bonus2 bSkillAtk,"RK_IGNITIONBREAK",25; bonus2 bSkillAtk,"RK_SONICWAVE",25; if (BaseLevel>=110) { bonus bCritical,15; bonus2 bAddSize,Size_All,15; if (BaseLevel>=115) { bonus2 bSkillAtk,"RK_IGNITIONBREAK",15; bonus2 bSkillAtk,"RK_SONICWAVE",15; } } } },{},{}
Dropped By No Result

Patent Dragonic Slayer [2]   [Two Handed]   Item ID# 21058 (Up_Dragonic_Slayer)
Awakened Dragonic Slayer
Type
Weapon
Class
Two-handed Sword
Buy
n/a
Sell
n/a
Weight
200
Attack
200
Required Lvl
150
Weapon Lvl
4
Slot
2
Applicable Jobs
Rune Knight
Description
A great sword said to have been used by a dragon slayer in the past.
He regained the glory of the past and began to show his abilities.
It seems to resonate with the Great Hero's Boots.

For each 2 refine levels: MaxHP +5%, MaxSP +5%.

For each 3 refine levels:
Increases damage of Dragon Breath and Dragon Breath - Water by 5%.

Refine Level +7:
Decreases after skill cast delay and variable cast time by 10%.

Refine Level +9:
Increases long ranged physical damage by 10%.

Refine Level +11:
MaxSP +5%. Decreases after skill cast delay of all skills by 7%.

When equipped with Great Hero's Boots:
VIT +10. Increases long ranged physical damage by 5%.
Item Script
expand to view script
{ .@r = getrefine(); bonus bMaxHPrate,.@r/2*5; bonus bMaxSPrate,.@r/2*5; bonus2 bSkillAtk,"RK_DRAGONBREATH",.@r/3*5; bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",.@r/3*5; if (.@r>=7) { bonus bDelayrate,-10; bonus bVariableCastrate,-10; } if (.@r>=9) { bonus bLongAtkRate,10; } if (.@r>=11) { bonus bDelayrate,-7; bonus bMaxSPrate,5; } },{},{}
Dropped By No Result

Patent Oriental Sword [2]   [Two Handed]   Item ID# 600009 (Up_Oriental_Sword)
Awakened Onimaru
Type
Weapon
Class
Two-handed Sword
Buy
n/a
Sell
n/a
Weight
200
Attack
240
Required Lvl
150
Weapon Lvl
4
Slot
2
Applicable Jobs
Rune Knight
Description
An ancient sword said has cut many evil souls in eastern.
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:
ASPD +10% (After attack delay -10%).
Indestructible in battle

Refine Level +9:
Random chance to autocast 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%.
Item Script
expand to view 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; } },{},{}
Dropped By No Result

Poenitentia Ensis [2]   [Two Handed]   Item ID# 600014 (Poenitentia_Ensis)
Type
Weapon
Class
Two-handed Sword
Buy
n/a
Sell
n/a
Weight
220
Attack
315
Required Lvl
230
Weapon Lvl
5
Slot
2
Applicable Jobs
Dragon Knight
Description
A sword containing the pain of bereavement.

ATK +10%

Increases damage of Storm Slash by 10%.

For each 2 Refine Levels:
Increases damage of Ignition Break by 3%.

Refine Level +7:
Decreases variable cast time by 10%.

Refine Level +9:
Increases damage of Ignition Break by additional 25%.

Refine Level +11:
Decreases Ignition Break skill cooldown by 0.7 seconds.

[Bonus by Grade]
[Grade D]: Damage of Storm Slash +5%.
[Grade C]: Damage of Storm Slash +8%, P.ATK +1.
[Grade B]: Damage of Storm Slash +12%, POW +2.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bAtkRate,10; bonus2 bSkillAtk,"DK_STORMSLASH",10; bonus2 bSkillAtk,"RK_IGNITIONBREAK",3*(.@r/2); if (.@r>=7) { bonus bVariableCastrate,-10; if (.@r>=9) { bonus2 bSkillAtk,"RK_IGNITIONBREAK",25; if (.@r>=11) { bonus2 bSkillCooldown,"RK_IGNITIONBREAK",-700; } } } if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"DK_STORMSLASH",5; if (.@g >= ENCHANTGRADE_C) { bonus bPAtk,1; bonus2 bSkillAtk,"DK_STORMSLASH",8; if (.@g >= ENCHANTGRADE_B) { bonus bPow,2; bonus2 bSkillAtk,"DK_STORMSLASH",12; } } } },{},{}
Dropped By No Result

back to top