Leo Mace [1], булава (Renewal)
Leo Mace [1] (LEO_MACE_J) – оружие.
―――――――――――――
Atk + 50
―――――――――――――
Reduces casting time by 10%.
―――――――――――――
Atk + 1 per 1 base level
―――――――――――――
When equipped by Sura
Attack Speed + 10%
Reduces casting time by 5%
Increases physical damage by 50%
If refine rate is 7 or higher
Ignores defense of all race monsters by 50%
If refine rate is 9 or higher
Ignores defense of all race monsters by 50%
―――――――――――――
Can be sold to NPC
Can be placed in the Kafra Storage
―――――――――――――
Attribute : Neutral Slots : 1
Atk : 10 Matk : 0
Refined : Yes Destroyed : No
Attribute : - Slots : 1
Def : 0 Mdef : 0
Refined : No Destroyed : No
Скрипт
.@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;
   }
}