Thanos Knuckle

Item ID 1836 Name Thanos Knuckle
A knuckle 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
_______________________
Low chance to drain 5% of attack into HP and SP.
_______________________
Drains 100 HP every 10 seconds.
_______________________
Drains 1000 HP when unequipping.
_______________________
Type: Knuckle
Attack: 160
Weight: 60
Weapon Level: 4
_______________________
Requirement:
Base Level 120
Sura
Weapon Level 4 Identifier Thanos_Knuckle
Attack 160 Type Weapon - Knuckle
MATK 100 Equip Locations Main Hand
Defense 0 Equippable Jobs Monk
Range 1 Equip Gender Both (Male and Female)
Slots 1 Equip Upper Third, Third Upper, Third Baby
Weight 60 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
Thanos Knuckle
Mighty Crown of Ashes
if (eaclass()&EAJL_THIRD && BaseJob == Job_Monk) {
   .@r = getequiprefinerycnt(EQI_HAND_R);
   bonus2 bSkillCooldown,"SR_RAMPAGEBLASTER",-1000;
   bonus2 bSkillAtk,"SR_SKYNETBLOW",5*(.@r/2);
   bonus2 bSkillAtk,"SR_RAMPAGEBLASTER",5*(.@r/2);
}