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

Circulation of Life: Winter [1]

Buy Price: N/A Sell Price: N/A
A manteau that amplifies the energy of winter according to the truth of the Circularity of Life.
True power awakens with the power of the constellations.
_______________________
POW +2, CON +2, Critical +4.
_______________________
For each 2 Refine Levels:
ATK +5, Critical +1
_______________________
For each 3 Refine Levels:
Increases Critical Damage by 1%.
CRT +1
_______________________
Refine Level +7:
Decreases Variable Casting Time by 5%.
C.RATE +3
_______________________
Refine Level +9:
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
Refine Level +11:
P.ATK +7
Decreases After Skill Delay by 10%.
_______________________
[Bonus by Grade]
[Grade D]: RES +25, MRES +25.
[Grade C]: Critical +10, Physical Damage +7%.
[Grade B]: POW +5, CON +5, CRT +5, C.RATE +5
[Grade A]: Critical Damage +15%, C.RATE +7.
_______________________
Type: Garment
Defense: 80
Weight: 70
Armor Level: 2
_______________________
Requirement:
Base Level 250

Equipment Slots

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

Basic Information

Armor
700
80

Requirements

2
250

Scripts

.@g = getenchantgrade(); .@r = getrefine(); bonus bCritical,4+(.@r/2); bonus bPow,2; bonus bCon,2; bonus bBaseAtk,5*(.@r/2); bonus bCritAtkRate,(.@r/3); bonus bCrt,(.@r/3); if (.@r>=7) { bonus bVariableCastrate,-5; bonus bCRate,3; if (.@r>=9) { bonus bAspdRate,10; if (.@r>=11) { bonus bDelayrate,-10; bonus bPAtk,7; } } } if (.@g>=ENCHANTGRADE_D) { bonus bMRes,25; bonus bRes,25; if (.@g>=ENCHANTGRADE_C) { bonus bShortAtkRate,7; bonus bLongAtkRate,7; bonus bCritical,10; if (.@g>=ENCHANTGRADE_B) { bonus bCRate,5; bonus bPow,5; bonus bCon,5; bonus bCrt,5; if (.@g>=ENCHANTGRADE_A) { bonus bCritAtkRate,15; bonus bCRate,7; } } } }
.@g = getenchantgrade();
.@r = getrefine();
bonus bCritical,4+(.@r/2);
bonus bPow,2;
bonus bCon,2;
bonus bBaseAtk,5*(.@r/2);
bonus bCritAtkRate,(.@r/3);
bonus bCrt,(.@r/3);
if (.@r>=7) {
   bonus bVariableCastrate,-5;
   bonus bCRate,3;
   if (.@r>=9) {
      bonus bAspdRate,10;
      if (.@r>=11) {
         bonus bDelayrate,-10;
         bonus bPAtk,7;
      }
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bMRes,25;
   bonus bRes,25;
   if (.@g>=ENCHANTGRADE_C) {
      bonus bShortAtkRate,7;
      bonus bLongAtkRate,7;
      bonus bCritical,10;
      if (.@g>=ENCHANTGRADE_B) {
         bonus bCRate,5;
         bonus bPow,5;
         bonus bCon,5;
         bonus bCrt,5;
         if (.@g>=ENCHANTGRADE_A) {
            bonus bCritAtkRate,15;
            bonus bCRate,7;
         }
      }
   }
}
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.