ID #400094
Armor
Jade Crown [1]
Buy Price: N/A
Sell Price: N/A
A crown designed for specific subjects.
The jadeite crown has a pink lace. It is said that it plays a role in increasing the power.
_______________________
For each 2 Refine Levels:
MATK +2%
Increases SP Recovery Rate by 6%.
_______________________
Refine Level +7:
All Basic Stats +3
_______________________
Refine Level +9:
MATK +4%
_______________________
Refine Level +11:
Increases Magical Damage with Neutral, Fire and Ghost element by 20%.
_______________________
When equipped with Crimson Rose Stick:
Decreases Crimson Rock skill cooldown by 1 second.
For each Refine Level of Crimson Rose Stick:
Increases damage of Crimson Rock by 3%.
_______________________
When equipped with Staff of Miracle:
Increases Magical Damage with Ghost element by 3%.
For each Refine Level of Staff of Miracle:
Increases damage of Soul Expansion by 3%.
_______________________
When equipped with Gravitation Staff:
Increases Magical Damage with Neutral element by 3%.
For each Refine Level of Gravitation Staff:
Increases damage of Gravitation Field and Comet by 3%.
_______________________
Type: Headgear
Defense: 10
Position: Upper
Weight: 10
Armor Level: 1
_______________________
Requirement:
Base Level 170
Warlock
The jadeite crown has a pink lace. It is said that it plays a role in increasing the power.
_______________________
For each 2 Refine Levels:
MATK +2%
Increases SP Recovery Rate by 6%.
_______________________
Refine Level +7:
All Basic Stats +3
_______________________
Refine Level +9:
MATK +4%
_______________________
Refine Level +11:
Increases Magical Damage with Neutral, Fire and Ghost element by 20%.
_______________________
When equipped with Crimson Rose Stick:
Decreases Crimson Rock skill cooldown by 1 second.
For each Refine Level of Crimson Rose Stick:
Increases damage of Crimson Rock by 3%.
_______________________
When equipped with Staff of Miracle:
Increases Magical Damage with Ghost element by 3%.
For each Refine Level of Staff of Miracle:
Increases damage of Soul Expansion by 3%.
_______________________
When equipped with Gravitation Staff:
Increases Magical Damage with Neutral element by 3%.
For each Refine Level of Gravitation Staff:
Increases damage of Gravitation Field and Comet by 3%.
_______________________
Type: Headgear
Defense: 10
Position: Upper
Weight: 10
Armor Level: 1
_______________________
Requirement:
Base Level 170
Warlock
Available from boxes
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
100
Defense
10
Job Requirements
Wizard
Yes
Requirements
Armor Level
1
Min Level
170
Item Flags
Drop Effect
Yes
Scripts
Script .@r = getrefine(); bonus bSPrecovRate,6*(.@r/2); bonus bMatkRate,2*(.@r/2); if (.@r>=7) { bonus bAllStats,3; } if (.@r>=9) { bonus bMatkRate,4; } if (.@r>=11) { bonus2 bMagicAtkEle,Ele_Ghost,20; bonus2 bMagicAtkEle,Ele_Neutral,20; bonus2 bMagicAtkEle,Ele_Fire,20; }
.@r = getrefine();
bonus bSPrecovRate,6*(.@r/2);
bonus bMatkRate,2*(.@r/2);
if (.@r>=7) {
bonus bAllStats,3;
}
if (.@r>=9) {
bonus bMatkRate,4;
}
if (.@r>=11) {
bonus2 bMagicAtkEle,Ele_Ghost,20;
bonus2 bMagicAtkEle,Ele_Neutral,20;
bonus2 bMagicAtkEle,Ele_Fire,20;
}