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 #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

Equipment Slots

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

Basic Information

Armor
750
32

Requirements

1
170

Scripts

.@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;
}
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.