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

Mars Armor-LT [1] (MARS_ARMOR_TW_LT) – броня.

Mars 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: 30348
  • Код: MARS_ARMOR_TW_LT
  • Тип: броня
  • Уровень брони: 2
  • Защита: 30
  •  
  • Требуемый уровень: 150
  • Вес: 30

Скрипт

.@r = getrefine();
.@g = getenchantgrade();
bonus bBaseAtk,150+(15*(.@r/2));
bonus2 bSkillAtk,"GC_CROSSIMPACT",20*(.@r/3);
bonus2 bSkillAtk,"GC_ROLLINGCUTTER",20*(.@r/3);
bonus2 bSkillAtk,"SC_TRIANGLESHOT",20*(.@r/3);
bonus2 bSkillAtk,"SC_STARTMARK",20*(.@r/3);
if (.@r>=9) {
   bonus bLongAtkRate,10;
   bonus bShortAtkRate,10;
}
if (.@r>=11)
   bonus2 bAddRace,RC_All,15;
if (.@r>=13)
   bonus bDelayrate,-15;
if (.@g>=ENCHANTGRADE_D) {
   bonus2 bSkillCooldown,"GC_DARKCROW",-5000;
   bonus2 bSkillCooldown,"SC_GROOMY",-1000;
   bonus2 bAddSize,Size_All,4*(.@r/3);
}
if (.@g>=ENCHANTGRADE_C) {
   bonus2 bSkillAtk,"SHC_SAVAGE_IMPACT",5*(.@r/3);
   bonus2 bSkillAtk,"ABC_FRENZY_SHOT",5*(.@r/3);
}
if (.@g>=ENCHANTGRADE_B) {
   bonus bPAtk,.@r/2;
   bonus2 bAddSize,Size_All,5*(.@r/3);
}
if (.@g>=ENCHANTGRADE_A) {
   bonus2 bSkillAtk,"SHC_SAVAGE_IMPACT",8*(.@r/3);
   bonus2 bSkillAtk,"ABC_FRENZY_SHOT",8*(.@r/3);
   if (.@r>=13) {
       bonus2 bSkillCooldown,"GC_DARKCROW",-5000;
       bonus2 bSkillCooldown,"SC_IGNORANCE",-1000;
   }
}