Veteran Axe
From Revival Ragnarok Online
This item's information has been altered on one of the servers. Please see the "Changes" section shown below to read details about this change. |
Veteran Axe | |
ID: | 1384 |
---|---|
Tradable: | Yes |
Storage-able: | Yes |
Vendable: | Yes |
Attack: | 250 |
Slots: | 2 |
Weapon Level: | 0 |
Equipped On: | Weapon |
Equippable By: | Swordsman Class, Merchant Class |
Required Level: | 80 |
Item Description
An axe crafted by a man using an ore given by the ancient god of smithing.
It is said that only one skilled in metalworking can properly wield this axe.
- If the player has mastered Smith Dagger, ATK + 10
- If the player has mastered Smith Sword, ATK + 10
- If the player has mastered Smith Two-Handed Sword, ATK + 10
- If the player has mastered Smith Brass Knuckle, ATK + 10
- If the player has mastered Smith Spear, ATK + 10
- If the player has mastered Smith Axe, ATK + 10
- If the player has mastered Smith Mace, ATK + 10
- VIT + 2
Changes Made To This Item
Loki:
- Increase Attack bonus from 10 to 75
How To Obtain This Item
Eir
Unknown
Loki
- Duneyrr - 20%
Tyr
Unknown
Script
Eir/Tyr:
- Unknown
Loki:
- { if(getskilllv("BS_DAGGER")==3) { bonus bBaseAtk,75; } if(getskilllv("BS_SWORD")==3) { bonus bBaseAtk,75; } if(getskilllv("BS_TWOHANDSWORD")==3) { bonus bBaseAtk,75; } if(getskilllv("BS_KNUCKLE")==3) { bonus bBaseAtk,75; } if(getskilllv("BS_SPEAR")==3) { bonus bBaseAtk,75; } if(getskilllv("BS_AXE")==3) { bonus bBaseAtk,75; } if(getskilllv("BS_MACE")==3) { bonus bBaseAtk,75; } bonus bVit,2; },{},{}