Item Details

Solid Wand [2] ( Solid_Wand )

ID 550054 Solid Wand [2]
Solid Wand [2] Buy Price: zeny Sell Price: 0 zeny Weight: 140 Slots: 2
Type: Weapon item. Sub Type: Staff Gender: Both Locations: Weapon
Attack: 190 Magic Attack: 240 Range: 1 Defense: Not specified
Weapon Level: 5 Armor Level: Not specified Min. Equip Level: 220 Max. Equip Level: Not specified
Refineable: 1 Gradable: 1 Element: Neutral Classes: Fourth classes.

A wand made by refining clock tower parts and quenching them with etheric magic.
Complemented the shortcomings of the existing Fortify Wand.
------------------------
Can't be destroyed.
MATK +240.

Increases Talisman of Four Bearing God damage by 6% per 2 refine rate.

Increases Talisman of Soul Stealing damage by 8% per 3 refine rate.

Increases all property magical damage by 4% per 4 refine rate.
------------------------
[Bonus By Grade]

[Grade D] SPL +2.
[Grade C] Increases Talisman of Four Bearing God damage by additional 10%.
[Grade B] S.ATK +2.
------------------------
Class: Staff
Attack: 190
Weight: 140
Weapon Lv: 5
Required Lv: 220
Class: Soul Ascetic

Not specified

Allowed in player purchase shop: Summons monster: Bind On Equip: Stacking restriction in inventory:
Stacking restriction in cart: Stacking restriction in storage: Stacking restriction in guild storage: Can be dropped:
Can be traded: Can be traded with partner: Can be sold to NPC: Can be placed in the cart:
Can be placed in the storage: Can be placed in guild storage: Can be put in a mail: Can be put in an auction:
Delay:
.@g = getenchantgrade();
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus2 bSkillAtk,"SOA_TALISMAN_OF_FOUR_BEARING_GOD",6*(.@r/2);
bonus2 bSkillAtk,"SOA_TALISMAN_OF_SOUL_STEALING",8*(.@r/3);
bonus2 bMagicAtkEle,Ele_All,4*(.@r/4);
if (.@g >= ENCHANTGRADE_D) {
   bonus bSpl,2;
   if (.@g >= ENCHANTGRADE_C) {
      bonus2 bSkillAtk,"SOA_TALISMAN_OF_FOUR_BEARING_GOD",10;
      if (.@g >= ENCHANTGRADE_B) {
         bonus bSMatk,2;
      }
   }
}
Not specified
Not specified

Not specified