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

Shatter Buster Shadow Earring (S_SHATTER_BUSTER_EARING) – теневое снаряжение.

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

MaxSP + 5%.
If refine rate is 7 or higher, increases long ranged physical damage by 7%.
If refine rate is 9 or higher, reduces SP consumption of Vanishing Buster by 15%.
When Shatter Buster Shadow Earring, Pendant and Shoes are equipped together, increases Shatter Storm and Vanishing Buster damage as percentage equal to the half of the sum of refine rate of set.
When equipped with Rebellion 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 Shatter Buster Shadow Earring and Rebellion Shadow Armor.

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

  • Вес: 1

Скрипт

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