Red Force Pendant-LT

Item ID 490382 Name Red Force Pendant-LT
An improved version of the Red Force Pendant. It has the power to restore HP.
_______________________
ATK +8%, MATK +8%.
_______________________
When equipped with Drooping Thanatos's Dolor-LT:
For each 4 Refine Levels of Drooping Thanatos's Dolor-LT:
Decreases After Skill Delay by 2%.

Refine Level of Drooping Thanatos's Dolor-LT is +7 or higher:
Physical attacks have a 5% chance to absorb 7% of the inflicted damage as HP.
Magical attacks have a 4% chance to recover 1500 HP per second for 10 times.

Refine Level of Drooping Thanatos's Dolor-LT is +9 or higher:
ATK +5%, MATK +5%, P.ATK +3, S.MATK +3.

Refine Level of Drooping Thanatos's Dolor-LT is +10 or higher:
Decreases Fixed Casting Time by 0.2 seconds.
_______________________
Type: Accessory
Position: Right
Defense: 0
Weight: 10
Armor Level: 2
_______________________
Requirement:
Base Level 210
Weapon Level 0 Identifier Red_Force_Pendant_LT
Attack 0 Type Armor
MATK 0 Equip Locations Accessory Right
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 10 Min Equip Level 210
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable No
Credit Price None Trade restriction None
Item Script
bonus bAtkRate,8;
bonus bMatkRate,8;

Set Script
Drooping Thanatos's Dolor-LT
Red Force Pendant-LT
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
bonus bDelayrate,-2*(.@r/4);
if (.@r>=7) {
   bonus2 bHPDrainRate,50,7;
   autobonus "{ bonus2 bHPRegenRate,1500,1000; }",40,10000,BF_MAGIC,"{ specialeffect2 EF_HEAL; }";
}
if (.@r>=9) {
   bonus bAtkRate,5;
   bonus bMatkRate,5;
   bonus bPAtk,3;
   bonus bSMatk,3;
}
if (.@r>=11)
   bonus bFixedCast,-200;
Magic Swordsman Thanatos's Sword-FA
Red Force Pendant-LT
bonus bBaseAtk,50;
bonus bMatk,50;
bonus bPAtk,3;
bonus bSMatk,3;
bonus2 bAddSize,Size_Medium,15;
bonus2 bAddSize,Size_Large,15;
bonus2 bMagicAddSize,Size_Medium,15;
bonus2 bMagicAddSize,Size_Large,15;