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

Infinity Shadow Earring (S_INFINITY_EARRING) – теневое снаряжение.

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

Increases physical and magical damage against small, medium and large size enemies by 1%.
If refine rate is 7 or higher, increases physical and magical damage against small, medium and large size enemies by additional 1%.
If refine rate is 9 or higher, increases physical and magical damage against small, medium and large size enemies by additional 1%.
When Infinity Shadow Earring and Infinity Shadow Pendant are equipped together, Atk + 1%.
If the sum of refine rate is 15 or higher, negates size penalty.

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

  • Вес: 1

Скрипт

.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus2 bAddSize,Size_All,1;
bonus2 bMagicAddSize,Size_All,1;
if (.@r>=7) {
   bonus2 bAddSize,Size_All,1;
   bonus2 bMagicAddSize,Size_All,1;
}
if (.@r>=9) {
   bonus2 bAddSize,Size_All,1;
   bonus2 bMagicAddSize,Size_All,1;
}