Increase Agility Amistr Bag [1], броня (Renewal)
Increase Agility Amistr Bag [1] (AMISTRBAG_INCAGI) – броня.
![Increase Agility Amistr Bag [1], броня (Renewal) Increase Agility Amistr Bag [1], броня (Renewal)](/images/db/items/picture/20805.png)
A bag that resembles the homunculus, Amistr.
All Stats + 1
Enables Level 1 Increase AGI.
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: 26344
- Код: AMISTRBAG_INCAGI
- Тип: броня
- Уровень брони: 1
- Защита: 30
- Цена покупки: 300 000 з
- Цена продажи: 150 000 з
- Вес: 20
Скрипт
bonus bAllStats,1;
.@r = getrefine();
skill "AL_INCAGI",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;
}