ID #24883
ShadowGear
Full Spell Shadow Armor
Buy Price: N/A
Sell Price: N/A
A suit of armor worn on top of normal armor for additional defense. Needs a complete set to have bonus effect.
_______________________
MATK +3%
_______________________
For each 2 Refine Levels:
Increases Magical Damage with every element by 1%.
_______________________
Refine Level +10:
S.MATK +2
_______________________
When equipped with Full Spell Shadow Shoes:
MATK +2%, S.MATK +2.
Total Refine Level of entire set is at least +18:
Increases Magical Damage with every element by additional 5%.
Increases Magical Damage against monsters of every size by 10%.
_______________________
When equipped with Magical Spell Shadow Weapon:
MATK +3%
Total Refine Level of entire set is at least +18:
SPL +3, S.MATK +3.
_______________________
Type: Shadow Armor
_______________________
Requirement:
Base Level 200
_______________________
MATK +3%
_______________________
For each 2 Refine Levels:
Increases Magical Damage with every element by 1%.
_______________________
Refine Level +10:
S.MATK +2
_______________________
When equipped with Full Spell Shadow Shoes:
MATK +2%, S.MATK +2.
Total Refine Level of entire set is at least +18:
Increases Magical Damage with every element by additional 5%.
Increases Magical Damage against monsters of every size by 10%.
_______________________
When equipped with Magical Spell Shadow Weapon:
MATK +3%
Total Refine Level of entire set is at least +18:
SPL +3, S.MATK +3.
_______________________
Type: Shadow Armor
_______________________
Requirement:
Base Level 200
Basic Information
Type
ShadowGear
Requirements
Min Level
200
Scripts
Script .@r = getrefine(); bonus bMaxHP,.@r*10; bonus bMatkRate,3; bonus2 bMagicAtkEle,Ele_All,(.@r/2); if (.@r>=10) { bonus bSMatk,2; }
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bMatkRate,3;
bonus2 bMagicAtkEle,Ele_All,(.@r/2);
if (.@r>=10) {
bonus bSMatk,2;
}