Patent Chilling Cane [2]
The ancient power was inhabited and began to show its natural abilities.
It resonates with Great Hero's Boots.
_______________________
Indestructible in battle
_______________________
MATK +150
_______________________
For each 2 Refine Levels:
MATK +10
_______________________
For each 3 Refine Levels:
Increases damage of Diamond Dust by 12%.
_______________________
Refine Level +7:
Increases Magical Damage against all elemental by 15%.
Increases damage of Varetyr Spear by 15%.
_______________________
Refine Level +9:
Increases damage of Varetyr Spear by additional 20%.
Decreases Variable Casting Time by 7%.
_______________________
Refine Level +11:
Decreases Variable Casting Time by additional 8%.
Decreases Varetyr Spear skill cooldown by 2 seconds.
_______________________
When equipped with Great Hero's Boots:
INT +10, MATK +7%.
_______________________
Type: Staff
Attack: 40
Weight: 75
Weapon Level: 4
_______________________
Requirement:
Base Level 150
Sorcerer
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_2
Equipment Slots
Basic Information
Job Requirements
Requirements
Scripts
Script bonus bUnbreakableWeapon; .@r = getrefine(); bonus bMatk,.@r/2*10; bonus2 bSkillAtk,"SO_DIAMONDDUST",.@r/3*12; if (.@r>=7) { bonus2 bMagicAddEle,Ele_All,15; bonus2 bSkillAtk,"SO_VARETYR_SPEAR",15; } if (.@r>=9) { bonus2 bSkillAtk,"SO_VARETYR_SPEAR",20; bonus bVariableCastrate,-7; } if (.@r>=11) { bonus bVariableCastrate,-8; bonus2 bSkillCooldown,"SO_VARETYR_SPEAR",-2000; }
bonus bUnbreakableWeapon;
.@r = getrefine();
bonus bMatk,.@r/2*10;
bonus2 bSkillAtk,"SO_DIAMONDDUST",.@r/3*12;
if (.@r>=7) {
bonus2 bMagicAddEle,Ele_All,15;
bonus2 bSkillAtk,"SO_VARETYR_SPEAR",15;
}
if (.@r>=9) {
bonus2 bSkillAtk,"SO_VARETYR_SPEAR",20;
bonus bVariableCastrate,-7;
}
if (.@r>=11) {
bonus bVariableCastrate,-8;
bonus2 bSkillCooldown,"SO_VARETYR_SPEAR",-2000;
}