Sagittarius Hunter Bow [1], лук (Renewal)
Sagittarius Hunter Bow [1] (SAGITTARIUS_HUNTER_BOW) – оружие.
Can't be destroyed.
Atk + 70.
Attack speed + 10%.
Atk + 1 per 1 base level.
When equipped by Ranger, reduces global cooldowns by 10%, increases physical damage by 50%, increases long ranged physical damage by 25%, reduces damage taken from boss monsters 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%.
―――――――――――――
Attribute: None Slots: 1
Atk : 10 Matk : 0
Refined: Yes Destroyed: No
Скрипт
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bBaseAtk,70+BaseLevel;
bonus bAspdRate,10;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Hunter) {
   bonus bDelayrate,-10;
   bonus bAtkRate,50;
   bonus bLongAtkRate,25;
   bonus2 bSubClass,Class_Boss,50;
   if (.@r>=7) {
      .@val = 50;
      if (.@r>=9)
          .@val += 50;
      bonus2 bIgnoreDefRaceRate,RC_All,.@val;
   }
}