ID #510091
Weapon
Underworld Knife [2]
Buy Price: N/A
Sell Price: N/A
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 Casting 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%.
_______________________
Type: Dagger
Attack: 180
Weight: 100
Weapon Level: 5
_______________________
Requirement:
Base Level 215
Windhawk
_______________________
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 Casting 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%.
_______________________
Type: Dagger
Attack: 180
Weight: 100
Weapon Level: 5
_______________________
Requirement:
Base Level 215
Windhawk
Equipment Reform
Available through the reform system Injustice_Weapon_Hammer
- Blacksmith Blessing × 14
Available through the reform system Plus7_Refine_NPC
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Weapon
Weight
1000
Range
1
Acquisition method
Equipment reform
Job Requirements
Hunter
Yes
Requirements
Weapon Level
5
Min Level
215
Scripts
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 bAddRace,RC_All,10; if (.@g>=ENCHANTGRADE_A) { bonus2 bAddEle,Ele_All,10; } } } }
.@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 bAddRace,RC_All,10;
if (.@g>=ENCHANTGRADE_A) {
bonus2 bAddEle,Ele_All,10;
}
}
}
}