Muqaddas Ayyasy

Item ID 590063 Name Muqaddas Ayyasy
An cross created by combining holy relics and magical powers.
_______________________
Indestructible in battle
_______________________
ATK +5%
Increases damage of Mega Sonic Blow by 10%.
_______________________
Refine Level +7:
Increases Melee Physical Damage by 10%.
_______________________
Refine Level +9:
Increases damage of Mega Sonic Blow by additional 10%.
_______________________
Refine Level +11:
Increases damage of Mega Sonic Blow by additional 10%.
_______________________
[Bonus by Grade]
[Grade D]: Physical Damage against enemies of Small size +15%.
[Grade C]: Physical Damage against enemies of Medium size +15%.
[Grade B]: Physical Damage against enemies of Large size +15%.
[Grade A]: P.ATK +5
_______________________
Type: Mace
Attack: 220
Weight: 150
Weapon Level: 5
_______________________
Requirement:
Base Level 250
Hyper Novice
Weapon Level 5 Identifier Mocadas_Hall
Attack 220 Type Weapon - Mace
MATK 0 Equip Locations Main Hand
Defense 0 Equippable Jobs Super novice
Range 1 Equip Gender Both (Male and Female)
Slots 2 Equip Upper None
Weight 150 Min Equip Level 250
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@g = getenchantgrade();
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bAtkRate,5;
bonus2 bSkillAtk,"HN_MEGA_SONIC_BLOW",10;
if (.@r>=7) {
   bonus bShortAtkRate,10;
   if (.@r>=9) {
      bonus2 bSkillAtk,"HN_MEGA_SONIC_BLOW",10;
      if (.@r>=11) {
         bonus2 bSkillAtk,"HN_MEGA_SONIC_BLOW",10;
      }
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus2 bAddSize,Size_Small,15;
   if (.@g>=ENCHANTGRADE_C) {
      bonus2 bAddSize,Size_Medium,15;
      if (.@g>=ENCHANTGRADE_B) {
         bonus2 bAddSize,Size_Large,15;
         if (.@g>=ENCHANTGRADE_A) {
            bonus bPAtk,5;
         }
      }
   }
}