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%.
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