
RENEWAL / ITEMS
Skin of Malach [1]
#20845Armor
Skin_Of_Marraco
TypeArmor
Equipment positionGarment
GenderBoth
Weight60
Buy price20 z
Sell price10 z
DEF15
Slots1
Required level100
Armor level1
Description
The skin of a dragon which has a mouth large enough to swallow an entire human.
Class: Garment
Defense: 15
Weight: 60
Requires Level: 100
Usable By: All Jobs
Str + 5
Luk + 5
Mdef + 10
Reduces damage taken from Formless and Angel race enemies by 5%.
Reduces damage taken from Holy and Ghost property attacks by 5%.
If upgrade level is +7 or higher,
Increases critical damage on targets by 5%.
If upgrade level is +8 or higher,
Aspd + 1% for every combined sum of 20 base Str and Luk.
If upgrade level is +9 or higher,
Increases critical damage on targets by an additional 5%.
Item details
- Gender
- Both
- Equipment position
- Garment
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect 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;
}
}
}