Skin of Malach

Item ID 20845 Name Skin of Malach
The skin of a dragon which has a mouth large enough to swallow an entire human.
_______________________
STR +5
LUK +5
_______________________
Decreases damage taken from Holy and Ghost elemental attacks by 5%.
_______________________
Decreases damage taken from Formless and Angel race by 5%.
_______________________
Refine Level +7:
Increases Critical Damage by 5%.
_______________________
Refine Level +8:
ASPD +1% for every combined sum of 20 base STR and LUK.
_______________________
Refine Level +9:
Increases Critical Damage by 5%.
_______________________
Type: Garment
Defense: 15
Weight: 60
Armor Level: 1
_______________________
Requirement:
Base Level 100
Weapon Level 0 Identifier Skin_Of_Marraco
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
bonus bStr,5;
bonus bLuk,5;
bonus bMdef,10;
bonus2 bSubEle,Ele_Ghost,5;
bonus2 bSubEle,Ele_Holy,5;
bonus2 bSubRace,RC_Angel,5;
bonus2 bSubRace,RC_Formless,5;
.@r = getrefine();
.@s = (readparam(bStr)+readparam(bLuk))/20;
if (.@r>=7) {
   bonus bCritAtkRate,5;
   if (.@r>=8) {
      bonus bAspdRate,.@s;
      bonus bCritical,.@s;
      if (.@r>=9) {
         bonus bCritAtkRate,5;
      }
   }
}