Thanos Staff
| Item ID | 1669 | Name | Thanos Staff |
|
A staff 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 +200 _______________________ Healing skills increased by 15%. _______________________ Magical attacks have a chance to restore HP and SP. _______________________ Drains 100 HP every 10 seconds. _______________________ When unequipping, drain 1000 HP. _______________________ Type: One-Handed Staff Attack: 100 Weight: 100 Weapon Level: 4 _______________________ Requirement: Base Level 120 Magician and Acolyte |
|---|---|---|---|---|---|
| Weapon Level | 4 | Identifier | Thanos_Staff | ||
| Attack | 100 | Type | Weapon - Staff | ||
| MATK | 200 | Equip Locations | Main Hand | ||
| Defense | 0 | Equippable Jobs | Priest, Wizard, Monk, Sage | ||
| Range | 1 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | Third, Third Upper, Third Baby | ||
| Weight | 100 | 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;
bonus bHealPower,15;
autobonus "{ bonus2 bHPRegenRate,300,2000; bonus2 bSPRegenRate,50,2000; }",50,60000,BF_MAGIC,"{ specialeffect2 EF_HEALSP; }";
bonus2 bHPLossRate,100,10000;
|
||||
| Unequip Script |
heal -1000,0; |
||||
|---|---|---|---|---|---|
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus2 bMagicAtkEle,Ele_Neutral,10;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Priest) {
bonus2 bSkillAtk,"AB_ADORAMUS",5*(getequiprefinerycnt(EQI_HAND_R)/2);
}
if (eaclass()&EAJL_THIRD && BaseJob == Job_Sage) {
bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",5*(getequiprefinerycnt(EQI_HAND_R)/2);
}
|