Helmet Of Siegfried TH [1], броня (Renewal)

Helmet Of Siegfried TH [1] (AEGIS_15956) – броня.

 

Cat and Dog that only appear during special season.
They love to causing troubles to its owner.
------------------------

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

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

Скрипт

.@r = getrefine();
bonus bMaxHPrate,5;
bonus bMaxSPrate,5;
bonus bMdef,15;
if (readparam(bInt)>=108)
   bonus2 bSkillAtk,"RK_DRAGONBREATH",15;
if (readparam(bDex)>=108)
   bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",15;
if (readparam(bInt)>=120 && readparam(bDex)>=120) {
   bonus2 bSkillAtk,"RK_DRAGONBREATH",10;
   bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",10;
}
if (.@r>=7) {
   bonus bMaxHPrate,5;
   bonus bMaxSPrate,5;
   if (.@r>=9) {
       bonus2 bSubRace,RC_DemiHuman,10;
       bonus2 bSubRace,RC_Player_Doram,10;
       bonus2 bSubRace,RC_Player_Human,10;
       bonus2 bSubRace,RC_Dragon,10;
       if (.@r>=11) {
           bonus bDelayrate,-10;
           if (.@r>=13) {
               bonus bDef,200;
               bonus bMdef,40;
           }
       }
   }
}