YSF01 Greave [1], броня (Renewal)
YSF01 Greave [1] (YSF01_GREAVE) – броня.
![YSF01 Greave [1], броня (Renewal) YSF01 Greave [1], броня (Renewal)](/images/db/items/picture/22141.png)
The greaves used by Werner's experiment. Beware, you may be consumed by its power.
Increases critical damage on targets by 30%,
if the users base Luk is 125 or higher.
If upgrade level is +8 or higher,
Aspd + 8%
If upgrade level is +11 or higher,
Aspd + 1
If upgrade level is +13 or higher,
Increases critical damage on targets by an additional 10%.
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: 26657
- Код: YSF01_GREAVE
- Тип: броня
- Уровень брони: 1
- Защита: 25
- Требуемый уровень: 170
- Вес: 130
Скрипт
.@r = getrefine(); if (.@r >= 8) { bonus bAspdRate,8; if (.@r >= 11) { bonus bAspd,1; if (.@r >= 13) { .@val = 10; } } } if (readparam(bLuk) >= 125) { .@val += 30; } if (.@val) { bonus bCritAtkRate,.@val; }