Mystery Wing

Item ID 480251 Name Mystery Wing
None
Weapon Level 0 Identifier Mystical_Wing
Attack 0 Type Armor
MATK 0 Equip Locations Garment
Defense 50 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 50 Min Equip Level 100
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
.@stats= (readparam(bStr)+readparam(bAgi)+readparam(bVit)+readparam(bInt)+readparam(bDex)+readparam(bLuk));
.@a = .@stats/100;
.@b = .@stats/300;
.@c = .@stats/400;
.@d = .@stats/500;
.@e = .@stats/600;
bonus2 bSubClass,Class_Boss,5;
bonus2 bSubClass,Class_Normal,5;
bonus2 bSubRace,RC_Player_Human,5;
bonus bAtkRate,5*.@a;
bonus bMatkRate,5*.@a;
bonus bCriticalRate,5*.@a;
bonus bMaxHPrate,20*.@b;
bonus bMaxSPrate,20*.@b;
bonus bAspdRate,15*.@c;
bonus bDelayrate,-15*.@c;
bonus bPerfectHitAddRate,25*.@d;
bonus bFixedCastrate,-70*.@d;
autobonus "{ bonus bFlee2,95; }",100*.@e,10000,BF_WEAPON|BF_MAGIC;
/*Unknown Rate*/
if (.@r>=7) {
   bonus bDef,150;
   bonus bMdef,15;
}
if (.@r>=9) {
   bonus bDef,150;
   bonus bMdef,15;
}