Bacchus Armor [1], броня (Renewal)

Bacchus Armor [1] (BACCHUS_ARMOR) – броня.

Bacchus Armor [1], броня (Renewal)

Dex + 3 and Agi + 3 per 4 refine rate.
If refine rate is 12 or higher, enables to use Falcon Eyes level 10, reduces skill cooldown of Round Trip by 0.5 seconds, ignores defense rate of normal monsters by 1% per each level of Single Action user learned.
When equipped with Heart Hunter Card, increases Fire Dance damage by 30%, Flee + 100 for 3 seconds when using Fallen Angel.
When equipped with Captain Ferlock Card, increases Dragon Tail damage by 50%, reduces skill cooldown of Dragon Tail by 2 seconds.

Usable

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

  • ID: 24077
  • Код: BACCHUS_ARMOR
  • Тип: броня
  • Уровень брони: 1
  •  
  • Требуемый уровень: 100
  • Профессии: gunslinger, rebellion
  • Вес: 30

Скрипт

.@r = getrefine();
bonus bDex,3*(.@r/4);
bonus bAgi,3*(.@r/4);
if (.@r>=12) {
   skill "SN_SIGHT",10;
   bonus2 bSkillCooldown,"RL_R_TRIP",-500;
   bonus2 bIgnoreDefClassRate,Class_Normal,getskilllv("GS_SINGLEACTION");
}