Armor of White Thread

Item ID 15419 Name Armor of White Thread
Armor worn by a one-eyed warrior with a bold personality.
It is imbued with magical powers that can crush any armor.
_______________________
MATK +10
_______________________
Ignores magical defense of every race by 10%.
_______________________
Refine Level +7:
MATK +20
Ignores magical defense of every race by additional 20%.
_______________________
Refine Level +8:
MATK +20
Ignores magical defense of every race by additional 20%.
Indestructible in battle
_______________________
Refine Level +9:
MATK +30
Ignores magical defense of every race by additional 20%.
_______________________
Type: Armor
Defense: 60
Weight: 80
Armor Level: 1
_______________________
Requirement:
Base Level 100
Weapon Level 0 Identifier Armor_of_White_Thread
Attack 0 Type Armor
MATK 0 Equip Locations Armor
Defense 60 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 80 Min Equip Level 100
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bMatk,10;
bonus2 bIgnoreMdefRaceRate,RC_All,10;
if (.@r>=7) {
   bonus bMatk,20;
   bonus2 bIgnoreMdefRaceRate,RC_All,20;
}
if (.@r>=8) {
   bonus bMatk,20;
   bonus2 bIgnoreMdefRaceRate,RC_All,20;
   bonus bUnbreakableArmor;
}
if (.@r>=9) {
   bonus bMatk,30;
   bonus2 bIgnoreMdefRaceRate,RC_All,20;
}