ID #400054
Armor
Great Magician's Ceremonial Crown [1]
Buy Price: N/A
Sell Price: N/A
It is said that a certain great mage prepared it in a robe and used it.
It has been modified to suit the OS weapons.
_______________________
For each 2 Refine Levels:
MATK +20
_______________________
Refine Level +7:
Decreases Variable Casting Time by 15%.
_______________________
Refine Level +9:
Increases Magical Damage with every element by 15%.
_______________________
Refine Level +11:
Increases Magical Damage against monsters of Small and Medium sized enemies by 15%.
Decreases Fixed Casting Time by 0.2 seconds.
_______________________
When equipped with Cannon Rapier-OS:
MATK +30
For each 2 Refine Levels of Cannon Rapier-OS:
Increases damage of Hell Inferno by 4%.
_______________________
When equipped with Rutilus Stick-OS:
MATK +30
For each 2 Refine Levels of Rutilus Stick-OS:
Increases damage of Comet by 4%.
_______________________
When equipped with Kuroiro-OS:
Increases Magical Damage with Water, Wind and Fire element by 5%.
For each 2 Refine Levels of Kuroiro-OS:
Increases damage of Flaming Petals, Freezing Spear and Wind Blade by 3%.
_______________________
Type: Headgear
Defense: 0
Position: Upper
Weight: 10
Armor Level: 1
_______________________
Requirement:
Base Level 130
It has been modified to suit the OS weapons.
_______________________
For each 2 Refine Levels:
MATK +20
_______________________
Refine Level +7:
Decreases Variable Casting Time by 15%.
_______________________
Refine Level +9:
Increases Magical Damage with every element by 15%.
_______________________
Refine Level +11:
Increases Magical Damage against monsters of Small and Medium sized enemies by 15%.
Decreases Fixed Casting Time by 0.2 seconds.
_______________________
When equipped with Cannon Rapier-OS:
MATK +30
For each 2 Refine Levels of Cannon Rapier-OS:
Increases damage of Hell Inferno by 4%.
_______________________
When equipped with Rutilus Stick-OS:
MATK +30
For each 2 Refine Levels of Rutilus Stick-OS:
Increases damage of Comet by 4%.
_______________________
When equipped with Kuroiro-OS:
Increases Magical Damage with Water, Wind and Fire element by 5%.
For each 2 Refine Levels of Kuroiro-OS:
Increases damage of Flaming Petals, Freezing Spear and Wind Blade by 3%.
_______________________
Type: Headgear
Defense: 0
Position: Upper
Weight: 10
Armor Level: 1
_______________________
Requirement:
Base Level 130
Available from boxes
Equipment Reform
Available through the reform system C_Armor_Reform_1
- Armor Upgrade Stone(Lower) × 100
- Mysterious Component × 100
- Cor Core × 20
Available through the reform system C_Armor_Reform_2
- Armor Upgrade Stone(Intermediate) × 100
- Mysterious Component × 300
- Cor Core × 60
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
Acquisition method
Equipment reform
Requirements
Armor Level
1
Min Level
130
Scripts
Script .@r = getrefine(); bonus bMatk,20*(.@r/2); if (.@r>=7) { bonus bVariableCastrate,-15; } if (.@r>=9) { bonus2 bMagicAtkEle,Ele_All,15; } if (.@r>=11) { bonus bFixedCast,-200; bonus2 bMagicAddSize,Size_Small,15; bonus2 bMagicAddSize,Size_Medium,15; }
.@r = getrefine();
bonus bMatk,20*(.@r/2);
if (.@r>=7) {
bonus bVariableCastrate,-15;
}
if (.@r>=9) {
bonus2 bMagicAtkEle,Ele_All,15;
}
if (.@r>=11) {
bonus bFixedCast,-200;
bonus2 bMagicAddSize,Size_Small,15;
bonus2 bMagicAddSize,Size_Medium,15;
}