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