Artwork unavailable
RENEWAL / ITEMS
Virgo Shoes
#470014Armor
Virgo_Shoes_J
TypeArmor
Equipment positionFootgear
GenderBoth
Weight40
Buy price20 z
Sell price10 z
DEF25
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
- Footgear
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bMdef,5;
bonus bMatk,50;
bonus bAspdRate,10;
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Priest) {
bonus bMatk,80;
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
bonus2 bMagicAtkEle,Ele_Holy,20;
bonus2 bSkillAtk,"AB_JUDEX",100;
if (.@r>=8)
bonus5 bAutoSpell,"MG_SAFETYWALL",max(getskilllv("MG_SAFETYWALL"),3),50,BF_MAGIC,0;
}