King's Guard
| Item ID | 28927 | Name | King's Guard |
|
Only guardians of the king are allowed to equip this shield.
It is said, this shield will reject its wielder if he has no strong will and power. _______________________ MDEF +10 _______________________ Refine Level +7: Increases Damage against monsters of Undead race by 15%. Increases Damage against Shadow elemental by 15%. _______________________ Refine Level +9: Increases Damage against monsters of Undead race by additional 15%. Increases Damage against Shadow elemental by additional 15%. _______________________ When equipped with Save the King: For each Refine Level of King's Guard: Increases damage of Grand Cross, Bash and Holy Cross by 20%. _______________________ Type: Shield Defense: 150 Weight: 250 Armor Level: 1 _______________________ Requirement: Base Level 130 Royal Guard |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Kings_Guard | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Off Hand | ||
| Defense | 150 | Equippable Jobs | Crusader | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | Third, Third Upper, Third Baby | ||
| Weight | 250 | Min Equip Level | 130 | ||
| NPC Buy | 20 | Max Equip Level | None | ||
| NPC Sell | 10 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@r = getrefine(); .@per = (.@r>=9?30:(.@r>=7?15:0)); bonus bMdef,10; bonus2 bAddRace,RC_Undead,.@per; bonus2 bAddEle,Ele_Dark,.@per; bonus2 bMagicAddRace,RC_Undead,.@per; bonus2 bMagicAddEle,Ele_Dark,.@per; |
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
.@r = getequiprefinerycnt(EQI_HAND_L); bonus2 bSkillAtk,"CR_GRANDCROSS",20*.@r; bonus2 bSkillAtk,"SM_BASH",20*.@r; bonus2 bSkillAtk,"CR_HOLYCROSS",20*.@r; |
||||
|
.@r = getequiprefinerycnt(EQI_ARMOR); bonus2 bSubEle,Ele_Dark,5*.@r; |