Crimson Shadow Shield, теневое снаряжение (Renewal)
Crimson Shadow Shield (S_CRIMSON_SHIELD) – теневое снаряжение.

Can be worn on top of the shield. It can be worn by itself, but it's not effective.
Increase fire property damage by 3%.
When refined to +7 or higher, increase fire property damage by additional 3%.
When refined to +9 or higher, increase fire property damageb by additional 4%.
When equipped with Crimson Shadow Armor/Shield/Shoes,
Increase Crimson Rock damage as percentage equal to the sum of refine rates of set.
When equipped with Warlock 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 Crimson Shadow Shield and Warlock Shadow Weapon.
Базовые свойства предмета
- ID: 27254
- Код: S_CRIMSON_SHIELD
- Тип: теневое снаряжение
- Требуемый уровень: 99
- Профессии: wizard
- Вес: 1
Скрипт
.@r = getrefine(); bonus bMaxHP,.@r*10; if (.@r>=9) { bonus2 bMagicAtkEle,Ele_Fire,10; } else if (.@r>=7) { bonus2 bMagicAtkEle,Ele_Fire,6; } else { bonus2 bMagicAtkEle,Ele_Fire,3; }