Blue Mental Pendant

Item ID 490101 Name Blue Mental Pendant
A pendant customized with Thanatos' necklace. It has the power to restore SP.
_______________________
ATK +5%
MATK +5%
_______________________
When equipped with Drooping Thanatos's Dolor:
For each 4 Refine Levels of Drooping Thanatos's Dolor:
Decreases After Skill Delay by 2%.

Refine Level of Drooping Thanatos's Dolor is +7 or higher:
Physical attacks have a 1% chance to absorb 3% of the inflicted damage as SP.
Magical attacks have a 4% chance to recover 70 SP per second for 4 times.

Refine Level of Drooping Thanatos's Dolor is +9 or higher:
ATK +5%
MATK +5%

Refine Level of Drooping Thanatos's Dolor is +11 or higher:
Decreases Fixed Casting Time by 0.5 seconds.
_______________________
Random options can be given with the 'Dark Stone' item.
_______________________
Type: Accessory
Position: Right
Defense: 0
Weight: 10
Armor Level: 1
_______________________
Requirement: None
Weapon Level 0 Identifier Blue_Mental_Pendant
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 None
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable No
Credit Price None Trade restriction None
Item Script
bonus bMatkRate,5;
bonus bAtkRate,5;

Set Script
Blue Mental Pendant
Drooping Thanatos's Dolor
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
bonus bDelayrate,-2*(.@r/4);
if (.@r >= 7) {
   autobonus "{ bonus2 bSPRegenRate,70,1000; }",40,4000,BF_WEAPON;
   bonus2 bSPDrainRate,10,3;
}
if (.@r >= 9) {
   bonus bMatkRate,5;
   bonus bAtkRate,5;
   if (.@r >= 11) {
      bonus bFixedCast,-500;
   }
}
Magic Swordsman Thanatos's Sword
Blue Mental Pendant
bonus bBaseAtk,50;
bonus bMatk,50;
bonus2 bAddSize,Size_Medium,15;
bonus2 bAddSize,Size_Large,15;
bonus2 bMagicAddSize,Size_Medium,15;
bonus2 bMagicAddSize,Size_Large,15;