Loud Park [1], броня (Renewal)

Loud Park [1] (AEGIS_450258) – броня.

 

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: 30323
  • Код: AEGIS_450258
  • Тип: броня
  • Уровень брони: 1
  • Защита: 100
  •  
  • Требуемый уровень: 100
  • Вес: 100

Скрипт

.@r = getrefine();
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
bonus bInt,6*getskilllv("WM_FRIGG_SONG");
bonus bMatk,30*getskilllv("WM_FRIGG_SONG");
bonus2 bMagicAddRace,RC_All,14*getskilllv("WM_GLOOMYDAY");
bonus bDelayrate,-6*getskilllv("WM_LULLABY_DEEPSLEEP");
if (.@r>=5)
   bonus2 bSkillAtk,"WM_METALICSOUND",50;
if (.@r>=7)
   bonus2 bSkillAtk,"WM_METALICSOUND",50;
if (.@r>=10) {
   bonus2 bMagicAtkEle,Ele_Neutral,15;
   bonus bUnbreakableArmor;
}