ID #400079
Armor
Trial Diadem [1]
Buy Price: N/A
Sell Price: N/A
A crown in the shape of a unique curved tube made for specific subjects. Decorated with blue gemstones.
_______________________
For each 2 Refine Levels:
ATK +20
MATK +20
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
Refine Level +9:
ATK +15%
Increases Magical Damage with Holy element by 15%.
_______________________
Refine Level +11:
Increases damage against enemies of every size by 10%.
Decreases Fixed Casting Time by 0.2 seconds.
_______________________
When equipped with Farthezan:
Decreases Variable Casting Time by 10%.
For each Refine Level of Farthezan:
Increases damage of Pressure and Genesis Ray by 10%.
_______________________
When equipped with Harve:
Decreases Shield Press skill cooldown by 1 second.
For each Refine Level of Harve:
Increases damage of Shield Press by 10%.
_______________________
When equipped with Fortrage:
Decreases Cannon Spear skill cooldown by 0.5 seconds.
For each Refine Level of Fortrage:
Increases damage of Cannon Spear by 12%.
_______________________
Type: Headgear
Defense: 10
Position: Upper
Weight: 10
Armor Level: 1
_______________________
Requirement:
Base Level 170
Royal Guard
_______________________
For each 2 Refine Levels:
ATK +20
MATK +20
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
Refine Level +9:
ATK +15%
Increases Magical Damage with Holy element by 15%.
_______________________
Refine Level +11:
Increases damage against enemies of every size by 10%.
Decreases Fixed Casting Time by 0.2 seconds.
_______________________
When equipped with Farthezan:
Decreases Variable Casting Time by 10%.
For each Refine Level of Farthezan:
Increases damage of Pressure and Genesis Ray by 10%.
_______________________
When equipped with Harve:
Decreases Shield Press skill cooldown by 1 second.
For each Refine Level of Harve:
Increases damage of Shield Press by 10%.
_______________________
When equipped with Fortrage:
Decreases Cannon Spear skill cooldown by 0.5 seconds.
For each Refine Level of Fortrage:
Increases damage of Cannon Spear by 12%.
_______________________
Type: Headgear
Defense: 10
Position: Upper
Weight: 10
Armor Level: 1
_______________________
Requirement:
Base Level 170
Royal Guard
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
Crusader
Yes
Requirements
Armor Level
1
Min Level
170
Item Flags
Drop Effect
Yes
Scripts
Script .@r = getrefine(); bonus bMatk,20*(.@r/2); bonus bBaseAtk,20*(.@r/2); if (.@r>=7) { bonus bAspdRate,10; } if (.@r>=9) { bonus2 bMagicAtkEle,Ele_Holy,15; bonus bAtkRate,15; } if (.@r>=11) { bonus bFixedCast,-200; bonus2 bAddSize,Size_All,10; bonus2 bMagicAddSize,Size_All,10; }
.@r = getrefine();
bonus bMatk,20*(.@r/2);
bonus bBaseAtk,20*(.@r/2);
if (.@r>=7) {
bonus bAspdRate,10;
}
if (.@r>=9) {
bonus2 bMagicAtkEle,Ele_Holy,15;
bonus bAtkRate,15;
}
if (.@r>=11) {
bonus bFixedCast,-200;
bonus2 bAddSize,Size_All,10;
bonus2 bMagicAddSize,Size_All,10;
}