0
Register now and get: 150.000 Zeny + Summer Hat Pack, Poring Cake Hat, Battle Manual Box, JOB Battle Manual Box, Bubble Gum Box
Offline
Back
ID #550068 Weapon

Spirit Pendulum-LT [2]

Buy Price: N/A Sell Price: N/A
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

Equipment Reform

Available through the reform system Hero_Weapon_Hammer_6

Available through the reform system Plus7_Refine_NPC

Equipment Slots

Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2

Basic Information

Weapon
1200
1
Equipment reform

Job Requirements

Yes

Requirements

5
190

Scripts

.@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);
.@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);
We use technical cookies and browser storage to keep your session active, protect the site, and remember your preferences. Learn more in our Cookie Policy.