Anti-Magic Suits

Item ID 15073 Name Anti-Magic Suits
This suit, developed in Geffen over a long period of time, effectively protects its wearer against potent magic.
_______________________
MaxHP +5%
MDEF +10
_______________________
Refine Level +7:
MDEF +5
_______________________
Refine Level +9:
MaxHP +2%
_______________________
Type: Armor
Defense: 50
Weight: 150
Armor Level: 1
_______________________
Requirement:
Base Level 99
Weapon Level 0 Identifier Anti_Magic_Suit
Attack 0 Type Armor
MATK 0 Equip Locations Armor
Defense 50 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 150 Min Equip Level 99
NPC Buy 10 Max Equip Level None
NPC Sell 5 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bMaxHPrate,5+((.@r >= 9) ? 2 : 0);
bonus bMdef,10+((.@r >= 7) ? 5 : 0);

Set Script
Physical Enhancer Ring
Anti-Magic Suits
bonus bAspdRate,5;
Magic Intensifier Ring
Anti-Magic Suits
bonus bDelayrate,-5;
bonus2 bSubRace,RC_DemiHuman,5;
bonus2 bSubRace,RC_Player_Human,5;
Anti-Magic Suits
Anti Magic Manteau
.@val = 30;
.@eq = getequiprefinerycnt(EQI_ARMOR);
if (.@eq >= 11) {
   .@val += 40;
   bonus bDelayrate,-10;
}
bonus bBaseAtk,.@val;
Anti-Magic Suits
[Not For Sale] Anti Magic Manteau
.@val = 30;
.@eq = getequiprefinerycnt(EQI_ARMOR);
if (.@eq >= 11) {
   .@val += 40;
   bonus bDelayrate,-10;
}
bonus bBaseAtk,.@val;