Super Magic Shadow Shield, теневое снаряжение (Renewal)
Super Magic Shadow Shield (S_SUPER_MAGIC_SHIELD) – теневое снаряжение.

Increases neutral, water, wind, earth and fire property magical damage by 5%.
If refine rate is 7 or higher, increases neutral, water, wind, earth and fire property magical damage by additional 5%.
If refine rate is 9 or higher, enables to use Gravitational Field which has the same skill level as Water Ball user learned.
When Super Magic Shadow Armor, Shield and Shoes are equipped together, enables to use Double Bolt level 5, increases Fire Bolt, Cold Bolt, Lightning Bolt, Storm Gust, Lord of Vermilion, Heaven's Drive and Meteor Storm damage as percentage equal to 2 times of the sum of refine rate of set.
When equipped with Super Novice Shadow Weapon, ignores magical defense rate of all race monsters (except players) by 40%, additional magical defense rate ignoring equal to the sum of refine rate of Super Magic Shadow Shield and Super Novice Shadow Weapon.
Базовые свойства предмета
- ID: 27351
- Код: S_SUPER_MAGIC_SHIELD
- Тип: теневое снаряжение
- Требуемый уровень: 99
- Профессии: novice, super_novice
- Вес: 1
Скрипт
.@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;