Power Of Thor [1], броня (Renewal)
Power Of Thor [1] (POWER_OF_THOR) – броня.
![Power Of Thor [1], броня (Renewal) Power Of Thor [1], броня (Renewal)](/images/db/items/picture/5495.png)
Grants those who wear it a small portion of the thunder god Thor.
Int +1, Dex +1, Mdef +3
Adds 7% tolerance to Wind Property.
If refined to +8 or higher, has a low chance of adding 40 Atk for 6 seconds while melee attacking and a low chance of adding 40 Matk for 6 seconds while casting spells on a target.
Can be traded, stored, and vended
Базовые свойства предмета
- ID: 22813
 - Код: POWER_OF_THOR
 - Тип: броня
 - Уровень брони: 1
 - Защита: 5
 
- Цена покупки: 20 з
 - Цена продажи: 10 з
 - Вес: 10
 
Скрипт
bonus2 bSubEle,Ele_Wind,7;
bonus bMdef,3;
bonus bInt,1;
bonus bDex,1;
if (getrefine()>=8) {
   autobonus "{ bonus bMatk,40; bonus bBaseAtk,40; }",1,6000;
}