Nezuko's Eyes (OSM), броня (Renewal)

Nezuko's Eyes (OSM) (NEZUKO_EYES_EXE) – броня.

 

Nezuko's eyes, which sometimes turn red at night.
----------
STR +2
(This effect works in WOE 1, 2)
----------
[Effect of Item]
For every 11 base INT
ATK +5
Max SP +5
Increases the recovery rate of the skill by 1%
Increases the variable casting time of the skill by 1%.
----------
If the user has a base INT of 90 or higher
Additional ATK +10
Additional Max SP +10
Increases the recovery rate of the skill by an additional 1%
Increase the variable casting time of the skill by an additional 1%.
----------
If the user has a base INT of 99 or higher
Additional ATK +15
Additional Max SP +15
----------
[Set Bonus]


Nezuko's Eyes (OSM)
Nezuko's Bamboo (OSM)


For every 11 base INT
Increases the recovery rate of the skill by 1%
Reduces the variable casting time of the skill by 1%.


If the user has a base INT of 90 or higher
ATK +10
Max SP +10
Increases the recovery rate of the skill by an additional 1%
Reduces the variable cast time of the skill by an additional 3%.


If the user has a base INT of 99 or higher
Additional ATK +20
Additional Max SP +20
Increases the recovery rate of the skill by an additional 10%
Reduces the variable cast time of the skill by an additional 3%.


[Remark]
Recovery Skill mean
Skill [Aid Potion]
Skill [Heal]
Skill [Sanctuary]


The effect of this item is disabled in WOE 1, 2 Map

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

  • ID: 24158
  • Код: NEZUKO_EYES_EXE
  • Тип: броня
  • Уровень брони: 1
  •  
  • Требуемый уровень: 50
  • Вес: 30

Скрипт

.@a = (readparam(bInt)/11);
bonus bStr,2;
bonus bBaseAtk,5*.@a;
bonus bMatk,5*.@a;
bonus bHealPower,.@a;
bonus bVariableCastrate,-.@a;
if (readparam(bInt)>=90) {
   bonus bBaseAtk,10;
   bonus bMaxSP,10;
   bonus bHealPower,1;
   bonus bVariableCastrate,-1;
}
if (readparam(bInt)>=99) {
   bonus bBaseAtk,15;
   bonus bMaxSP,15;
}