ID #2185
Armor
Magic Reflect [1]
Buy Price: N/A
Sell Price: N/A
This anti-magic shield effectively reflects magic.
_______________________
MDEF +10
_______________________
Adds 3% chance of reflecting magical attack
_______________________
Refine Level +7:
Increases reflect chance by 3%
_______________________
Refine Level +9:
Increases reflect chance by 3%.
_______________________
Type: Shield
Defense: 50
Weight: 100
Armor Level: 1
_______________________
Requirement:
Base Level 99
_______________________
MDEF +10
_______________________
Adds 3% chance of reflecting magical attack
_______________________
Refine Level +7:
Increases reflect chance by 3%
_______________________
Refine Level +9:
Increases reflect chance by 3%.
_______________________
Type: Shield
Defense: 50
Weight: 100
Armor Level: 1
_______________________
Requirement:
Base Level 99
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
1000
Defense
50
Requirements
Armor Level
1
Min Level
99
Scripts
Script bonus bMdef,10; .@r = getrefine(); .@val = 3; if (.@r>6) { .@val += 3; if (.@r>8) .@val += 3; } bonus bMagicDamageReturn,.@val;
bonus bMdef,10;
.@r = getrefine();
.@val = 3;
if (.@r>6) {
.@val += 3;
if (.@r>8)
.@val += 3;
}
bonus bMagicDamageReturn,.@val;