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

Blacksmith Shadow Armor (S_BLACKSMITH_ARMOR) – теневое снаряжение.

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

An armor worn on top of normal armor for additional defense. Can be equipped alone but the defense effect is insignificant.
When Weapon Perfection is used, increases the physical/magical damage inflicted on all monster sizes by 5% for 50 seconds.
When upgrade level is over +6:
For every upgrade level of Blacksmith Shadow Armor, increases bonus damage by an additional 1%.
Blacksmith Shadow Shoes
When equipped by Blacksmith, increases the physical/magical damage inflicted on all monster sizes by 3%.
Reduces the SP cost of Weapon Perfection by 20%.

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

  • Цена покупки: 10 з
  • Цена продажи: 5 з
  • Вес: 1

Скрипт

.@r = getrefine();
bonus bMaxHP,.@r*10;
.@val = 5;
if (.@r > 6) {
   .@val += .@r-6;
}
autobonus3 "{ bonus2 bAddSize,Size_All,"+.@val+"; bonus2 bMagicAddSize,Size_All,"+.@val+"; }",1000,50000,"BS_WEAPONPERFECT";