====== Veteran Axe ====== \\ | **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 | | Equipped On: | Weapon | | Equippable By: | [[wiki:swordsman]] Class, [[wiki: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 [[wiki:smith_dagger]], ATK + 10 * If the player has mastered [[wiki:smith_sword]], ATK + 10 * If the player has mastered [[wiki:smith_two_handed_sword|Smith Two-Handed Sword]], ATK + 10 * If the player has mastered [[wiki:smith_brass_knuckle]], ATK + 10 * If the player has mastered [[wiki:smith_spear]], ATK + 10 * If the player has mastered [[wiki:smith_axe]], ATK + 10 * If the player has mastered [[wiki:smith_mace]], ATK + 10 * [[wiki:vit]] + 2 ===== Changes Made To This Item ===== **Loki: ** * Increase [[wiki:atk]] bonus from 10 to 75 \\ ===== How To Obtain This Item ===== === Eir === This item is not available on Eir. === Loki === * [[wiki:monster_duneyrr|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; },{},{}