Renewal
.:Renewal Item Database:.
Weapon - Dagger

Underworld Knife [2]   [One Hand]   Item ID# 510091 (Underworld_Knife)
Type
Weapon
Class
Dagger
Buy
n/a
Sell
n/a
Weight
100
Attack
180
Required Lvl
215
Weapon Lvl
5
Slot
2
Applicable Jobs
Wind Hawk
Description
A dagger with strong power crafted from hell.

ATK +5%, CON +2
Increases damage of Flame Trap and Solid Trap by 5%.

Refine Level +5:
Increases damage of Flame Trap and Solid Trap by additional 10%.

Refine Level +7:
Increases melee physical damage by 5%.

Refine Level +9:
Increases damage of Flame Trap and Solid Trap by additional 10%.

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

Refine Level +11:
Increases damage of Flame Trap and Solid Trap by additional 5%.
Increases damage of Swift Trap and Deep Blind Trap by 15%.

[Bonus by Grade]
[Grade D]: melee physical damage +10%.
[Grade C]: Physical Damage against enemies of every size +10%.
[Grade B]: Physical Damage against enemies of every race +10%.
[Grade A]: Physical Damage against enemies of every element +10%.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bAtkRate,5; bonus bCon,2; bonus2 bSkillAtk,"WH_SOLIDTRAP",5; bonus2 bSkillAtk,"WH_FLAMETRAP",5; if (.@r>=5) { bonus2 bSkillAtk,"WH_SOLIDTRAP",10; bonus2 bSkillAtk,"WH_FLAMETRAP",10; if (.@r>=7) { bonus bShortAtkRate,5; if (.@r>=9) { bonus2 bSkillAtk,"WH_SOLIDTRAP",10; bonus2 bSkillAtk,"WH_FLAMETRAP",10; if (.@r>=10) { bonus bVariableCastrate,-10; if (.@r>=11) { bonus2 bSkillAtk,"WH_DEEPBLINDTRAP",15; bonus2 bSkillAtk,"WH_SWIFTTRAP",15; bonus2 bSkillAtk,"WH_SOLIDTRAP",5; bonus2 bSkillAtk,"WH_FLAMETRAP",5; } } } } } if (.@g>=ENCHANTGRADE_D) { bonus bShortAtkRate,10; if (.@g>=ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; if (.@g>=ENCHANTGRADE_B) { bonus2 bAddSize,Size_All,10; if (.@g>=ENCHANTGRADE_A) { bonus2 bAddEle,Ele_All,10; } } } } },{},{}
Dropped By No Result

Unity Dagger [1]   [One Hand]   Item ID# 13457 (Union_Dagger)
Dagger of Solidarity
Type
Weapon
Class
Dagger
Buy
20z
Sell
10z
Weight
27
Attack
52
Weapon Lvl
3
Slot
1
Applicable Jobs
Novice
Swordman
Merchant
Thief
Knight
Blacksmith
Assassin
Supernovice
Crusader
Rogue
Alchemist
Description
A certified kingdom equipment for adventurer.
Increase ATK by (Refine*Refine*1.25)
Item Script
{ bonus bBaseAtk,pow(getrefine(),2)*125/100; },{},{}
Dropped By No Result

Upg Dagger [1]   [One Hand]   Item ID# 13071 (Upg_Dagger)
Upgrade Dagger
Type
Weapon
Class
Dagger
Buy
20z
Sell
10z
Weight
60
Attack
55
Weapon Lvl
3
Slot
1
Applicable Jobs
Novice
Swordman
Mage
Archer
Merchant
Thief
Knight
Wizard
Blacksmith
Hunter
Assassin
Supernovice
Crusader
Sage
Rogue
Alchemist
Bard / Dancer
Soul Linker
Ninja
Kagerou / Oboro
Description
Dagger that is coated by Oridecon and Gold with perfect level.
For each refine level, ATK +10 and MATK +5.
Additional ATK +5 for every 10 Base Level after level 70.
Item Script
{ .@r = getrefine(); bonus bBaseAtk,(.@r*10); bonus bMatk,(.@r*5); if (BaseLevel>70) bonus bBaseAtk,(((BaseLevel-70)/10)*5); },{},{}
Dropped By No Result

back to top