ID #24616
ShadowGear
Super Magic Shadow Shield
Buy Price: N/A
Sell Price: N/A
A small shield worn on the arm for additional defense. Needs a complete set to have bonus effect.
_______________________
Increases Neutral, Magical Damage with Water, Wind, Earth and Fire element by 5%.
_______________________
Refine Level +7:
Increases Neutral, Magical Damage with Water, Wind, Earth and Fire element by 5%.
_______________________
Refine Level +9:
Enables the use of Gravitational Field, skill Level based on learned Level of Water Ball.
_______________________
When combined with Super Magic Shadow Shield and Super Magic Shadow Shoes:
Enables the use of Level 5 Double Casting.
For each Refine Level*2 of entire set:
Increases damage of Fire Bolt, Cold Bolt, Lightning Bolt, Storm Gust, Lord of Vermilion, Heaven's Drive and Meteor Storm by 1%.
_______________________
When combined with Super Novice Shadow Weapon:
Ignores physical defense of all race, except Players, by 40%.
For each Refine Level of entire set:
Ignores physical defense of all race, except Players, by additional 1%.
_______________________
Type: Shadow Shield
_______________________
Requirement:
Base Level 99
Novice
_______________________
Increases Neutral, Magical Damage with Water, Wind, Earth and Fire element by 5%.
_______________________
Refine Level +7:
Increases Neutral, Magical Damage with Water, Wind, Earth and Fire element by 5%.
_______________________
Refine Level +9:
Enables the use of Gravitational Field, skill Level based on learned Level of Water Ball.
_______________________
When combined with Super Magic Shadow Shield and Super Magic Shadow Shoes:
Enables the use of Level 5 Double Casting.
For each Refine Level*2 of entire set:
Increases damage of Fire Bolt, Cold Bolt, Lightning Bolt, Storm Gust, Lord of Vermilion, Heaven's Drive and Meteor Storm by 1%.
_______________________
When combined with Super Novice Shadow Weapon:
Ignores physical defense of all race, except Players, by 40%.
For each Refine Level of entire set:
Ignores physical defense of all race, except Players, by additional 1%.
_______________________
Type: Shadow Shield
_______________________
Requirement:
Base Level 99
Novice
Available from boxes
Basic Information
Type
ShadowGear
Job Requirements
Novice
Yes
Super Novice
Yes
Requirements
Min Level
99
Scripts
Script .@r = getrefine(); bonus bMaxHP,.@r*10; .@val = 5; if (.@r>=7) { .@val += 5; } if (.@r>=9) { skill "HW_GRAVITATION",getskilllv("WZ_WATERBALL"); } bonus2 bMagicAtkEle,Ele_Neutral,.@val; bonus2 bMagicAtkEle,Ele_Fire,.@val; bonus2 bMagicAtkEle,Ele_Earth,.@val; bonus2 bMagicAtkEle,Ele_Water,.@val; bonus2 bMagicAtkEle,Ele_Wind,.@val;
.@r = getrefine();
bonus bMaxHP,.@r*10;
.@val = 5;
if (.@r>=7) {
.@val += 5;
}
if (.@r>=9) {
skill "HW_GRAVITATION",getskilllv("WZ_WATERBALL");
}
bonus2 bMagicAtkEle,Ele_Neutral,.@val;
bonus2 bMagicAtkEle,Ele_Fire,.@val;
bonus2 bMagicAtkEle,Ele_Earth,.@val;
bonus2 bMagicAtkEle,Ele_Water,.@val;
bonus2 bMagicAtkEle,Ele_Wind,.@val;