ID #470014
Armor
Virgo Shoes
Buy Price: N/A
Sell Price: N/A
Type: Armor
Defense: 25
Weight: 400
Armor level: 1
Defense: 25
Weight: 400
Armor level: 1
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Weight
400
Defense
25
Requirements
Armor Level
1
Scripts
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; }
.@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;
}