ID #460005
Armor
Magic Absorber [1]
Buy Price: N/A
Sell Price: N/A
A shield that has improved the ability to reflect magic as a shield for the great wizard.
It is very thin because of the characteristic of being an anti-magic shield.
_______________________
Increases Magical Damage with every element by 3%.
_______________________
MDEF +15
_______________________
Refine Level +7:
MATK +25
_______________________
Refine Level +9:
Decreases Variable Casting Time by 5%.
_______________________
Refine Level +12:
Increases Magical Damage with every element by additional 7%.
_______________________
When equipped with Mental Condenser or Force Condenser:
MaxHP +10%
Decreases After Skill Delay by 5%.
_______________________
Type: Shield
Defense: 50
Weight: 50
Armor Level: 2
_______________________
Requirement:
Base Level 230
It is very thin because of the characteristic of being an anti-magic shield.
_______________________
Increases Magical Damage with every element by 3%.
_______________________
MDEF +15
_______________________
Refine Level +7:
MATK +25
_______________________
Refine Level +9:
Decreases Variable Casting Time by 5%.
_______________________
Refine Level +12:
Increases Magical Damage with every element by additional 7%.
_______________________
When equipped with Mental Condenser or Force Condenser:
MaxHP +10%
Decreases After Skill Delay by 5%.
_______________________
Type: Shield
Defense: 50
Weight: 50
Armor Level: 2
_______________________
Requirement:
Base Level 230
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
500
Defense
50
Requirements
Armor Level
2
Min Level
230
Scripts
Script .@r = getrefine(); bonus2 bMagicAtkEle,Ele_All,3; bonus bMdef,15; if (.@r>=7) { bonus bMatk,25; if (.@r>=9) { bonus bVariableCastrate,-5; if (.@r>=12) { bonus2 bMagicAtkEle,Ele_All,7; } } }
.@r = getrefine();
bonus2 bMagicAtkEle,Ele_All,3;
bonus bMdef,15;
if (.@r>=7) {
bonus bMatk,25;
if (.@r>=9) {
bonus bVariableCastrate,-5;
if (.@r>=12) {
bonus2 bMagicAtkEle,Ele_All,7;
}
}
}