
RENEWAL / ITEMS
Super Magic Shadow Shield
#24616Shadow Gear
S_Super_Magic_Shield
TypeShadow Gear
Equipment positionShadow shield
GenderBoth
Weight0
Buy price0 z
Sell price0 z
Required level99
Description
Increases magic damage to Neutral, Water, Wind, Earth and Fire property by 5%.
------------------------
When refined to +7 or higher, magic damage to Neutral, Water, Wind, Earth and Fire property increases 5% additionally.
------------------------
When refined to +9 or higher, enables to use Gravity Field which has the same skill level as Water Ball user learned.
------------------------
When equipped with Super Magic Shadow Armor, Shield and Shoes, enables to use Double Bolt level 5,
Increases Fire Bolt, Cold Bolt, Lightning Bold, Storm Gust, Lord of Vermillion, Heaven's Drive, and Meteor Storm damage by 2x the sum of refinement level.
------------------------
When equipped with Super Novice Shadow Weapon,
ignores magical defense rate of all race monsters (except players) by 40%, and ignores additional magic defense equal to the sum of the refinement levels of Super Magic Shield Shadow/Super Novice Weapon Shadow.
------------------------
Type : Shadow Equipment
Location : Shield
Weight : 0
Required Level : 99
Class : Novice Class
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Shadow shield
- Jobs
- Novice
- Yes
- Super Novice
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect 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;