ID #20856
Armor
YSF01 Manteau [1]
Buy Price: N/A
Sell Price: N/A
The manteau used by Werner Institute's experiment, YSF01. There are powerful magic swirling inside seemed cut off from the world.
If used abusely, its magic power will consume its wearer.
_______________________
Refine Level +8:
ATK +20
_______________________
Refine Level +11:
Decreases After Skill Delay by 3%.
_______________________
Refine Level +13:
Decreases After Skill Delay by 4%.
_______________________
Base VIT at least 125:
Decreases After Skill Delay by 10%.
_______________________
Type: Garment
Defense: 32
Weight: 75
Armor Level: 1
_______________________
Requirement:
Base Level 170
If used abusely, its magic power will consume its wearer.
_______________________
Refine Level +8:
ATK +20
_______________________
Refine Level +11:
Decreases After Skill Delay by 3%.
_______________________
Refine Level +13:
Decreases After Skill Delay by 4%.
_______________________
Base VIT at least 125:
Decreases After Skill Delay by 10%.
_______________________
Type: Garment
Defense: 32
Weight: 75
Armor Level: 1
_______________________
Requirement:
Base Level 170
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Weight
750
Defense
32
Requirements
Armor Level
1
Min Level
170
Scripts
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; }
.@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;
}