Golden Scarf, броня (Renewal)

Golden Scarf (GOLDEN_SCARF) – броня.

Golden Scarf, броня (Renewal)

A scarf worn by the ninjas who were hired to secure ownership of some gold mine.
Required Flee + 20
If upgrade level is +7 or higher,
Increases long-ranged damage on targets by 5%.
If upgrade level is +9 or higher,
Increases long-ranged damage on targets by an additional 5%.
Set Bonus
Golden Ninja Suit
Golden Scarf
Huuma Shuriken of Dancing Petals
Reduces the cooldown of Swirling Petal by 1 second.
Increases long-ranged damage on targets by 15%.
Set Bonus
Golden Ninja Suit
Golden Scarf
Monokage
Increases the damage of Kunai Explosion by 20%.
Increases the damage of Kunai Splash by 50%.

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

  • ID: 26359
  • Код: GOLDEN_SCARF
  • Тип: броня
  • Уровень брони: 1
  • Защита: 12
  •  
  • Требуемый уровень: 100
  • Профессии: kagerou, ninja, oboro
  • Вес: 50

Скрипт

.@r = getrefine();
bonus bFlee,20;
if (.@r>=9) {
   bonus bLongAtkRate,10;
} else if (.@r>=7) {
   bonus bLongAtkRate,5;
}