ID #2054
Weapon
Sealed Aeon Staff [2]
Buy Price: N/A
Sell Price: N/A
Stainless steel metal staff.
It is said that a wizard of the past created it.
_______________________
MATK +200
_______________________
For each 2 Refine Levels:
MATK +10
_______________________
For each 3 Refine Levels:
Increases damage of Earth Strain by 12%.
_______________________
Refine Level +7:
Decreases Variable Casting Time by 10%.
_______________________
Refine Level +9:
Decreases Earth Strain skill cooldown by 1 second.
_______________________
Indestructible in battle
_______________________
Type: Two-Handed Staff
Attack: 100
Weight: 0
Weapon Level: 4
_______________________
Requirement:
Base Level 99
Warlock
It is said that a wizard of the past created it.
_______________________
MATK +200
_______________________
For each 2 Refine Levels:
MATK +10
_______________________
For each 3 Refine Levels:
Increases damage of Earth Strain by 12%.
_______________________
Refine Level +7:
Decreases Variable Casting Time by 10%.
_______________________
Refine Level +9:
Decreases Earth Strain skill cooldown by 1 second.
_______________________
Indestructible in battle
_______________________
Type: Two-Handed Staff
Attack: 100
Weight: 0
Weapon Level: 4
_______________________
Requirement:
Base Level 99
Warlock
Basic Information
Type
Weapon
Range
1
Job Requirements
Wizard
Yes
Requirements
Weapon Level
4
Min Level
99
Scripts
Script bonus bUnbreakableWeapon; .@r = getrefine(); bonus bMatk,10*(.@r/2); bonus2 bSkillAtk,"WL_EARTHSTRAIN",12*(.@r/3); if (.@r>=7) { bonus bVariableCastrate,-10; } if (.@r>=9) { bonus2 bSkillCooldown,"WL_EARTHSTRAIN",-1000; }
bonus bUnbreakableWeapon;
.@r = getrefine();
bonus bMatk,10*(.@r/2);
bonus2 bSkillAtk,"WL_EARTHSTRAIN",12*(.@r/3);
if (.@r>=7) {
bonus bVariableCastrate,-10;
}
if (.@r>=9) {
bonus2 bSkillCooldown,"WL_EARTHSTRAIN",-1000;
}