Savage Rabbit Shadow Earring, теневое снаряжение (Renewal)

Savage Rabbit Shadow Earring (S_SAVAGERABBIT_EARING) – теневое снаряжение.

Savage Rabbit Shadow Earring, теневое снаряжение (Renewal)

Increases long ranged physical damage by 5%.
If refine rate is 7 or higher, increases long ranged physical damage by additional 5%.
If refine rate is 9 or higher, reduces SP consumption of Lunatic Carrot Beat by 10%.
When Savage Rabbit Shadow Earring, Pendant and Shoes are equipped together, increases Lunatic Carrot Beat and Spirit of Savage damage as percentage equal to the sum of refine rate of set.
When equipped with Doram Physical Shadow Armor, ignores defense rate of all race monsters (except players) by 40%, additional defense rate ignoring equal to the sum of refine rate of Savage Rabbit Shadow Earring and Doram Physical Shadow Armor.

Базовые свойства предмета

  • Вес: 1

Скрипт

.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bLongAtkRate,5;
if (.@r>=7) {
   bonus bLongAtkRate,5;
}
if (.@r>=9) {
   bonus2 bSkillUseSPrate,"SU_LUNATICCARROTBEAT",10;
}