0
Register now and get: 150.000 Zeny + Summer Hat Pack, Poring Cake Hat, Battle Manual Box, JOB Battle Manual Box, Bubble Gum Box
Offline
Back
ID #20845 Armor

Skin of Malach [1]

Buy Price: N/A Sell Price: N/A
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

Equipment Slots

Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2

Basic Information

Armor
600
15

Requirements

1
100

Scripts

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; } } }
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;
      }
   }
}
We use technical cookies and browser storage to keep your session active, protect the site, and remember your preferences. Learn more in our Cookie Policy.