Thanos Axe
| Item ID | 28100 | Name | Thanos Axe |
|
An axe sculpted from Gray Shard to counter Magic Sword Tartanos.
It offers incredible power and magic at a great cost. _______________________ INT +6 VIT +6 LUK -6 MATK +80 _______________________ Adds a low chance of regaining HP and SP from 5% of your damage inflicted when dealing physical damage. _______________________ Drains 100 HP every 10 seconds. Drains 1,000 HP when unequipping. _______________________ Indestructible in battle _______________________ Type: Two-Handed Axe Attack: 300 Weight: 400 Weapon Level: 4 _______________________ Requirement: Base Level 120 Swordsman and Merchant |
|---|---|---|---|---|---|
| Weapon Level | 4 | Identifier | Thanos_Axe | ||
| Attack | 300 | Type | Weapon - Two-Handed Axe | ||
| MATK | 80 | Equip Locations | Two-Handed | ||
| Defense | 0 | Equippable Jobs | Swordman, Merchant, Knight, Blacksmith, Crusader, Alchemist | ||
| Range | 1 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 400 | Min Equip Level | 120 | ||
| NPC Buy | 10 | Max Equip Level | None | ||
| NPC Sell | 5 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
bonus bInt,6; bonus bVit,6; bonus bLuk,-6; bonus2 bHPDrainRate,50,5; bonus2 bSPDrainRate,10,5; bonus2 bHPLossRate,100,10000; |
||||
| Unequip Script |
heal -1000,0; |
||||
|---|---|---|---|---|---|
| Set | Script | ||||
|---|---|---|---|---|---|
|
if (eaclass()&EAJL_THIRD && BaseJob == Job_Blacksmith) {
.@r = getequiprefinerycnt(EQI_HAND_R);
bonus2 bSkillCooldown,"NC_AXETORNADO",-1000;
bonus2 bSkillAtk,"NC_POWERSWING",5*(.@r/2);
bonus2 bSkillAtk,"NC_AXETORNADO",5*(.@r/2);
}
|