Viewing Item

#15386: King's Mail

Item ID 15386 For Sale No
Identifier Kings_Mail Credit Price Not For Sale
Name King's Mail Type Armor
NPC Buy 20 Weight 150
NPC Sell 10 Weapon Level 0
Range 0 Defense 180
Slots 1 Refineable Yes
Attack 0 Min Equip Level 130
MATK 0 Max Equip Level None
Description 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
Equip Locations Armor
Equip Upper Third / Third Upper / Third Baby
Equippable Jobs Crusader
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r

2 =

3 getrefine();

4 bonus

5 bDefEle,Ele_Holy;

6 bonus

7 bMdef,10;

8 bonus2

9 bSubRace,RC_Demon,15;

10 bonus2

11 bSubRace,RC_Undead,15;

12 if

13 (.@r

14 =6)

15 {

16 bonus

17 bMaxHPrate,5;

18 bonus

19 bHealPower,10;

20 bonus

21 bHealPower2,10;

22 bonus

23 bAddItemHealRate,10;

24 }

25 if

26 (.@r

27 =8)

28 {

29 bonus

30 bMaxHPrate,5;

31 bonus

32 bHealPower,10;

33 bonus

34 bHealPower2,10;

35 bonus

36 bAddItemHealRate,10;

37 }

Equip Script None
Unequip Script None