Skin of Typhon

Item ID 20962 Name Skin of Typhon
None
Weapon Level 0 Identifier Skin_Of_Typhon
Attack 0 Type Armor
MATK 0 Equip Locations Garment
Defense 15 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 60 Min Equip Level 100
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable Yes
Credit Price None Trade restriction None
Item Script
bonus2 bSubRace,RC_Player_Human,5;
bonus2 bSubRace,RC_DemiHuman,5;
bonus2 bSubRace,RC_Fish,5;
bonus2 bSubEle,Ele_Neutral,5;
bonus2 bSubEle,Ele_Poison,5;
bonus bAgi,5;
bonus bVit,5;
bonus bMdef,10;
.@r = getrefine();
if (.@r>=7) {
   .@sp = 10;
   if (.@r>=8) {
      .@s = (readparam(bAgi)+readparam(bVit))/20;
      bonus bMatk,15*.@s;
      bonus bDef,20*.@s;
      if (.@r>=9) {
         .@sp += 10;
      }
   }
   bonus bMagicSPGainValue,.@sp;
}