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

Lunar Eclipse Armor-LT [1] (LUNAR_E_ARMOR_LT) – броня.

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

Gorgeous costumes worn by the legendary band that caused earthquakes with loud music and blew holes in the ceiling of live houses with their superb singing.

Increases ASPD +10%.
------------------------
For every level of Frigg's Song learned,
INT + 6, MATK 30.
------------------------
For every level of Gloomy Shyness learned,
Increase magic damage against all size enemies by 14%.
------------------------
When learning Lv5 Deep Sleep Lullaby,
DEF +300.
When defeating monster with magic damage, recover HP +200 and SP +20
------------------------
When refined to +9 or higher,
Increase damage of Metallic Sound by 50%.
------------------------
When refined to +11 or higher,
Increase damage of Metallic Sound by additional 50%.
Def : 100

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

  • ID: 30324
  • Код: LUNAR_E_ARMOR_LT
  • Тип: броня
  • Уровень брони: 2
  • Защита: 120
  •  
  • Требуемый уровень: 190
  • Вес: 60

Скрипт

.@r = getrefine();
.@g = getenchantgrade();
bonus bMdef,10;
bonus2 bSubSize,Size_Medium,13;
bonus2 bSubSize,Size_Large,13;
bonus bDelayrate,.@r;
bonus bBaseAtk,15*.@r;
bonus bMatk,15*.@r;
bonus bMaxHPrate,5*(.@r/3);
bonus bAtkRate,5*(.@r/3);
bonus bMatkRate,5*(.@r/3);
if (.@r>=9) {
   bonus bRes,20;
   bonus bMRes,20;
   bonus2 bAddEle,Ele_All,15;
   bonus2 bMagicAddEle,Ele_All,15;
   if (.@r>=13) {
       bonus2 bAddEffWhenHit,Eff_Freeze,2000;
   }
}
if (.@g>=ENCHANTGRADE_D) {
   if (.@r>=13) {
       bonus bLongAtkDef,readparam(bSta)/10;
       bonus bNearAtkDef,readparam(bWis)/10;
   }
}
if (.@g>=ENCHANTGRADE_C) {
   if (.@r>=13) {
       bonus bMaxHP,10000;
       bonus2 bAddEff,Eff_Freeze,800;
   }
}
if (.@g>=ENCHANTGRADE_B)
   bonus2 bAddEffWhenHit,Eff_Freeze,1500;
if (.@g>=ENCHANTGRADE_A) {
   bonus2 bAddRace,RC_All,15;
   bonus2 bMagicAddRace,RC_All,15;
}