Bunker Shield
| Item ID | 28915 | Name | Bunker Shield |
|
A shield equipped with a huge iron skewer which can be triggered by using gunpowder.
You will become sluggish because it's so heavy. It seems to have belonged to a knight called "Blue Knight". _______________________ ATK +4% _______________________ For each Refine Level equal or above +5: ATK +1%. _______________________ Increases After Attack Delay by 5%. _______________________ Type: Shield Defense: 90 Weight: 350 Armor Level: 1 _______________________ Requirement: Base Level 50 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Bunker_Shield_ | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Off Hand | ||
| Defense | 90 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 350 | Min Equip Level | 50 | ||
| NPC Buy | 20 | Max Equip Level | None | ||
| NPC Sell | 10 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@r = getrefine();
if (.@r >= 5) {
.@dmg = .@r - 4;
}
bonus2 bAddClass,Class_All,(4+.@dmg);
bonus bAspdRate,-5;
|
||||