Gray Wing Boots, броня (Renewal)

Gray Wing Boots (GRAY_WING_BOOTS) – броня.

Gray Wing Boots, броня (Renewal)

A special artifact which empowers both black magic and white magic.
Max HP + 3%
Max SP + 3%
Mdef + 15
Enables Level 1 Hiding.
Increases long-ranged damage on targets by 2%.
Increases critical damage on targets by 2%.
If upgrade level is +5 or higher,
Additional Max HP + 7%
Additional Max SP + 7%
Increases long-ranged damage on targets by an additional 3%.
Increases critical damage on targets by an additional 3%.
If upgrade level is +7 or higher,
Additional Max HP + 10%
Additional Max SP + 10%
Increases long-ranged damage on targets by an additional 5%.
Increases critical damage on targets by an additional 5%.
Set Bonus
Black Wing Suit [1]
Gray Wing Boots
Restores 500 HP to the user when a monster is killed by a physical attack.
Increases the damage of Bomb Cluster by 30% for every 20 base Int.
Reduces the SP cost of Electric Shock by 30.
Increased Movement Speed.
If Black Wing Suit [1] upgrade level is +7 or higher,
Perfect Dodge + 6
Reduces damage taken from Demi-Human race enemies by 8%.
Increases the damage of Bomb Cluster by an additional 400%
Increases the damage of Aimed Bolt by 20%
If Black Wing Suit [1] upgrade level is +9 or higher,
Additional Perfect Dodge + 3
Reduces damage taken from Demi-Human race enemies by an additional 4%.
Increases the damage of Bomb Cluster by an additional 200%.
Increases the damage of Aimed Bolt by an additional 10%.

Set Bonus
Gray Wing Boots
White Wing Suit [1]
Increases critical damage on targets by 4% for every 20 base Luk.
Increased Movement Speed.
If White Wing Wing Suit [1] upgrade level is +7 or higher,
Aspd + 8%
Reduces damage taken from Demi-Human race enemies by 8%.
Increases the damage of Blitz Beat by 40%.
Increases the damage of Focused Arrow Strike by 50%.
If White Wing Wing Suit [1] upgrade level is +9 or higher,
Additional Aspd + 4%
Reduces damage taken from Demi-Human race enemies by an additional 4%.
Increases the damage of Blitz Beat by an additional 20%.
Increases the damage of Focused Arrow Strike by an additional 25%.

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

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

Скрипт

.@r = getrefine();
bonus bMaxHPrate,3;
bonus bMaxSPrate,3;
bonus bMdef,15;
bonus bLongAtkRate,2;
bonus bCritAtkRate,2;
skill "TF_HIDING",1;
if (.@r>=5) {
   bonus bMaxHPrate,7;
   bonus bMaxSPrate,7;
   bonus bLongAtkRate,3;
   bonus bCritAtkRate,3;
}
if (.@r>=7) {
   bonus bMaxHPrate,10;
   bonus bMaxSPrate,10;
   bonus bLongAtkRate,5;
   bonus bCritAtkRate,5;
}