Candy Pouch Bag (Physical) [1], броня (Renewal)

Candy Pouch Bag (Physical) [1] (BAG_OF_ANTONIO_MELEE) – броня.

Candy Pouch Bag (Physical) [1], броня (Renewal)

Atk + 1% per 2 refine rate.
If refine rate is 9 or higher, reduces delay after attack by 10%.
If refine rate is 12 or higher, reduces global cooldown by 7%.
If base level is lower than 100, increases EXP gained from killing monsters by 10%.
If base level is 100 or higher, increases EXP gained from killing monsters by 4%.

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

  • ID: 26377
  • Код: BAG_OF_ANTONIO_MELEE
  • Тип: броня
  • Уровень брони: 1
  • Защита: 30
  •  
  • Требуемый уровень: 1
  • Вес: 20

Скрипт

.@r = getrefine();
if (.@r >= 2)
   bonus bAtkRate,.@r/2;
if (.@r >= 9)
   bonus bAspdRate,10;
if (.@r >= 12)
   bonus bDelayrate,-7;
if (BaseLevel < 100) {
   bonus2 bExpAddRace,RC_All,10;
}
else {
   bonus2 bExpAddRace,RC_All,4;
}