Ally of the Demons [1], броня (Renewal)

Ally of the Demons [1] (ALLY_OF_THE_DEMONS) – броня.

Ally of the Demons [1], броня (Renewal)

A headband owned by Sura as proof of making a pact with the demon.
MDEF +10.
------------------------
While equipped, allows the user to see hidden enemies.
This effect is disabled during WOE TE.
------------------------
For every refine level, DEX +3.
------------------------
Increases Lion's Howl damage by 50%.
When refined to 7, increases Lion's Howl damage by 75%.
When refined to 9, increases Lion's Howl damage by 100%.
------------------------
If Gentle Touch-Cure is level 5, recovers 5 SP when dealing damage.
------------------------
If Knuckle Arrow is level 10, increases damage against boss monsters by 25%.
------------------------
If Rising Dragon is level 10, increases physical damage against all property monsters by 25%.
------------------------
If Gentle Touch-Convert is level 5, negates size penalty.
------------------------

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

  • ID: 29393
  • Код: ALLY_OF_THE_DEMONS
  • Тип: броня
  • Уровень брони: 1
  • Защита: 10
  •  
  • Требуемый уровень: 100
  • Вес: 50

Скрипт

.@r = getrefine();
bonus bAgi,3*.@r;
bonus bMdef,10;
bonus bPerfectHitAddRate,30;
bonus2 bSkillAtk,"SR_HOWLINGOFLION",50;
bonus2 bSkillAtk,"SR_KNUCKLEARROW",50;
if (getskilllv("SR_KNUCKLEARROW") == 10)
   bonus2 bAddEle,Ele_All,25;
if (getskilllv("SR_RAISINGDRAGON") == 10) {
   bonus bMaxHPrate,25;
   bonus2 bSubClass,Class_Boss,20;
}
if (getskilllv("SR_GENTLETOUCH_CURE") == 5)
   bonus bSPDrainValue,3;
if (getskilllv("SR_GENTLETOUCH_CHANGE") == 5)
   bonus bNoSizeFix;
if (.@r>=7) {
   bonus2 bSkillAtk,"SR_HOWLINGOFLION",75;
   bonus2 bSkillAtk,"SR_KNUCKLEARROW",75;
}
if (.@r>=9) {
   bonus2 bSkillAtk,"SR_HOWLINGOFLION",100;
   bonus2 bSkillAtk,"SR_KNUCKLEARROW",100;
}