ID #15897
Armor
Rebirth Crown [1]
Buy Price: N/A
Sell Price: N/A
One of the seven magical items that Mare possesses.
The witch's magical item gained a new form and soul through the princess's prayer.
The wearer's abilities blossom and they can draw forth glorious events from the future.
_______________________
MDEF +15
_______________________
For each Refine Level:
Increases resistance to Stone Curse status by 10%.
Decreases After Skill Delay by 3%.
_______________________
Refine Level +7:
Increases Magical Damage against monsters of every element by 15%.
Decreases Comet skill cooldown by 40 seconds.
_______________________
Refine Level +9:
Increases Magical Damage against monsters of every element by additional 15%.
Decreases Comet skill cooldown by additional 45 seconds.
_______________________
Refine Level +10:
For each 10 combined sum of base INT and DEX:
Increases Magical Damage with Neutral element by 1%.
When equipped by Warlock:
Enables the use of Level 1 Spider Web.
_______________________
When equipped with Lapine Shield:
The cooldown time reduction effect of Rebirth Crown's for Comet will not be activated.
_______________________
Type: Headgear
Defense: 12
Position: Upper
Weight: 60
Armor Level: 1
_______________________
Requirement:
Base Level 130
The witch's magical item gained a new form and soul through the princess's prayer.
The wearer's abilities blossom and they can draw forth glorious events from the future.
_______________________
MDEF +15
_______________________
For each Refine Level:
Increases resistance to Stone Curse status by 10%.
Decreases After Skill Delay by 3%.
_______________________
Refine Level +7:
Increases Magical Damage against monsters of every element by 15%.
Decreases Comet skill cooldown by 40 seconds.
_______________________
Refine Level +9:
Increases Magical Damage against monsters of every element by additional 15%.
Decreases Comet skill cooldown by additional 45 seconds.
_______________________
Refine Level +10:
For each 10 combined sum of base INT and DEX:
Increases Magical Damage with Neutral element by 1%.
When equipped by Warlock:
Enables the use of Level 1 Spider Web.
_______________________
When equipped with Lapine Shield:
The cooldown time reduction effect of Rebirth Crown's for Comet will not be activated.
_______________________
Type: Headgear
Defense: 12
Position: Upper
Weight: 60
Armor Level: 1
_______________________
Requirement:
Base Level 130
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Weight
600
Defense
12
Requirements
Armor Level
1
Min Level
130
Scripts
Script .@r = getrefine(); bonus bMdef,15; bonus2 bResEff,Eff_Stone,1000*.@r; bonus bDelayrate,-3*.@r; if (.@r>=7) { bonus2 bMagicAddEle,Ele_All,15; bonus2 bSkillCooldown,"WL_COMET",-40000; } if (.@r>=9) { bonus2 bMagicAddEle,Ele_All,15; bonus2 bSkillCooldown,"WL_COMET",-45000; } if (.@r>=10) { bonus2 bMagicAtkEle,Ele_Neutral,(readparam(bInt)+readparam(bDex))/10; if (eaclass()&EAJL_THIRD && BaseJob == Job_Wizard) skill "PF_SPIDERWEB",1; }
.@r = getrefine();
bonus bMdef,15;
bonus2 bResEff,Eff_Stone,1000*.@r;
bonus bDelayrate,-3*.@r;
if (.@r>=7) {
bonus2 bMagicAddEle,Ele_All,15;
bonus2 bSkillCooldown,"WL_COMET",-40000;
}
if (.@r>=9) {
bonus2 bMagicAddEle,Ele_All,15;
bonus2 bSkillCooldown,"WL_COMET",-45000;
}
if (.@r>=10) {
bonus2 bMagicAtkEle,Ele_Neutral,(readparam(bInt)+readparam(bDex))/10;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Wizard)
skill "PF_SPIDERWEB",1;
}