ID #28913
Armor
Ultralight Magic Shield [1]
Buy Price: N/A
Sell Price: N/A
An ultralight shield that posseses powerful magic. It raises all abilities of wielder.
_______________________
Increases Attack Speed (decreases After Attack Delay by 5%).
_______________________
Ignores 10% physical defense of Normal class monsters.
_______________________
Decreases damage taken from Neutral elemental attacks by additional 5%.
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 2%).
Decreases damage taken from Neutral elemental attacks by additional 2%.
_______________________
Refine Level +9:
Increases Attack Speed (decreases After Attack Delay by 3%).
Decreases damage taken from Neutral elemental attacks by additional 3%.
_______________________
Type: Shield
Defense: 50
Weight: 10
Armor Level: 1
_______________________
Requirement:
Base Level 100
_______________________
Increases Attack Speed (decreases After Attack Delay by 5%).
_______________________
Ignores 10% physical defense of Normal class monsters.
_______________________
Decreases damage taken from Neutral elemental attacks by additional 5%.
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 2%).
Decreases damage taken from Neutral elemental attacks by additional 2%.
_______________________
Refine Level +9:
Increases Attack Speed (decreases After Attack Delay by 3%).
Decreases damage taken from Neutral elemental attacks by additional 3%.
_______________________
Type: Shield
Defense: 50
Weight: 10
Armor Level: 1
_______________________
Requirement:
Base Level 100
Monster Drops
Normal Drops
Pet Child
Rate: 5%
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
100
Defense
50
Requirements
Armor Level
1
Min Level
100
Scripts
Script .@r = getrefine(); .@val = 5; bonus2 bIgnoreDefClassRate,Class_Normal,10; if (.@r >= 9) { .@val += 5; } else if (.@r >= 7) { .@val += 2; } bonus bAspdRate,.@val; bonus2 bSubEle,Ele_Neutral,.@val;
.@r = getrefine();
.@val = 5;
bonus2 bIgnoreDefClassRate,Class_Normal,10;
if (.@r >= 9) {
.@val += 5;
} else if (.@r >= 7) {
.@val += 2;
}
bonus bAspdRate,.@val;
bonus2 bSubEle,Ele_Neutral,.@val;