Apollo Armor-LT [1], броня (Renewal)

Apollo Armor-LT [1] (APOLLO_ARMOR_TW_LT) – броня.

Apollo Armor-LT [1], броня (Renewal)

Prayer to the Lord saved me from many difficulties.
The grace of the Lord will be with me on this path ahead.
------------------------
ASPD + 10%.
------------------------
For every level of Oratio learned,
INT + 3 , MATK + 15.
------------------------
For every level of Clearance learned,
Increase magic damage against all size enemies by 14%.
------------------------
For total level of Lauda Agnus and Lauda Ramus learned,
Increase rate of outgoing recovery skills by 3%.
Increase rate of incoming recovery skills and items by 3%.
------------------------
When refined to +5 or higher,
Increase damage of Judex and Adoramus by 50%.
------------------------
When refined to +7 or higher,
Increase damage of Judex and Adoramus by additional 50%.
------------------------
When refined to +10 or higher,
Increase Holy proprety magic damage by 15%.
Armor can't be destroyed in battle.
------------------------
Def : 100

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

  • ID: 30347
  • Код: APOLLO_ARMOR_TW_LT
  • Тип: броня
  • Уровень брони: 2
  • Защита: 30
  •  
  • Требуемый уровень: 150
  • Вес: 30

Скрипт

.@r = getrefine();
.@g = getenchantgrade();
bonus bMaxHPrate,20;
bonus bMaxHP,500*(.@r/2);
bonus bVit,8*(.@r/2);
bonus2 bSkillAtk,"RK_DRAGONBREATH",20*(.@r/3);
bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",20*(.@r/3);
bonus2 bSkillAtk,"LG_EARTHDRIVE",20*(.@r/3);
bonus2 bSkillAtk,"LG_SHIELDPRESS",20*(.@r/3);
if (.@r>=9) {
   bonus bMaxHP,5000;
}
if (.@r>=11)
   bonus2 bSubRace,RC_All,10;
if (.@r>=13)
   bonus bDelayrate,-15;
if (.@g>=ENCHANTGRADE_D) {
   bonus bVit,3*(.@r/2);
   bonus bLongAtkRate,3*(.@r/3);
   bonus bShortAtkRate,3*(.@r/3);
}
if (.@g>=ENCHANTGRADE_C) {
   bonus bMaxHPrate,3*(.@r/3);
}
if (.@g>=ENCHANTGRADE_B) {
   bonus bVit,5*(.@r/2);
   bonus bLongAtkRate,5*(.@r/3);
   bonus bShortAtkRate,5*(.@r/3);
}
if (.@g>=ENCHANTGRADE_A) {
   bonus bMaxHPrate,5*(.@r/3);
   if (.@r>=13) {
       bonus2 bSubRace,RC_All,10;
   }
}