[Not For Sale] Exotic Temporal Boots [1], броня (Renewal)

[Not For Sale] Exotic Temporal Boots [1] (COMP_TEMPORAL_BOOTS_TW) – броня.

 

The shoes of Insidious, with an appearance that can terrify.


[Effect of Item]
All stats +1, MDEF +5
----------
If refined to +5,
Max HP +200
Max SP +20
----------
If refined to +7,
DEF +10
Flee +10
----------
If refined to +8,
ATK +5
MATK +5
Reduces damage from [All Race] except [Player Race] by 2%
----------
If refined to +9,
Additional ATK +5
Additional MATK +5
Reduces Damage from [All Race] except [Player Race] by an additional 3%
----------
If refined to +10,
Increases resistance to [Stun, Stone, Sleep] by 10%
Reduces damage from [Demihuman, Player] race by 1%


[Set Bonus]
Albatross's Armor
Odious's Robe
Insidious's Shoes


All statuses +2
Max HP +3%
Max SP +3%
Increases Damage [Boss] type by 10%
Reduces damage from [Demihuman, Player] race by 2%


This item is untradable, can be put in storage only

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

  • ID: 26734
  • Код: COMP_TEMPORAL_BOOTS_TW
  • Тип: броня
  • Уровень брони: 1
  • Защита: 25
  •  
  • Требуемый уровень: 100
  • Вес: 60

Скрипт

bonus bMdef,15;
if (getrefine()>=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;
}