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

Candy Pouch Bag (Magic) [1] (BAG_OF_ANTONIO_MAGIC) – броня.

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

Matk + 2% per 3 refine rate.
If refine rate is 9 or higher, reduces variable casting time 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: 26379
  • Код: BAG_OF_ANTONIO_MAGIC
  • Тип: броня
  • Уровень брони: 1
  • Защита: 30
  •  
  • Требуемый уровень: 1
  • Вес: 20

Скрипт

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