Spirit Pendulum-LT

Item ID 550068 Name Spirit Pendulum-LT
An improved version of the pendulum infused with the power to guide spirits that was used by Soul Reapers with considerable spiritual power.
Resonates with Hero's Boots-LT.
_______________________
MATK +190
_______________________
Indestructible in battle
_______________________
Base Level at least 210:
SPL +2, S.MATK +1
_______________________
For each 2 Refine Levels:
MATK +15
_______________________
For each 3 Refine Levels:
Increases Magical Damage with every element by 3%.
_______________________
Refine Level +7:
Increases damage of Espa by 25%.
Decreases Variable Casting Time by 10%.
_______________________
Refine Level +9:
Increases damage of Espa by additional 15%.
Increases damage of Eswhoo by 45%.
_______________________
Refine Level +11:
Increases Magical Damage against enemies of every size by 15%.
Magical attacks have a certain chance (10%) to recover 230 SP 19 times every 0.5 seconds for 10 seconds.
_______________________
When equipped with Hero's Boots-LT:
MATK +10%, S.MATK +2.
_______________________
[Bonus by Grade]
[Grade D]: MATK +3%
[Grade C]: Magical Damage with every Element +15%. S.MATK +1
[Grade B]: SPL +3, S.MATK +2.
_______________________
Type: One-Handed Staff
Attack: 70
Weight: 120
Weapon Level: 5
_______________________
Requirement:
Base Level 190
Soul Reaper classes
Weapon Level 5 Identifier SoulWeight_LT
Attack 70 Type Weapon - Staff
MATK 190 Equip Locations Main Hand
Defense 0 Equippable Jobs Soul Linker
Range 1 Equip Gender Both (Male and Female)
Slots 2 Equip Upper None
Weight 120 Min Equip Level 190
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@g = getenchantgrade();
.@r = getrefine();
bonus bUnbreakableWeapon;
if (BaseLevel>=210) {
   bonus bSMatk,1;
   bonus bSpl,2;
}
if (.@r>=7) {
   bonus bVariableCastrate,-10;
   bonus2 bSkillAtk,"SP_SPA",25;
   if (.@r>=9) {
      bonus2 bSkillAtk,"SP_SWHOO",45;
      bonus2 bSkillAtk,"SP_SPA",15;
      if (.@r>=11) {
         bonus2 bMagicAddSize,Size_All,15;
         bonus2 bSPRegenRate,230,5000;
      }
   }
}
if (.@g >= ENCHANTGRADE_D) {
   bonus bMatkRate,3;
   if (.@g >= ENCHANTGRADE_C) {
      bonus2 bMagicAtkEle,Ele_All,15;
      bonus bSMatk,1;
      if (.@g >= ENCHANTGRADE_B) {
         bonus bSMatk,2;
         bonus bSpl,3;
      }
   }
}
bonus bMatk,15*(.@r/2);
bonus2 bMagicAtkEle,Ele_All,3*(.@r/3);

Set Script
Spirit Pendulum-LT
Hero Boots-LT
bonus bSMatk,2;
bonus bMatkRate,10;
Heroic Token (Soul Ascetic)
Spirit Pendulum-LT
bonus2 bMagicAddSize,Size_All,15;
if (getequiprefinerycnt(EQI_HAND_R) >= 10) {
   bonus2 bMagicAtkEle,Ele_All,10;
   bonus2 bSkillAtk,"SOA_TALISMAN_OF_BLUE_DRAGON",10;
   bonus2 bSkillAtk,"SOA_TALISMAN_OF_WHITE_TIGER",10;
}
if (getenchantgrade(EQI_HAND_R) >= ENCHANTGRADE_C) {
   bonus bSMatk,5;
   bonus bSpl,5;
   bonus2 bSkillAtk,"SOA_TALISMAN_OF_BLUE_DRAGON",10;
   bonus2 bSkillAtk,"SOA_TALISMAN_OF_WHITE_TIGER",10;
}