Patent One Sky One Sun [2]
It is not known when anyone wrote down, but it contains knowledge of the heavenly bodies.
Seeing the intense energy of the sun, it began to exert its natural power.
It resonates with Great Hero's Boots.
_______________________
For each 2 Refine Levels:
ATK +15
_______________________
For each 3 Refine Levels:
Increases Melee Physical Damage by 4%.
_______________________
Refine Level +7:
Increases damage of Prominence Kick by 20%.
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
Refine Level +9:
Increases damage of Solar Burst by 25%.
_______________________
Refine Level +11:
Increases Physical Damage against enemies of enemies of every race by 15%.
_______________________
When equipped with Great Hero's Boots:
STR +10, ATK +7%.
_______________________
Type: Book
Attack: 200
Weight: 110
Weapon Level: 4
_______________________
Requirement:
Base Level 150
Star Emperor
Available from boxes
Equipment Reform
Available through the reform system C_Weapon_Reform_1
Available through the reform system C_Weapon_Reform_2
Available through the reform system C_Weapon_Reform_3
Available through the reform system Hero_Weapon_Up_Box_6
Equipment Slots
Basic Information
Requirements
Scripts
Script .@r = getrefine(); bonus bBaseAtk,.@r/2*15; bonus bShortAtkRate,4*(.@r/3); if (.@r>=7) { bonus2 bSkillAtk,"SJ_PROMINENCEKICK",20; bonus bAspdRate,10; } if (.@r>=9) { bonus2 bSkillAtk,"SJ_SOLARBURST",25; } if (.@r>=11) { bonus2 bAddSize,Size_All,15; }
.@r = getrefine();
bonus bBaseAtk,.@r/2*15;
bonus bShortAtkRate,4*(.@r/3);
if (.@r>=7) {
bonus2 bSkillAtk,"SJ_PROMINENCEKICK",20;
bonus bAspdRate,10;
}
if (.@r>=9) {
bonus2 bSkillAtk,"SJ_SOLARBURST",25;
}
if (.@r>=11) {
bonus2 bAddSize,Size_All,15;
}