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

Poenitentia Ligula [2]   [One Hand]   Item ID# 500020 (Poenitentia_Ligula)
Type
Weapon
Class
One-handed Sword
Buy
n/a
Sell
n/a
Weight
180
Attack
185
Required Lvl
230
Weapon Lvl
5
Slot
2
Applicable Jobs
Biolo
Description
A sword containing the pain of bereavement.

ATK +10%

Increases damage of Acidified Zone (Fire/Water/Wind/Ground) by 10%.

For each 2 Refine Levels:
Increases damage of Cart Cannon by 3%.

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

Refine Level +9:
Increases damage of Cart Cannon by additional 25%.

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

[Bonus by Grade]
[Grade D]: Damage of Acidified Zone (Fire/Wind) +5%.
[Grade C]: Damage of Acidified Zone (Water/Ground) +8%, P.ATK +1.
[Grade B]: Damage of Acidified Zone (Fire/Water/Wind/Ground) +10%, POW +2.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bAtkRate,10; bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_WIND",10; bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_FIRE",10; bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_WATER",10; bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_GROUND",10; bonus2 bSkillAtk,"GN_CARTCANNON",3*(.@r/2); if (.@r>=7) { bonus bVariableCastrate,-10; if (.@r>=9) { bonus2 bSkillAtk,"GN_CARTCANNON",25; if (.@r>=11) { bonus bLongAtkRate,10; } } } if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_WIND",5; bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_FIRE",5; if (.@g >= ENCHANTGRADE_C) { bonus bPAtk,1; bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_WATER",8; bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_GROUND",8; if (.@g >= ENCHANTGRADE_B) { bonus bPow,2; bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_WIND",10; bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_FIRE",10; bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_WATER",10; bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_GROUND",10; } } } },{},{}
Dropped By No Result

Poenitentia Orbis [2]   [One Hand]   Item ID# 500046 (Poenitentia_Orbis)
Type
Weapon
Class
One-handed Sword
Buy
n/a
Sell
n/a
Weight
160
Attack
260
Required Lvl
230
Weapon Lvl
5
Slot
2
Description
A one-handed sword filled with the pain of bereavement.

ATK +5%

Increases damage of Shield Chain Rush and Double Bowling Bash by 10%.

For each 2 Refine Levels:
Increases damage of Shield Boomerang and Backstab by 3%.

Refine Level +7:
ASPD +20% (Decreases after attack delay by 20%).

Refine Level +9:
Increases damage of Shield Boomerang and Backstab by additional 25%.

Refine Level +9:
Increases physical damage against enemies of every size by 15%.

[Bonus by Grade]
[Grade D]: Damage of Shield Chain Rush and Double Bowling Bash +5%
[Grade C]: Damage of Shield Chain Rush and Double Bowling Bash +3%. P.ATK +1
[Grade B]: Damage of Shield Chain Rush and Double Bowling Bash +5%. POW +1
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bAtkRate,5; bonus2 bSkillAtk,"HN_DOUBLEBOWLINGBASH",10+3*(.@r/2); bonus2 bSkillAtk,"HN_SHIELD_CHAIN_RUSH",10+3*(.@r/2); if (.@r>=7) { bonus bAspdRate,20; if (.@r>=9) { bonus2 bSkillAtk,"HN_DOUBLEBOWLINGBASH",25; bonus2 bSkillAtk,"HN_SHIELD_CHAIN_RUSH",25; if (.@r>=11) { bonus2 bAddSize,Size_All,15; } } } if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"HN_DOUBLEBOWLINGBASH",5; bonus2 bSkillAtk,"HN_SHIELD_CHAIN_RUSH",5; if (.@g >= ENCHANTGRADE_C) { bonus bPAtk,1; bonus2 bSkillAtk,"HN_DOUBLEBOWLINGBASH",3; bonus2 bSkillAtk,"HN_SHIELD_CHAIN_RUSH",3; if (.@g >= ENCHANTGRADE_B) { bonus bPow,1; bonus2 bSkillAtk,"HN_DOUBLEBOWLINGBASH",5; bonus2 bSkillAtk,"HN_SHIELD_CHAIN_RUSH",5; } } } },{},{}
Dropped By No Result

Pressure Genesis Booster Sword [0]   [One Hand]   Item ID# 500015 (PG_B_Sword)
Type
Weapon
Class
One-handed Sword
Buy
n/a
Sell
n/a
Weight
0
Attack
150
Required Lvl
100
Weapon Lvl
4
Slot
0
Applicable Jobs
Royal Guard
Description
A One-Handed Sword designed to help adventurers grow.

Cannot be refined normally.

MATK +180

MATK +2%

For each Refine Level:
MATK +3

For each 15 Base Level:
MATK +3 (Applies up to Base Level 195)

Refine Level +7:
For each Level of Faith:
Increases magical damage with Holy element by 1%.

Refine Level +9:
Decreases variable cast time by 10%.
Increases damage of Pressure and Genesis Ray by 25%.

Refine Level +11:
Increases magical damage against enemies of every size by 15%.
Increases magical damage with Holy element by additional 15%.

Refine Level +13:
Increases damage of Pressure and Genesis Ray by additional 15%.
Item Script
expand to view script
{ .@r = getrefine(); bonus bMatkRate,2; bonus bMatk,180; bonus bMatk,3*.@r; bonus bMatk,3*(min(BaseLevel,195)/15); if (.@r>=7) { bonus2 bMagicAtkEle,Ele_Holy,getskilllv("CR_TRUST"); } if (.@r>=9) { bonus bVariableCastrate,-10; bonus2 bSkillAtk,"LG_RAYOFGENESIS",25; bonus2 bSkillAtk,"PA_PRESSURE",25; } if (.@r>=11) { bonus2 bMagicAddSize,Size_All,15; bonus2 bMagicAtkEle,Ele_Holy,15; } if (.@r>=13) { bonus2 bSkillAtk,"LG_RAYOFGENESIS",15; bonus2 bSkillAtk,"PA_PRESSURE",15; } },{},{}
Dropped By No Result

Priest Sword [3]   [One Hand]   Item ID# 13428 (Priest_Sword)
Frist Sword
Type
Weapon
Class
One-handed Sword
Buy
20z
Sell
10z
Weight
120
Attack
170
Required Lvl
50
Weapon Lvl
4
Slot
3
Applicable Jobs
Swordman
Merchant
Thief
Knight
Blacksmith
Assassin
Crusader
Rogue
Alchemist
Description
A sword that named after Valkyrie 'Frist'.

When equipped with Red Wing Hat:
HIT +10. Increases physical damage against Demihuman by 10%.

When equipped with Odin's Blessing:
MaxSP +50. Increases damage of Bowling Bash by 5%.
Item Script
{},{},{}
Dropped By No Result

< 12
back to top