Virgo Ring

Item ID 490010 Name Virgo Ring
A ring that holds the power of the Virgin, one of the constellations that orbit the ecliptic.
_______________________
MaxSP +100
_______________________
�Increases Attack Speed (decreases After Attack Delay by 5%).
Increases Magical Damage by 5%.
Magical attacks have a certain chance to cause Stun status on your target.
_______________________
When equipped by Archbishop classes:
Increases Attack Speed (decreases After Attack Delay by additional 5%).
Increases Magical Damage by additional 5%.
Decreases Variable Casting Time of Judex by 50%.
_______________________
When equipped by Archbishop classes:
When equipped with Zodiac:
Increases Magical Damage by additional 15%.
Increases damage of Judex by 50%.
_______________________
This item can only be sold to NPCs and moved to storage.
_______________________
Type: Accessory
Defense: 0
Weight: 10
Armor Level: 1
_______________________
Requirement: None
Weapon Level 0 Identifier Virgo_Ring_J
Attack 0 Type Armor
MATK 0 Equip Locations Accessory Left/Right
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 10 Min Equip Level None
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable No
Credit Price None Trade restriction None
Item Script
bonus bAspdRate,5;
bonus bMaxSP,100;
bonus bMatkRate,5;
bonus3 bAddEff,Eff_Stun,200,ATF_MAGIC;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Priest) {
   bonus bAspdRate,5;
   bonus bMatkRate,5;
   bonus2 bVariableCastrate,"AB_JUDEX",-50;
}

Set Script
Zodiac
Virgo Ring
if (eaclass()&EAJL_THIRD && BaseJob == Job_Priest) {
   bonus bMatkRate,15;
   bonus2 bSkillAtk,"AB_JUDEX",50;
}