Thanos Sword
| Item ID | 13441 | Name | Thanos Sword |
|
A sword 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 +100 _______________________ Random chance to absorp 5% damage inflicted into SP. _______________________ Drains 1000 HP when unequipping. _______________________ Type: One-Handed Sword Attack: 150 Weight: 70 Weapon Level: 4 _______________________ Requirement: Base Level 120 Swordman classes |
|---|---|---|---|---|---|
| Weapon Level | 4 | Identifier | Thanos_Sword | ||
| Attack | 150 | Type | Weapon - One-Handed Sword | ||
| MATK | 100 | Equip Locations | Main Hand | ||
| Defense | 0 | Equippable Jobs | Swordman, Knight, Crusader | ||
| Range | 1 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 70 | 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_Crusader) {
.@r = getequiprefinerycnt(EQI_HAND_R);
bonus2 bSkillCooldown,"LG_SHIELDPRESS",-1500;
bonus2 bSkillAtk,"LG_EARTHDRIVE",5*(.@r/2);
bonus2 bSkillAtk,"LG_SHIELDPRESS",5*(.@r/2);
}
|