Silvervine Shadow Earring, теневое снаряжение (Renewal)
Silvervine Shadow Earring (S_SILVERVINE_EARING) – теневое снаряжение.

Increases earth, fire, water, wind and ghost property magical damage by 3%.
If refine rate is 7 or higher, increases earth, fire, water, wind and ghost property magical damage by additional 3%.
If refine rate is 9 or higher, increases earth, fire, water, wind and ghost property magical damage by additional 4%.
When Silvervine Shadow Earring, Pendant and Shoes are equipped together, increases Silvervine Stem Spear damage as percentage equal to the half of the sum of refine rate of set.
When equipped with Doram Magical Shadow Armor, 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 Silvervine Shadow Earring and Doram Magical Shadow Armor.
Базовые свойства предмета
- ID: 27378
- Код: S_SILVERVINE_EARING
- Тип: теневое снаряжение
- Требуемый уровень: 99
- Профессии: spirit_handler, summoner
- Вес: 1
Скрипт
.@r = getrefine(); bonus bMaxHP,.@r*10; if (.@r>=9) { bonus2 bMagicAtkEle,Ele_Ghost,10; bonus2 bMagicAtkEle,Ele_Fire,10; bonus2 bMagicAtkEle,Ele_Earth,10; bonus2 bMagicAtkEle,Ele_Water,10; bonus2 bMagicAtkEle,Ele_Wind,10; } else if (.@r>=7) { bonus2 bMagicAtkEle,Ele_Ghost,6; bonus2 bMagicAtkEle,Ele_Fire,6; bonus2 bMagicAtkEle,Ele_Earth,6; bonus2 bMagicAtkEle,Ele_Water,6; bonus2 bMagicAtkEle,Ele_Wind,6; } else { bonus2 bMagicAtkEle,Ele_Ghost,3; bonus2 bMagicAtkEle,Ele_Fire,3; bonus2 bMagicAtkEle,Ele_Earth,3; bonus2 bMagicAtkEle,Ele_Water,3; bonus2 bMagicAtkEle,Ele_Wind,3; }