Drake Coat

Item ID 15209 Name Drake Coat
The coat that Drake wears.
I can feel the appearance of my life.
_______________________
MDEF +10
_______________________
MaxHP +500, MaxSP +50
_______________________
ATK +3%
_______________________
Refine Level +7:
MaxHP +1000
MaxSP +100
ATK +3%
_______________________
Refine Level +9:
MaxHP +1500
MaxSP +150
ATK +4%
Nullifies weapon damage size penalty against all monsters.
_______________________
Type: Armor
Defense: 60
Weight: 120
Armor Level: 1
_______________________
Requirement:
Base Level 100
Weapon Level 0 Identifier Drake_Coat
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 120 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 bMaxHP,500;
bonus bMaxSP,50;
bonus bMdef,10;
bonus2 bAddClass,Class_All,3;
if (.@r>=7) {
   bonus bMaxHP,1000;
   bonus bMaxSP,100;
   bonus2 bAddClass,Class_All,3;
}
if (.@r>=9) {
   bonus bMaxHP,1500;
   bonus bMaxSP,150;
   bonus2 bAddClass,Class_All,4;
   bonus bNoSizeFix;
}