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

Circlet of Phoenix

Buy Price: N/A Sell Price: N/A
A bird-shaped crown that revives many times.
It is said that those who wear it have blessings.
_______________________
MDEF +15
_______________________
MaxHP +10%
_______________________
Decreases Variable Casting Time by 10%.
_______________________
Increases damage of Overbrand by 10%.
_______________________
Decreases Fixed Casting Time of Overbrand by 100%.
_______________________
When Level 5 King's Grace is learned:
Decreases Variable Casting Time of Inspiration by 2 seconds.
Decreases Inspiration skill cooldown by 10 seconds.
_______________________
When Level 5 Moon Slasher is learned:
Decreases Variable Casting Time of Overbrand by 1 second.
_______________________
When Level 5 Moon Slasher is learned:
MaxHP +10%, MaxSP +10%
DEF +150, MDEF +15
_______________________
Refine Level +7:
Decreases Variable Casting Time by 5%.
Increases damage of Overbrand by 15%.
_______________________
Refine Level +9:
Decreases Variable Casting Time by additional 5%.
Increases damage of Overbrand by additional 25%.
_______________________
Refine Level +10:
Ignores physical defense of all enemies by 100%.
_______________________
Type: Headgear
Defense: 18
Position: Upper
Weight: 100
Armor Level: 1
_______________________
Requirement:
Base Level 100

Equipment Slots

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

Basic Information

Armor
1000
18

Requirements

1
100

Scripts

.@r = getrefine(); .@mdef = 15; .@hp = 10; .@dmg = 10; .@cast = -10; bonus2 bFixedCastrate,"LG_OVERBRAND",-100; if (.@r>=7) { .@cast -= 5; .@dmg += 15; if (.@r>=9) { .@cast -= 5; .@dmg += 25; if (.@r>=10) { bonus bIgnoreDefRace,RC_All; } } } if (getskilllv("LG_KINGS_GRACE")>=5) { bonus2 bSkillCooldown,"LG_INSPIRATION",-10000; bonus2 bSkillVariableCast,"LG_INSPIRATION",-2000; } if (getskilllv("LG_MOONSLASHER")>=5) { bonus2 bSkillVariableCast,"LG_OVERBRAND",-1000; } if (getskilllv("LG_FORCEOFVANGUARD")>=5) { .@hp += 10; .@mdef += 15; bonus bMaxSPrate,10; bonus bDef,150; } bonus bMdef,.@mdef; bonus bMaxHPrate,.@hp; bonus2 bSkillAtk,"LG_OVERBRAND",.@dmg; bonus bVariableCastrate,.@cast;
.@r = getrefine();
.@mdef = 15;
.@hp = 10;
.@dmg = 10;
.@cast = -10;
bonus2 bFixedCastrate,"LG_OVERBRAND",-100;
if (.@r>=7) {
   .@cast -= 5;
   .@dmg += 15;
   if (.@r>=9) {
      .@cast -= 5;
      .@dmg += 25;
      if (.@r>=10) {
         bonus bIgnoreDefRace,RC_All;
      }
   }
}
if (getskilllv("LG_KINGS_GRACE")>=5) {
   bonus2 bSkillCooldown,"LG_INSPIRATION",-10000;
   bonus2 bSkillVariableCast,"LG_INSPIRATION",-2000;
}
if (getskilllv("LG_MOONSLASHER")>=5) {
   bonus2 bSkillVariableCast,"LG_OVERBRAND",-1000;
}
if (getskilllv("LG_FORCEOFVANGUARD")>=5) {
   .@hp += 10;
   .@mdef += 15;
   bonus bMaxSPrate,10;
   bonus bDef,150;
}
bonus bMdef,.@mdef;
bonus bMaxHPrate,.@hp;
bonus2 bSkillAtk,"LG_OVERBRAND",.@dmg;
bonus bVariableCastrate,.@cast;
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.