Patent Spirit Pendulum [2]
When you shake it, you can hear the spirits sing and it begins to exert its natural strength.
It resonates with Great Hero's Boots.
_______________________
MATK +190
_______________________
For each 2 Refine Levels:
MATK +15
_______________________
For each 3 Refine Levels:
Increases Magical Damage with every element by 2%.
_______________________
Refine Level +7:
Increases damage of Espa by 15%.
Decreases Variable Casting Time by 10%.
_______________________
Refine Level +9:
Increases damage of Eswhoo by 25%.
_______________________
Refine Level +11:
Magical attacks have a 7% chance to recover 230 SP per second for 10 seconds.
_______________________
When equipped with Great Hero's Boots:
INT +10, MATK +7%.
_______________________
Type: One-Handed Staff
Attack: 70
Weight: 120
Weapon Level: 4
_______________________
Requirement:
Base Level 150
Soul Reaper
Available from boxes
Equipment Reform
Available through the reform system C_Weapon_Reform_1
Available through the reform system C_Weapon_Reform_2
Available through the reform system C_Weapon_Reform_3
Available through the reform system Hero_Weapon_Up_Box_6
Equipment Slots
Basic Information
Job Requirements
Requirements
Scripts
Script .@r = getrefine(); bonus bMatk,15*(.@r/2); bonus2 bMagicAtkEle,Ele_All,2*(.@r/3); if (.@r>=7) { bonus2 bSkillAtk,"SP_SPA",15; bonus bVariableCastrate,-10; } if (.@r>=9) { bonus2 bSkillAtk,"SP_SWHOO",25; } if (.@r>=11) { autobonus "{ bonus2 bSPRegenRate,230,10000; }",70,10000,BF_MAGIC; }
.@r = getrefine();
bonus bMatk,15*(.@r/2);
bonus2 bMagicAtkEle,Ele_All,2*(.@r/3);
if (.@r>=7) {
bonus2 bSkillAtk,"SP_SPA",15;
bonus bVariableCastrate,-10;
}
if (.@r>=9) {
bonus2 bSkillAtk,"SP_SWHOO",25;
}
if (.@r>=11) {
autobonus "{ bonus2 bSPRegenRate,230,10000; }",70,10000,BF_MAGIC;
}