Item Details

Muqaddas Sharman [2] ( Mocadas_Foxtail )

ID 550118 Muqaddas Sharman [2]
Muqaddas Sharman [2] Buy Price: zeny Sell Price: 0 zeny Weight: 125 Slots: 2
Type: Weapon item. Sub Type: Staff Gender: Both Locations: Weapon
Attack: 290 Magic Attack: 340 Range: 1 Defense: Not specified
Weapon Level: 5 Armor Level: Not specified Min. Equip Level: 250 Max. Equip Level: Not specified
Refineable: 1 Gradable: 1 Element: Neutral Classes: Fourth classes.

A Foxtail created by combining holy relics and magical power.

Can't be destroyed.
MATK + 340.
ATK & MATK + 5%.
Increase Chulho Sonic Claw and Hyunrok Cannon damage by 10%.

If refine rate is 7 or higher, increases long ranged physical damage by 10%, increases all property magical damage by 10%.

If refine rate is 9 or higher, increases Chulho Sonic Claw and Hyunrok Cannon damage by additional 10%.

If refine rate is 11 or higher, increases Chulho Sonic Claw and Hyunrok Cannon damage by additional 10%.
------------------------
[Grade Bonus]
[Grade D] Physical and Magical damage to small size enemies +15%.
[Grade C] Physical and Magical damage to medium size enemies +15%.
[Grade B] Physical and Magical damage to large size enemies +15%.
[Grade A] P.Atk +5, S.Matk +5
------------------------
Class : Staff
Attack : 290
Weight : 125
Weapon Lv : 5
Required Level : 250
Usable by : Spirit Handler

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;
bonus bAtkRate,5;
bonus bMatkRate,5;
bonus2 bSkillAtk,"SH_CHUL_HO_SONIC_CLAW",10;
bonus2 bSkillAtk,"SH_HYUN_ROK_CANNON",10;
if (.@r>=7) {
   bonus2 bMagicAtkEle,Ele_All,10;
   bonus bLongAtkRate,10;
   if (.@r>=9) {
      bonus2 bSkillAtk,"SH_CHUL_HO_SONIC_CLAW",10;
      bonus2 bSkillAtk,"SH_HYUN_ROK_CANNON",10;
      if (.@r>=11) {
         bonus2 bSkillAtk,"SH_CHUL_HO_SONIC_CLAW",10;
         bonus2 bSkillAtk,"SH_HYUN_ROK_CANNON",10;
      }
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus2 bAddSize,Size_Small,15;
   bonus2 bMagicAddSize,Size_Small,15;
   if (.@g>=ENCHANTGRADE_C) {
      bonus2 bAddSize,Size_Medium,15;
      bonus2 bMagicAddSize,Size_Medium,15;
      if (.@g>=ENCHANTGRADE_B) {
         bonus2 bAddSize,Size_Large,15;
         bonus2 bMagicAddSize,Size_Large,15;
         if (.@g>=ENCHANTGRADE_A) {
            bonus bPAtk,5;
            bonus bSMatk,5;
         }
      }
   }
}
Not specified
Not specified

Not specified