Strain Shadow Weapon, теневое снаряжение (Renewal)
Strain Shadow Weapon (S_STRAIN_WEAPON) – теневое снаряжение.

Increases earth property magical damage by 3%.
If refine rate is 7 or higher, increases earth property magical damage by additional 3%.
If refine rate is 9 or higher, increases earth property magical damage by additional 4%.
When Strain Shadow Weapon, Pendant and Earring are equipped together, increases Earth Strain damage as percentage equal to the sum of refine rate of set.
When equipped with Warlock Shadow Shield, 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 Strain Shadow Weapon and Warlock Shadow Shield.
Базовые свойства предмета
- ID: 27250
- Код: S_STRAIN_WEAPON
- Тип: теневое снаряжение
- Требуемый уровень: 99
- Профессии: wizard
- Вес: 1
Скрипт
.@r = getrefine(); bonus bBaseAtk,.@r; bonus bMatk,.@r; if (.@r>=9) { bonus2 bMagicAtkEle,Ele_Earth,10; } else if (.@r>=7) { bonus2 bMagicAtkEle,Ele_Earth,6; } else { bonus2 bMagicAtkEle,Ele_Earth,3; }