ID #2056
Weapon
Gravitation Staff [2]
Buy Price: N/A
Sell Price: N/A
Staff that can increase damage of Gravitation Field.
_______________________
MATK +280,
_______________________
Increases damage of Neutral elemental magic attack by 5%.
_______________________
For each Refine Level:
MATK +4
_______________________
Refine Level +9:
Increases damage of Gravitation Field and Drain Life by 30%.
_______________________
Refine Level +11:
Decreases Gravitation Field skill cooldown by 2 seconds.
_______________________
Indestructible in battle
_______________________
Type: Two-Handed Staff
Attack: 110
Weight: 130
Weapon Level: 4
_______________________
Requirement:
Base Level 170
Warlock
_______________________
MATK +280,
_______________________
Increases damage of Neutral elemental magic attack by 5%.
_______________________
For each Refine Level:
MATK +4
_______________________
Refine Level +9:
Increases damage of Gravitation Field and Drain Life by 30%.
_______________________
Refine Level +11:
Decreases Gravitation Field skill cooldown by 2 seconds.
_______________________
Indestructible in battle
_______________________
Type: Two-Handed Staff
Attack: 110
Weight: 130
Weapon Level: 4
_______________________
Requirement:
Base Level 170
Warlock
Available from boxes
Basic Information
Type
Weapon
Weight
1300
Range
1
Job Requirements
Wizard
Yes
Requirements
Weapon Level
4
Min Level
170
Scripts
Script .@r = getrefine(); bonus bMatk,4*.@r; bonus bUnbreakableWeapon; bonus2 bMagicAtkEle,Ele_Neutral,5; if (.@r >= 9) { bonus2 bSkillAtk,"HW_GRAVITATION",30; bonus2 bSkillAtk,"WL_DRAINLIFE",30; } if (.@r >= 11) { bonus2 bSkillCooldown,"HW_GRAVITATION",-2000; }
.@r = getrefine();
bonus bMatk,4*.@r;
bonus bUnbreakableWeapon;
bonus2 bMagicAtkEle,Ele_Neutral,5;
if (.@r >= 9) {
bonus2 bSkillAtk,"HW_GRAVITATION",30;
bonus2 bSkillAtk,"WL_DRAINLIFE",30;
}
if (.@r >= 11) {
bonus2 bSkillCooldown,"HW_GRAVITATION",-2000;
}