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
_______________________
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
Type
Armor
Weight
600
Defense
15
Requirements
Armor Level
1
Min Level
100
Scripts
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; } } }
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;
}
}
}