Sting Silk Ribbon [1], броня (Renewal)

Sting Silk Ribbon [1] (STING_SILK_RIBBON) – броня.

Sting Silk Ribbon [1], броня (Renewal)

A luxurious ribbon made with soft silk.
Reduces damage taken from Earth property attacks by 20%.
This item is indestructible in battle.
If upgrade level is +5 or higher,
Reduces damage taken from Small, Medium and Large size enemies by 2%.
If upgrade level is +7 or higher,
Reduces damage taken from Small, Medium and Large size enemies by an additional 3%.
Set Bonus
Scarlet Rose
Sting Silk Ribbon
Reduces damage taken from Small, Medium and Large size enemies by 5%.
Set Bonus
Sting Card
Sting Silk Ribbon
Reduces damage taken from Small, Medium and Large size enemies by 10%.

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

  • ID: 24895
  • Код: STING_SILK_RIBBON
  • Тип: броня
  • Уровень брони: 1
  • Защита: 15
  •  
  • Требуемый уровень: 70
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 30

Скрипт

bonus bUnbreakableHelm;
bonus2 bSubEle,Ele_Earth,20;
if (getrefine()>4) {
   bonus2 bSubSize,Size_All,2;
}
if (getrefine()>6) {
   bonus2 bSubSize,Size_All,3;
}