Item Details

Volcano Knife ( Volcano_Knife )

ID 13085 Volcano Knife
Volcano Knife Buy Price: 10 zeny Sell Price: 5 zeny Weight: 20 Slots: Not specified
Type: Weapon item. Sub Type: Dagger Gender: Both Locations: Weapon
Attack: 80 Magic Attack: Not specified Range: Not specified Defense: Not specified
Weapon Level: 4 Armor Level: Not specified Min. Equip Level: 60 Max. Equip Level: Not specified
Refineable: 1 Gradable: Not specified Element: Fire Classes: Not specified

A knife with resistance attributes.
AGI +2, MaxHP -2%.
Increase fire resistance by 2%.
Reduce water resistance by 5%.
When refined to +7 or higher, MaxHP +1%, additional fire resistance by 3%.
For each refine level above +7, additional MaxHP +1%.

Type : Knife Attack : 80
Weight : 20
Weapon Level : 4
Required Level : 60
Class : Swordsman Type/Magician Type/Archer Type/Merchant Type/Thief Type/Soul Linker/Ninja

Not specified

Allowed in player purchase shop: Summons monster: Bind On Equip: Stacking restriction in inventory:
Stacking restriction in cart: Stacking restriction in storage: Stacking restriction in guild storage: Can be dropped:
Can be traded: Can be traded with partner: Can be sold to NPC: Can be placed in the cart:
Can be placed in the storage: Can be placed in guild storage: Can be put in a mail: Can be put in an auction:
Delay:
bonus bAtkEle,Ele_Fire;
bonus bAgi,2;
bonus bMaxHPrate,-2;
bonus2 bSubEle,Ele_Fire,2;
bonus2 bSubEle,Ele_Water,-5;
.@r = getrefine();
if (.@r>=7) {
   bonus bMaxHPrate,.@r-6;
   bonus2 bSubEle,Ele_Fire,3;
}
Not specified
Not specified