ID #15386
Armor
King's Mail [1]
Buy Price: N/A
Sell Price: N/A
Armor that was only allowed to be worn by the guards who once protected the old king.
It is said that if a person who is proud of marvelous security and has a firm determination wears it, he can overcome any adversity.
_______________________
MDEF +10
_______________________
Decreases damage taken from Undead and Demon race by 15%.
_______________________
Refine Level +6:
MaxHP +5%
Increases Healing skills effectiveness by 10%.
Increases HP Recovery Rate of Recovery Items by 10%.
_______________________
Refine Level +8:
MaxHP +5%
Increases Healing skills effectiveness by additional 10%.
Increases HP Recovery Rate of Recovery Items by additional 10%.
_______________________
When equipped with Save the King:
For each Refine Level of King's Mail:
Increases damage of Grand Cross, Bash and Holy Cross by 20%.
_______________________
When equipped with SKing's Guard:
For each Refine Level of King's Mail:
Decreases damage taken from Shadow elemental attacks by 5%.
_______________________
Type: Armor
Defense: 180
Element: Holy
Weight: 150
Armor Level: 1
_______________________
Requirement:
Base Level 130
Royal Guard
It is said that if a person who is proud of marvelous security and has a firm determination wears it, he can overcome any adversity.
_______________________
MDEF +10
_______________________
Decreases damage taken from Undead and Demon race by 15%.
_______________________
Refine Level +6:
MaxHP +5%
Increases Healing skills effectiveness by 10%.
Increases HP Recovery Rate of Recovery Items by 10%.
_______________________
Refine Level +8:
MaxHP +5%
Increases Healing skills effectiveness by additional 10%.
Increases HP Recovery Rate of Recovery Items by additional 10%.
_______________________
When equipped with Save the King:
For each Refine Level of King's Mail:
Increases damage of Grand Cross, Bash and Holy Cross by 20%.
_______________________
When equipped with SKing's Guard:
For each Refine Level of King's Mail:
Decreases damage taken from Shadow elemental attacks by 5%.
_______________________
Type: Armor
Defense: 180
Element: Holy
Weight: 150
Armor Level: 1
_______________________
Requirement:
Base Level 130
Royal Guard
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
1500
Defense
180
Job Requirements
Crusader
Yes
Requirements
Armor Level
1
Min Level
130
Scripts
Script .@r = getrefine(); bonus bDefEle,Ele_Holy; bonus bMdef,10; bonus2 bSubRace,RC_Demon,15; bonus2 bSubRace,RC_Undead,15; if (.@r>=6) { bonus bMaxHPrate,5; bonus bHealPower,10; bonus bHealPower2,10; bonus bAddItemHealRate,10; } if (.@r>=8) { bonus bMaxHPrate,5; bonus bHealPower,10; bonus bHealPower2,10; bonus bAddItemHealRate,10; }
.@r = getrefine();
bonus bDefEle,Ele_Holy;
bonus bMdef,10;
bonus2 bSubRace,RC_Demon,15;
bonus2 bSubRace,RC_Undead,15;
if (.@r>=6) {
bonus bMaxHPrate,5;
bonus bHealPower,10;
bonus bHealPower2,10;
bonus bAddItemHealRate,10;
}
if (.@r>=8) {
bonus bMaxHPrate,5;
bonus bHealPower,10;
bonus bHealPower2,10;
bonus bAddItemHealRate,10;
}