Temporal Boots [1], броня (Renewal)
Temporal Boots [1] (TEMPORAL_BOOTS_TW) – броня.
![Temporal Boots [1], броня (Renewal) Temporal Boots [1], броня (Renewal)](/images/db/items/picture/22202.png)
Sandles made with the skins of creatures in laval dungeon.
Seems like it's still heating. 
Increase fire magic damage by 3%.
If refined to +7 or higher, MATK + 25.
If refined to +9 or higher, additional MATK + 15.
Базовые свойства предмета
- ID: 26702
 - Код: TEMPORAL_BOOTS_TW
 - Тип: броня
 - Уровень брони: 1
 - Защита: 25
 - Требуемый уровень: 100
 
- Вес: 60
 
Скрипт
.@r = getrefine();
bonus bMdef,15;
if (.@r>=10) {
   bonus bAllStats,2;
   if (readparam(bStr)>=108)
      bonus bBaseAtk,50;
   if (readparam(bAgi)>=108)
      bonus bAspd,1;
   if (readparam(bVit)>=108)
      bonus bMaxHPrate,8;
   if (readparam(bInt)>=108)
      bonus bMatk,60;
   if (readparam(bDex)>=108) {
      bonus bFixedCast,-500;
      bonus bLongAtkRate,5;
   }
   if (readparam(bLuk)>=108)
      bonus bCriticalRate,30;
}