ID #19486
Armor
Temporal Circlet (Star Emperor) [1]
Buy Price: N/A
Sell Price: N/A
A special energy was given to the circlet, which was
made of ores and gemstones from the gaps of time by Hugin.
_______________________
For each 2 Refine Levels:
ATK +15
_______________________
For each 3 Refine Levels:
Increases Attack Speed (decreases After Attack Delay by 2%).
Increases damage of Falling Star by 30%.
_______________________
For each 4 Refine Levels:
Increases Physical Damage against enemies of all size enemies by 2%.
_______________________
Refine Level +11:
ATK +5%
_______________________
Type: Headgear
Defense: 10
Position: Upper
Weight: 0
Armor Level: 1
_______________________
Requirement:
Base Level 170
Star Emperor
made of ores and gemstones from the gaps of time by Hugin.
_______________________
For each 2 Refine Levels:
ATK +15
_______________________
For each 3 Refine Levels:
Increases Attack Speed (decreases After Attack Delay by 2%).
Increases damage of Falling Star by 30%.
_______________________
For each 4 Refine Levels:
Increases Physical Damage against enemies of all size enemies by 2%.
_______________________
Refine Level +11:
ATK +5%
_______________________
Type: Headgear
Defense: 10
Position: Upper
Weight: 0
Armor Level: 1
_______________________
Requirement:
Base Level 170
Star Emperor
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Defense
10
Requirements
Armor Level
1
Min Level
170
Scripts
Script .@r = getrefine(); bonus bBaseAtk,15*(.@r/2); bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK",30*(.@r/3); bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK2",30*(.@r/3); bonus2 bAddSize,Size_All,2*(.@r/4); bonus bAspdRate,(.@r/3)*2; if (.@r>=11) { bonus bAtkRate,5; }
.@r = getrefine();
bonus bBaseAtk,15*(.@r/2);
bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK",30*(.@r/3);
bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK2",30*(.@r/3);
bonus2 bAddSize,Size_All,2*(.@r/4);
bonus bAspdRate,(.@r/3)*2;
if (.@r>=11) {
bonus bAtkRate,5;
}