0
Register now and get: 150.000 Zeny + Summer Hat Pack, Poring Cake Hat, Battle Manual Box, JOB Battle Manual Box, Bubble Gum Box
Offline
Back
ID #640031 Weapon

Solid Staff [2]

Buy Price: N/A Sell Price: N/A
A staff made of refined clock tower parts and quenched with etheric power.
It supplemented the shortcomings of the existing Fortified Staff.
_______________________
Indestructible in battle
_______________________
MATK +290
_______________________
For each 2 Refine Levels:
Increases damage of Frozen Slash and Crimson Arrow by 6%.
_______________________
For each 3 Refine Levels:
Increases damage of Crystal Impact by 5%.
_______________________
For each 4 Refine Levels:
Increases Magical Damage with every element by 3%.
_______________________
[Bonus by Grade]
[Grade D]: SPL +2
[Grade C]: Damage of Frozen Slash and Crimson Arrow +10%.
[Grade B]: S.MATK +2
_______________________
Type: Two-Handed Staff
Attack: 150
Weight: 220
Weapon Level: 5
_______________________
Requirement:
Base Level 220
Arch Mage

Equipment Reform

Available through the reform system Clock_Tower_W_Hammer

Available through the reform system Plus7_Refine_NPC

Basic Information

Weapon
2200
1
Equipment reform

Job Requirements

Yes

Requirements

5
220

Scripts

.@g = getenchantgrade(); .@r = getrefine(); bonus bUnbreakableWeapon; bonus2 bSkillAtk,"AG_CRIMSON_ARROW",6*(.@r/2); bonus2 bSkillAtk,"AG_CRIMSON_ARROW_ATK",6*(.@r/2); bonus2 bSkillAtk,"AG_FROZEN_SLASH",6*(.@r/2); bonus2 bSkillAtk,"AG_CRYSTAL_IMPACT",5*(.@r/3); bonus2 bSkillAtk,"AG_CRYSTAL_IMPACT_ATK",5*(.@r/3); bonus2 bMagicAtkEle,Ele_All,3*(.@r/4); if (.@g >= ENCHANTGRADE_D) { bonus bSpl,2; if (.@g >= ENCHANTGRADE_C) { bonus2 bSkillAtk,"AG_CRIMSON_ARROW",10; bonus2 bSkillAtk,"AG_CRIMSON_ARROW_ATK",10; bonus2 bSkillAtk,"AG_FROZEN_SLASH",10; if (.@g >= ENCHANTGRADE_B) { bonus bSMatk,2; } } }
.@g = getenchantgrade();
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus2 bSkillAtk,"AG_CRIMSON_ARROW",6*(.@r/2);
bonus2 bSkillAtk,"AG_CRIMSON_ARROW_ATK",6*(.@r/2);
bonus2 bSkillAtk,"AG_FROZEN_SLASH",6*(.@r/2);
bonus2 bSkillAtk,"AG_CRYSTAL_IMPACT",5*(.@r/3);
bonus2 bSkillAtk,"AG_CRYSTAL_IMPACT_ATK",5*(.@r/3);
bonus2 bMagicAtkEle,Ele_All,3*(.@r/4);
if (.@g >= ENCHANTGRADE_D) {
   bonus bSpl,2;
   if (.@g >= ENCHANTGRADE_C) {
      bonus2 bSkillAtk,"AG_CRIMSON_ARROW",10;
      bonus2 bSkillAtk,"AG_CRIMSON_ARROW_ATK",10;
      bonus2 bSkillAtk,"AG_FROZEN_SLASH",10;
      if (.@g >= ENCHANTGRADE_B) {
         bonus bSMatk,2;
      }
   }
}
We use technical cookies and browser storage to keep your session active, protect the site, and remember your preferences. Learn more in our Cookie Policy.