Renewal
.:Renewal Item Database:.
Search Item By ID


Circlet Of Phoenix [0]   [Upper Head]   Item ID# 19343 (Circlet_Of_Phoenix)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
100
Defense
18
Required Lvl
100
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
A bird-shaped crown that revives many times.
It is said that those who wear it have blessings.

MDEF +15, MaxHP +10%.
Decreases variable cast time of all skills by 10%.
Increases damage of Overbrand by 10%.
Decreases fixed cast time of Overbrand by 100%.

When Level 5 King's Grace is learned:
Decreases variable cast time of Inspiration by 2 seconds.
Decreases Inspiration skill cooldown by 10 seconds.

When Level 5 Moon Slasher is learned:
Decreases variable cast 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 cast time of all skills by 5%.
Increases damage of Overbrand by 15%.

Refine Level +9:
Decreases variable cast time of all skills by additional 5%.
Increases damage of Overbrand by additional 25%.

Refine Level +10:
Ignores physical defense of all enemies by 100%.

[iRO Description]
A crown that looks like a bird that is said to revive multiple times. If you wear, you will be blessed.

Class: Headgear
Position: Upper
Defense: 18
Requires Level: 100
Usable By: All Jobs
Max HP + 10%
Mdef + 15
Reduces the variable casting time of skills by 10%.
Increases the damage of Overbrand by 10%.
Reduces the fixed casting time of Overbrand by 100%.

If King's Grace is at level 5 or higher,
Reduces the variable casting time of Inspiration by 2 seconds.
Reduces the cooldown of Inspiration by 10 seconds.

If Moonslasher is at level 5 or higher,
Reduces the variable casting time of Overbrand by 1 seconds.

If Force of Vanguard is at level 5 or higher,
Max HP + 10%
Max SP + 10%
Def + 150
Mdef + 15

If upgrade level is +7 or higher,
Reduces the variable casting time of skills by an additional 5%.
Increases the damage of Overbrand by 15%.

If upgrade level is +9 or higher,
Reduces the variable casting time of skills by an additional 5%.
Increases the damage of Overbrand by 25%.

If upgrade level is +10 or higher,
Bypass 100% of hard defense of All Race targets when performing a physical attack.
Item Script
expand to view script
{ .@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; },{},{}
Dropped By No Result

back to top