King Schmidt's Suit [1], броня (Renewal)

King Schmidt's Suit [1] (SCHMIDT_SUITS) – броня.

King Schmidt's Suit [1], броня (Renewal)

The uniform used by King Schmitz.
------------------------
Can't be destroyed.
Increases physical and magical damage against medium and large size enemies by 10%.
------------------------
If refine rate is 7 or higher, increases physical and magical damage against fire and shadow property enemies by 10%.
------------------------
If refine rate is 9 or higher, reduces physical damage taken from dragon and formless race monsters by 15%.
------------------------
If refine rate is 11 or higher, reduces physical and magical damage taken from medium and large size enemies by 10%..
------------------------
Set Bonus
King Schmidt's Suit
King Schmidt's Manteau

MaxHP + 5%, MaxSP + 5%.
If the sum of King Schmidt's Suit and King Schmidt's Manteau refine rate is 22 or higher, reduces global cooldown by 15%.
------------------------

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

  • ID: 24046
  • Код: SCHMIDT_SUITS
  • Тип: броня
  • Уровень брони: 1
  • Защита: 150
  •  
  • Требуемый уровень: 130
  • Вес: 90

Скрипт

.@r = getrefine();
bonus bUnbreakableArmor;
bonus2 bAddSize,Size_Medium,10;
bonus2 bAddSize,Size_Large,10;
bonus2 bMagicAddSize,Size_Medium,10;
bonus2 bMagicAddSize,Size_Large,10;
if (.@r > 6) {
   bonus2 bAddEle,Ele_Fire,10;
   bonus2 bAddEle,Ele_Dark,10;
   bonus2 bMagicAddEle,Ele_Fire,10;
   bonus2 bMagicAddEle,Ele_Dark,10;
}
if (.@r > 8) {
   bonus2 bSubRace,RC_Dragon,15;
   bonus2 bSubRace,RC_Formless,15;
}
if (.@r > 10) {
   bonus2 bSubSize,Size_Medium,10;
   bonus2 bSubSize,Size_Large,10;
}