Nature Suit [1], броня (Renewal)

Nature Suit [1] (HIPPIE_CLOTH_J) – броня.

 

The plate used by Werner's experiment. Beware, you may be consumed by its power.

Atk + 1% per upgrade level of the item,
if the users base Str is 125 or higher.
If upgrade level is +8 or higher,
Additional Atk + 5%
If upgrade level is +11 or higher,
Additional Atk + 2%
If upgrade level is +13 or higher,
Additional Atk + 4%

SET BONUS
YSF01 Greaves
YSF01 Plate
Aspd + 1% per upgrade level of YSF01 Greaves.

SET BONUS
YSF01 Greaves
YSF01 Manteau
YSF01 Plate
If the combined upgrade levels of YSF01 Greaves,
YSF01 Manteau and YSF01 Plate are +39 or higher,
Adds a 5% chance of buffing the user for
5 seconds when performing a physical attack;
Bypass 100% of hard defense of normal monsters
and boss monsters when performing a physical attack.

SET BONUS
YSF01 Manteau
YSF01 Plate
Reduces the after cast delay of skills by
1% per upgrade level of YSF01 Manteau.

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

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

Скрипт

.@r = getrefine();
bonus2 bHPRegenRate,1500,5000;
bonus2 bSPRegenRate,15,5000;
bonus bHPGainValue,50;
bonus bSPGainValue,5;
bonus bMagicHPGainValue,50;
bonus bMagicSPGainValue,5;
if (.@r>=7) {
   bonus bHPGainValue,50;
   bonus bSPGainValue,5;
   bonus bMagicHPGainValue,50;
   bonus bMagicSPGainValue,5;
   if (.@r>=9) {
       bonus bHPGainValue,100;
       bonus bSPGainValue,10;
       bonus bMagicHPGainValue,100;
       bonus bMagicSPGainValue,10;
   }
}