Leo Mace

Item ID 16098 Name Leo Mace
None
Weapon Level 4 Identifier Leo_Mace_J
Attack 10 Type Weapon - Mace
MATK 0 Equip Locations Main Hand
Defense 0 Equippable Jobs Novice, Super novice, Swordman, Acolyte, Merchant, Knight, Priest, Blacksmith, Crusader, Monk, Alchemist
Range 1 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 40 Min Equip Level None
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bBaseAtk,50+BaseLevel;
bonus bVariableCastrate,-10;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Monk) {
   bonus bAspdRate,10;
   bonus bVariableCastrate,-5;
   bonus bAtkRate,50;
   if (.@r>=7) {
      .@val = 50;
      if (.@r>=9)
         .@val += 50;
         bonus2 bIgnoreDefRaceRate,RC_All,.@val;
   }
}

Set Script
Zodiac
Leo Mace
if (eaclass()&EAJL_THIRD && BaseJob == Job_Monk)
bonus2 bSkillCooldown,"SR_SKYNETBLOW",-200;