Thanos Bow

Item ID 18119 Name Thanos Bow
A bow 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 +110
_______________________
Has low chance to drain 5% of damage inflicted into HP and SP.
_______________________
Drains 100 HP every 10 second.
Drains 1000 HP when unequipping.
_______________________
Type: Bow
Attack: 180
Weight: 130
Weapon Level: 4
_______________________
Requirement:
Base Level 120
Ranger, Minstrel and Wanderer
Weapon Level 4 Identifier Thanos_Bow
Attack 180 Type Weapon - Bow
MATK 0 Equip Locations Two-Handed
Defense 0 Equippable Jobs Archer, Hunter, Rogue, Bard / Dancer
Range 5 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 130 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 bMatk,110;
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 Bow
Crown of Ashes
if (eaclass()&EAJL_THIRD && BaseJob == Job_Hunter) {
   .@r = getequiprefinerycnt(EQI_HAND_R);
   bonus2 bSkillCooldown,"RA_ARROWSTORM",-2000;
   bonus2 bSkillAtk,"SN_SHARPSHOOTING",5*(.@r/2);
   bonus2 bSkillAtk,"RA_ARROWSTORM",5*(.@r/2);
}