Furious Hammer

Item ID 590087 Name Furious Hammer
A hammer imbued with the power of fury.
_______________________
Indestructible in battle
_______________________
Increases damage of Spark Blaster by 10%.
Increases damage of Arm Cannon by 25%.
_______________________
Base Level at least 210:
ATK +4%, ATK +40.
_______________________
Base Level at least 220:
Increases damage of Spark Blaster by additional 5%.
_______________________
Base Level at least 230:
Increases Physical Damage against enemies of every size by 10%.
_______________________
Refine Level +7:
Increases Ranged Physical Damage by 10%.
_______________________
Refine Level +9:
Increases damage of Arm Cannon by additional 10%.
_______________________
Refine Level +10:
Decreases Variable Casting Time by 10%.
_______________________
Refine Level +11:
Increases damage of Spark Blaster and Arm Cannon by additional 15%.
_______________________
When equipped with Furious Boots:
Increases damage of Arm Cannon by additional 25%.
Increases damage of Spark Blaster by additional 20%.
_______________________
[Bonus by Grade]
[Grade D]: Ranged Physical Damage +10%.
[Grade C]: Damage of Spark Blaster +5%.
[Grade B]: Damage of Spark Blaster +10%.
[Grade A]: ATK +3%, P.ATK +3 per 2 Refine Levels.
_______________________
Type: Mace
Attack: 380
Weight: 350
Weapon Level: 5
_______________________
Requirement:
Base Level 205
Meister
Weapon Level 5 Identifier Hammer_Furious
Attack 380 Type Weapon - Mace
MATK 0 Equip Locations Main Hand
Defense 0 Equippable Jobs Blacksmith
Range 1 Equip Gender Both (Male and Female)
Slots 2 Equip Upper None
Weight 350 Min Equip Level 205
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;
bonus2 bSkillAtk,"NC_ARMSCANNON",25;
bonus2 bSkillAtk,"MT_SPARK_BLASTER",10;
if (BaseLevel>=210) {
   bonus bAtkRate,4;
   bonus bBaseAtk,40;
}
if (BaseLevel>=220) {
   bonus2 bSkillAtk,"MT_SPARK_BLASTER",5;
}
if (BaseLevel>=230) {
   bonus2 bAddSize,Size_All,10;
}
if (.@r>=7) {
   bonus bLongAtkRate,10;
   if (.@r>=9) {
      bonus2 bSkillAtk,"NC_ARMSCANNON",25;
      if (.@r>=10) {
         bonus bVariableCastrate,-10;
         if (.@r>=11) {
            bonus2 bSkillAtk,"MT_SPARK_BLASTER",15;
            bonus2 bSkillAtk,"NC_ARMSCANNON",15;
         }
      }
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bLongAtkRate,10;
   if (.@g>=ENCHANTGRADE_C) {
      bonus2 bSkillAtk,"MT_SPARK_BLASTER",5;
      if (.@g>=ENCHANTGRADE_B) {
         bonus2 bSkillAtk,"MT_SPARK_BLASTER",10;
         if (.@g>=ENCHANTGRADE_A) {
            bonus bPAtk,3*(.@r/2);
            bonus bAtkRate,3*(.@r/2);
         }
      }
   }
}

Set Script
Furious Crown (Meister)
Furious Hammer
bonus2 bAddRace,RC_All,10;
bonus2 bAddRace,RC_Player_Human,-10;
bonus2 bAddRace,RC_Player_Doram,-10;
Furious Hammer
Furious Boots
.@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_HEAD_TOP);
bonus2 bSkillAtk,"MT_SPARK_BLASTER",20;
bonus2 bSkillAtk,"NC_ARMSCANNON",25;