Veteran Axe: Difference between revisions
From Revival Ragnarok Online
(Created page with "{{Template:ChangedWeapon |itemName= {{PAGENAME}} |itemId= 1384 |itemSlot= 2 |itemTrade= Yes |itemVend= Yes |itemStore= Yes |itemAtk= 250 |itemEqp = Weapon |classEq= [[Swordsman]...") |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 21: | Line 21: | ||
|itemOther= '''Loki: ''' | |itemOther= '''Loki: ''' | ||
*Increase [[ATK | *Increase [[ATK]] bonus from 10 to 75 | ||
|lokiDrop = *[[Monster:Duneyrr|Duneyrr]] - 20% | |lokiDrop = *[[Monster:Duneyrr|Duneyrr]] - 20% | ||
|script ='''Loki: ''' | |||
|script = | |||
'''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; },{},{} | *{ 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; },{},{} | ||
}} | }} | ||
[[Category:Axe]] |
Latest revision as of 04:44, 26 May 2017
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 ATK bonus from 10 to 75
How To Obtain This Item
Eir
This item is not available on Eir.
Loki
- Duneyrr - 20%
Tyr
This item is not available on Tyr.
Script
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; },{},{}