Item Details

Super Magic Shadow Shield ( S_Super_Magic_Shield )

# 24616 Super Magic Shadow Shield
Super Magic Shadow Shield Buy: zeny Sell: 0 zeny Weight: 0 Slots: N/A
Type: Shadow Equipment item. Subtype: N/A Gender: Both Locations: Shadow Shield
Attack: N/A M. Attack: N/A Range: N/A Defense: N/A
Weapon Level: N/A Armor Level: N/A Equip Level Min: 99 Equip Level Max: N/A
Refineable: 1 Gradable: N/A Element: Neutral Classes: N/A

Peça adicional de escudo usada para complementar um escudo convencional.
--------------------------
HP máx. +10 por refino.
--------------------------
Dano mágico de propriedade Neutro, Água, Vento, Terra e Fogo +5%.
Refino +7 ou mais:
Dano mágico de propriedade Neutro, Água, Vento, Terra e Fogo +5% adicional.
Refino +9 ou mais:
Habilita [Campo Gravitacional] no mesmo nível aprendido de [Esfera d’Água].
--------------------------
Conjunto
Luva Sombria de Superaprendiz
Ignora 40% da DEFM de todas as raças de monstros.
A cada refino de cada peça do conjunto:
Ignora +1% da DEFM.
--------------------------
Tipo: Equip. Sombrio
Posição: Escudo
Peso: 0 Nv. mín.: 99
Classes: Aprendizes, Superaprendizes e evoluções

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

N/A

Allowed in player purchase shop: Summons monster: Bind On Equip: Stacking restriction in inventory:
Stacking restriction in cart: Stacking restriction in storage: Stacking restriction in guild storage: Can be dropped:
Can be traded: Can be traded with partner: Can be sold to NPC: Can be placed in the cart:
Can be placed in the storage: Can be placed in guild storage: Can be put in a mail: Can be put in an auction:
Delay:
.@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;
N/A
N/A