David Shield
| Item ID | 28928 | Name | David Shield |
|
A shield with a hexagonal star engraved. You can feel a mystical power from it.
_______________________ MDEF +5 _______________________ Decreases damage taken from Wind, Earth, Holy and Poison elemental attacks by 20%. _______________________ For each Level of Faith skill: Increases damage taken from Holy elemental attacks by 2%. _______________________ When equipped with Assaulter Robe: Decreases Variable Casting Time by 15%. MATK +10% _______________________ When equipped with Dead Man's Robe: Decreases Variable Casting Time by 15%. MATK +10% _______________________ When equipped with Yin Yang Talisman and Burning Sword: For each Refine Level of Burning Sword: HIT +5 Increases Attack Speed (decreases After Attack Delay by 4%). Increases damage of Crimson Rock by 1%. _______________________ When equipped with Yin Yang Talisman and Purification Sword: For each Refine Level of Purification Sword: HIT +5 Increases Attack Speed (decreases After Attack Delay by 4%). Increases damage of Judex by 5%. _______________________ When equipped with Yin Yang Talisman and Abyss Sword: For each Refine Level of Abyss Sword: HIT +5 Increases Attack Speed (decreases After Attack Delay by 4%). Increases damage of Hell Inferno by 10%. _______________________ Type: Shield Defense: 80 Weight: 50 Armor Level: 1 _______________________ Requirement: Base Level 65 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Ultra_Light_MShieldJ | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Off Hand | ||
| Defense | 80 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 50 | Min Equip Level | 65 | ||
| NPC Buy | 20 | Max Equip Level | None | ||
| NPC Sell | 10 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
bonus bMdef,5;
bonus2 bSubEle,Ele_Earth,20;
bonus2 bSubEle,Ele_Ghost,20;
bonus2 bSubEle,Ele_Holy,20-(getskilllv("CR_TRUST"));
bonus2 bSubEle,Ele_Poison,20;
bonus2 bSubEle,Ele_Wind,20;
|
||||
| Set | Script | ||||||
|---|---|---|---|---|---|---|---|
|
bonus bVariableCastrate,-15; bonus bMatkRate,10; |
||||||
|
bonus bVariableCastrate,-15; bonus bMatkRate,10; |
||||||
|
.@r = getequiprefinerycnt(EQI_HAND_R): bonus bHit,5*.@r; bonus bAspdRate,4*.@r; bonus2 bSkillAtk,"WL_CRIMSONROCK",.@r; |
||||||
|
.@r = getequiprefinerycnt(EQI_HAND_R): bonus bHit,5*.@r; bonus bAspdRate,4*.@r; bonus2 bSkillAtk,"WL_HELLINFERNO",10*.@r; |
||||||
|
.@r = getequiprefinerycnt(EQI_HAND_R): bonus bHit,5*.@r; bonus bAspdRate,4*.@r; bonus2 bSkillAtk,"AB_JUDEX",5*.@r; |