ID #550031
Weapon
Illusion Dea Staff [2]
Buy Price: N/A
Sell Price: N/A
A long staff engraved with the divine goddess of light.
_______________________
Indestructible in battle
_______________________
MATK +190
INT +6
VIT +2
_______________________
Magical attacks have a certain chance to recover 150 SP per second for 4 seconds.
_______________________
For each 3 Refine Levels:
Increases damage of Judex by 20%.
_______________________
Refine Level +7:
Increases Magical Damage with Holy element by 15%.
_______________________
Refine Level +9:
Increases damage of Judex by additional 30%.
Decreases After Skill Delay by 15%.
_______________________
Refine Level +11:
When using Magnus Exorcismus:
Increases Magical Damage against enemies of every size by 20% for 15 seconds.
_______________________
When equipped with Illusion Saint Robe:
MATK +50
Decreases After Skill Delay by 10%.
Refine Level of Illusion Dea Staff and Illusion Saint Robe is +7 or higher:
MATK +10%
ASPD +2
Total Refine Level of entire set at least +18:
Increases Magical Damage against monsters of every race by 20%.
Total Refine Level of entire set at least +22:
Decreases Variable Casting Time by 15%.
Decreases After Skill Delay by additional 10%.
_______________________
Type: One-Handed Staff
Attack: 50
Element:Holy
Weight: 100
Weapon Level: 4
_______________________
Requirement:
Base Level 120
Archbishop classes
_______________________
Indestructible in battle
_______________________
MATK +190
INT +6
VIT +2
_______________________
Magical attacks have a certain chance to recover 150 SP per second for 4 seconds.
_______________________
For each 3 Refine Levels:
Increases damage of Judex by 20%.
_______________________
Refine Level +7:
Increases Magical Damage with Holy element by 15%.
_______________________
Refine Level +9:
Increases damage of Judex by additional 30%.
Decreases After Skill Delay by 15%.
_______________________
Refine Level +11:
When using Magnus Exorcismus:
Increases Magical Damage against enemies of every size by 20% for 15 seconds.
_______________________
When equipped with Illusion Saint Robe:
MATK +50
Decreases After Skill Delay by 10%.
Refine Level of Illusion Dea Staff and Illusion Saint Robe is +7 or higher:
MATK +10%
ASPD +2
Total Refine Level of entire set at least +18:
Increases Magical Damage against monsters of every race by 20%.
Total Refine Level of entire set at least +22:
Decreases Variable Casting Time by 15%.
Decreases After Skill Delay by additional 10%.
_______________________
Type: One-Handed Staff
Attack: 50
Element:Holy
Weight: 100
Weapon Level: 4
_______________________
Requirement:
Base Level 120
Archbishop classes
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Weapon
Weight
1000
Range
1
Job Requirements
Priest
Yes
Requirements
Weapon Level
4
Min Level
120
Scripts
Script .@r = getrefine(); bonus bAtkEle,Ele_Holy; bonus bUnbreakableWeapon; bonus bVit,2; bonus bInt,6; autobonus "{ bonus2 bSPRegenRate,150,1000; }",1,4000,BF_MAGIC; bonus2 bSkillAtk,"AB_JUDEX",20*(.@r/3); if (.@r>=7) { bonus2 bMagicAtkEle,Ele_Holy,15; if (.@r>=9) { bonus bDelayrate,-15; bonus2 bSkillAtk,"AB_JUDEX",30; if (.@r>=11) { autobonus3 "{ bonus2 bMagicAddSize,Size_All,20; }",1000,15000,"PR_MAGNUS"; } } }
.@r = getrefine();
bonus bAtkEle,Ele_Holy;
bonus bUnbreakableWeapon;
bonus bVit,2;
bonus bInt,6;
autobonus "{ bonus2 bSPRegenRate,150,1000; }",1,4000,BF_MAGIC;
bonus2 bSkillAtk,"AB_JUDEX",20*(.@r/3);
if (.@r>=7) {
bonus2 bMagicAtkEle,Ele_Holy,15;
if (.@r>=9) {
bonus bDelayrate,-15;
bonus2 bSkillAtk,"AB_JUDEX",30;
if (.@r>=11) {
autobonus3 "{ bonus2 bMagicAddSize,Size_All,20; }",1000,15000,"PR_MAGNUS";
}
}
}