Armor of Purple Thread

Item ID 15417 Name Armor of Purple Thread
Armor worn by a bold and righteous warrior who was later praised as a god of war.
_______________________
ATK +10
Perfect HIT +5
_______________________
Refine Level +7:
ATK +20
Perfect HIT +5
_______________________
Refine Level +8:
ATK +20
Perfect HIT +10
Indestructible in battle
_______________________
Refine Level +9:
ATK +30
Perfect HIT +10
_______________________
Type: Armor
Defense: 60
Weight: 80
Armor Level: 1
_______________________
Requirement:
Base Level 100
Weapon Level 0 Identifier Armor_of_Purple_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 bBaseAtk,10;
bonus bPerfectHitAddRate,5;
if (.@r>=7) {
   bonus bBaseAtk,20;
   bonus bPerfectHitAddRate,5;
}
if (.@r>=8) {
   bonus bBaseAtk,20;
   bonus bPerfectHitAddRate,10;
}
if (.@r>=9) {
   bonus bBaseAtk,30;
   bonus bPerfectHitAddRate,10;
}