
RENEWAL / ITEMS
YSF01 Manteau [1]
#20856Armor
YSF01_Manteau
TypeArmor
Equipment positionGarment
GenderBoth
Weight75
Buy price0 z
Sell price0 z
DEF32
Slots1
Required level170
Armor level1
Description
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.
Class: Garment
Defense: 32
Weight: 75
Requires Level: 170
Usable By: All Jobs
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Garment
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@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;
}