Insidious's Shoes [1], броня (Renewal)

Insidious's Shoes [1] (INSIDIOUS_SHOES_EXE) – броня.

 

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: 26732
  • Код: INSIDIOUS_SHOES_EXE
  • Тип: броня
  • Уровень брони: 1
  • Защита: 20
  •  
  • Требуемый уровень: 80
  • Вес: 1

Скрипт

.@r = getrefine();
bonus bAllStats,1;
bonus bMdef,5;
if (.@r>=5) {
   bonus bMaxHP,200;
   bonus bMaxSP,20;
}
if (.@r>=7) {
   bonus bDef,10;
   bonus bFlee,10;
}
if (.@r>=8) {
   bonus bBaseAtk,5;
   bonus bMatk,5;
   bonus2 bSubRace,RC_All,2;
   bonus2 bSubRace,RC_Player_Human,-2;
   bonus2 bSubRace,RC_Player_Doram,-2;
}
if (.@r>=9) {
   bonus bBaseAtk,5;
   bonus bMatk,5;
   bonus2 bSubRace,RC_All,3;
   bonus2 bSubRace,RC_Player_Human,-3;
   bonus2 bSubRace,RC_Player_Doram,-3;
}
if (.@r>=10) {
   bonus2 bResEff,Eff_Sleep,1000;
   bonus2 bResEff,Eff_Stone,1000;
   bonus2 bResEff,Eff_Stun,1000;
   bonus2 bSubRace,RC_Player_Human,1;
   bonus2 bSubRace,RC_Player_Doram,1;
}