Garnet Brooch [1], броня (Renewal)

Garnet Brooch [1] (WINE_JEWEL_BROOCH_TW) – броня.

Garnet Brooch [1], броня (Renewal)

Atk + 10%, Matk + 10%.
Reduces variable casting time by 10%.

When equipped with Meowmeow Foxtail-LT, increases physical and magical damage against all size enemies by 15%.
If refine rate of Meowmeow Foxtail-LT is 10 or higher, increases long ranged physical damage and all property magical damage by 10%, increases Hogogong Strike and Hyunrok Breeze damage by 10%.
If grade of Meowmeow Foxtail-LT is C or higher, POW/SPL + 5, P.Atk/S.Matk + 5, increases Hogogong Strike and Hyunrok Breeze damage by additional 10%.

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

  • ID: 30978
  • Код: WINE_JEWEL_BROOCH_TW
  • Тип: броня
  • Уровень брони: 1
  • Защита: 10
  •  
  • Требуемый уровень: 100
  • Вес: 10

Скрипт

.@a = (readparam(bStr)+readparam(bLuk))/24;
.@b = (readparam(bInt)+readparam(bDex))/24;
bonus bMdef,15;
bonus bAtkRate,5+(readparam(bStr)/16);
bonus bMatkRate,5+(readparam(bInt)/16);
bonus bDelayrate,-5;
bonus2 bSubEle,Ele_All,5;
bonus bLongAtkDef,5;
if (BaseJob == Job_SuperNovice) {
   skill "MG_ENERGYCOAT",1;
   bonus bShortAtkRate,.@a;
   bonus bLongAtkRate,.@a;
   bonus2 bMagicAtkEle,Ele_All,2*.@b;
}