Artwork unavailable
RENEWAL / ITEMS
Pisces Ring
#490034Armor
Pisces_Ring_J
TypeArmor
Equipment positionAccessory
GenderBoth
Weight10
Buy price20 z
Sell price10 z
Armor level1
No matching English description was found in the supplied client translation. The available server properties and effects are shown below.
Item details
- Gender
- Both
- Equipment position
- Accessory
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- No
- Trade
Item effect script
bonus bMaxSP,100;
bonus bDelayrate,-5;
bonus bMatkRate,5;
bonus2 bSkillUseSP,"MG_COLDBOLT",5;
bonus2 bSkillUseSP,"MG_FIREBOLT",5;
bonus2 bSkillUseSP,"MG_LIGHTNINGBOLT",5;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Sage) {
bonus bAspdRate,10;
bonus bDelayrate,-5;
bonus2 bSkillAtk,"MG_COLDBOLT",50;
bonus2 bSkillAtk,"MG_FIREBOLT",50;
bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",50;
bonus2 bVariableCastrate,"MG_COLDBOLT",-50;
bonus2 bVariableCastrate,"MG_FIREBOLT",-50;
bonus2 bVariableCastrate,"MG_LIGHTNINGBOLT",-50;
}