ID #28915
Armor
Bunker Shield [1]
Buy Price: N/A
Sell Price: N/A
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
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
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
3500
Defense
90
Requirements
Armor Level
1
Min Level
50
Scripts
Script .@r = getrefine(); if (.@r >= 5) { .@dmg = .@r - 4; } bonus2 bAddClass,Class_All,(4+.@dmg); bonus bAspdRate,-5;
.@r = getrefine();
if (.@r >= 5) {
.@dmg = .@r - 4;
}
bonus2 bAddClass,Class_All,(4+.@dmg);
bonus bAspdRate,-5;