[Not For Sale] Candy Bag Backpack (Physical) [1], броня (Renewal)

[Not For Sale] Candy Bag Backpack (Physical) [1] (COMP_BAG_ANTONIO_MELEE) – броня.

 

This item can not be traded with other accounts.
A bag stuffed with candies.
By carrying a magical bag, you can acquire a variety of effects.

For every 2 refine level, ATK + 1%.
If refine level is +9 or above, increase ASPD(delay after attack -10%).
If refine level is +12 or above, delay after skill -7%.
If base level is under 100, EXP gain from monster +10%.
If base level is 100 or above, EXP gain from monster +4%.

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

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

Скрипт

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