ID #22141
Armor
YSF01 Greave [1]
Buy Price: N/A
Sell Price: N/A
The greaves 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:
Increases Attack Speed (decreases After Attack Delay by 8%).
_______________________
Refine Level +11:
ASPD +1
_______________________
Refine Level +13:
Increases Critical Damage by 10%.
_______________________
Base LUK at least 125:
Increases Critical Damage by additional 30%.
_______________________
Type: Shoes
Defense: 25
Weight: 130
Armor Level: 1
_______________________
Requirement:
Base Level 170
If used abusely, its magic power will consume its wearer.
_______________________
Refine Level +8:
Increases Attack Speed (decreases After Attack Delay by 8%).
_______________________
Refine Level +11:
ASPD +1
_______________________
Refine Level +13:
Increases Critical Damage by 10%.
_______________________
Base LUK at least 125:
Increases Critical Damage by additional 30%.
_______________________
Type: Shoes
Defense: 25
Weight: 130
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
1300
Defense
25
Requirements
Armor Level
1
Min Level
170
Scripts
Script .@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; }
.@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;
}