Heal Amistr Bag [1], броня (Renewal)

Heal Amistr Bag [1] (AMISTRBAG_HEAL) – броня.

Heal Amistr Bag [1], броня (Renewal)

A bag that resembles the homunculus, Amistr.
All Stats + 1
Enables Level 1 Heal.
Increases the experience given from monsters by 1% per 2 upgrade levels of the item.
Increases the drop rate of items by 1% per 2 upgrade levels of the item.
If upgrade level is +9 or higher,
Restores 3 SP to the user when a monster is killed by a physical or magical attack.
If upgrade level is +12 or higher,
The users casting cannot be interrupted outside of WoE.

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

  • ID: 26342
  • Код: AMISTRBAG_HEAL
  • Тип: броня
  • Уровень брони: 1
  • Защита: 30
  •  
  • Цена покупки: 300 000 з
  • Цена продажи: 150 000 з
  • Вес: 20

Скрипт

bonus bAllStats,1;
.@r = getrefine();
skill "AL_HEAL",1;
bonus2 bExpAddRace,RC_All,.@r/2;
bonus2 bDropAddRace,RC_All,.@r/2;
if (.@r>8) {
   bonus bSPGainValue,3;
   bonus bLongSPGainValue,3;
   bonus bMagicSPGainValue,3;
}
if (.@r>11) {
   bonus bNoCastCancel;
}