YSF01 Manteau [1], броня (Renewal)
YSF01 Manteau [1] (YSF01_MANTEAU) – броня.
![YSF01 Manteau [1], броня (Renewal) YSF01 Manteau [1], броня (Renewal)](/images/db/items/picture/20856.png)
The manteau used by Werner's experiment. Beware, you may be consumed by its power.
Reduces the after cast delay of skills by 10%,
if the users base Vit is 125 or higher.
If upgrade level is +8 or higher,
Atk + 20
If upgrade level is +11 or higher,
Reduces the after cast delay of skills by an additional 3%.
If upgrade level is +13 or higher,
Reduces the after cast delay of skills by an additional 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: 26387
- Код: YSF01_MANTEAU
- Тип: броня
- Уровень брони: 1
- Защита: 32
- Требуемый уровень: 170
- Вес: 75
Скрипт
.@r = getrefine(); if (.@r >= 8) { bonus bBaseAtk,20; if (.@r >= 11) { .@val = -3; if (.@r >= 13) { .@val += -4; } } } if (readparam(bVit) >= 125) { .@val += -10; } if (.@val) { bonus bDelayrate,.@val; }