Illusion Chain Mail [1], броня (Renewal)

Illusion Chain Mail [1] (CHAIN_MAIL_IL) – броня.

Illusion Chain Mail [1], броня (Renewal)

MaxHP + 10%, MaxSP + 10%.
Atk + 4 per refine rate.
Increases physical damage against fire and water property enemies by 4% per 3 refine rate.
If refine rate is 9 or higher, Atk + 10%.

When equipped with Illusion Katar of Frozen Icicle, Atk + 5%.
If refine rate of each is 7 or higher, Cri + 5.
If the sum of refine rate is 18 or higher, increases critical damage by 15%.
If the sum of refine rate is 22 or higher, increases physical damage against fire property enemies and insect race monsters by 10%.

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

  • ID: 30245
  • Код: CHAIN_MAIL_IL
  • Тип: броня
  • Уровень брони: 1
  • Защита: 70
  •  
  • Требуемый уровень: 120
  • Вес: 330

Скрипт

.@r = getrefine();
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
bonus bBaseAtk,4*.@r;
bonus2 bAddEle,Ele_Fire,4*(.@r/3);
bonus2 bAddEle,Ele_Water,4*(.@r/3);
if (.@r>=9) {
   bonus bAtkRate,10;
}
if (.@r>=11) {
   bonus bAspdRate,10;
}