0
Register now and get: 150.000 Zeny + Summer Hat Pack, Poring Cake Hat, Battle Manual Box, JOB Battle Manual Box, Bubble Gum Box
Offline
Back
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

Equipment Slots

Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2

Basic Information

Armor
1300
25

Requirements

1
170

Scripts

.@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;
}
We use technical cookies and browser storage to keep your session active, protect the site, and remember your preferences. Learn more in our Cookie Policy.