Blasti-OS [2], двуручный топор (Renewal)

Blasti-OS [2] (BLASTI_OS) – оружие.

Blasti-OS [2], двуручный топор (Renewal)

A seemingly bladeless ax.
Its blade, reddish brown in color, can only be seen when it's swung. Even then, it's still faintly visible.

Indestructible.
Damage -10% from Small and Medium monsters
+7 Effect: Additional damage -15% from Small and Medium monsters
+9 Effect: Long-ranged Physical damage +15%
+11 Effect: Post-skill delay -10%

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

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

Скрипт

.@r = getrefine();
.@red = 10;
bonus bUnbreakableWeapon;
if (.@r >= 7) {
   .@red += 15;
   if (.@r >= 9) {
      bonus bLongAtkRate,15;
      if (.@r >= 11) {
         bonus bDelayrate,-10;
      }
   }
}
bonus2 bSubSize,Size_Medium,.@red;
bonus2 bSubSize,Size_Large,.@red;