Capricorn Thief Bow [1], лук (Renewal)

Capricorn Thief Bow [1] (CAPRICON_BOW_OF_ROGUE_J) – оружие.

 

Can't be destroyed.
Base Matk + 10.
Atk + 40, Matk + 40.
Attack speed + 10%.
Atk 1 and Matk + 1 per 1 base level.
When equipped by Shadow Chaser, Perfect Dodge + 10, increases physical damage by 50%, increases magical damage by 25%, reduces damage taken from boss monsters by 50%.
if refine rate is 7 or higher, ignores defense and magical defense of all race monsters by 50%,
if refine rate is 9 or higher, ignores defense and magical defense of all race monsters by 50%.
―――――――――――――
Attribute: None Slots: 1
Atk : 10 Matk : 10
Refined: Yes Destroyed: No

Базовые свойства предмета

  • ID: 31890
  • Код: CAPRICON_BOW_OF_ROGUE_J
  • Тип: оружие
  • Подтип: лук
  • Уровень оружия: 4
  • Атака: 10
  •  
  • Профессии: archer, bard, dancer, hunter, rogue, thief
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 50

Скрипт

.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bBaseAtk,40+BaseLevel;
bonus bMatk,40+BaseLevel;
bonus bAspdRate,10;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Rogue) {
   bonus bFlee2,10;
   bonus bAtkRate,50;
   bonus bMatkRate,25;
   bonus2 bSubClass,Class_Boss,50;
   if (.@r>=7) {
      .@val = 50;
      if (.@r>=9)
          .@val += 50;
      bonus2 bIgnoreDefRaceRate,RC_All,.@val;
      bonus2 bIgnoreMdefRaceRate,RC_All,.@val;
   }
}