Illusion Tablet [2], книга (Renewal)

Illusion Tablet [2] (TABLET_IL) – оружие.

Illusion Tablet [2], книга (Renewal)

Increase physical damage against Shadow, Undead, and Ghost property monsters by 10%.
------------------------
For every 3 refine levels, increase physical damage against Shadow, Undead, and Ghost property monsters by additional 10%, up to 10 refine levels.
------------------------
Increases physical damage taken from Shadow property monsters by 30%.
------------------------
Set Bonus:
Illusion Tablet [2]
Illusion Ring [1]

ASPD + 8%.
------------------------
For every 2 refine levels of Illusion Tablet, increase critical damage by 5%.
------------------------
When refined to +9 or higher, CRI + 15.
------------------------
When refined to +11 or higher, ATK + 100.
------------------------

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

  • ID: 27990
  • Код: TABLET_IL
  • Тип: оружие
  • Подтип: книга
  • Уровень оружия: 4
  • Атака: 170
  •  
  • Требуемый уровень: 100
  • Профессии: priest, sage, star_gladiator
  • Вес: 80

Скрипт

.@val = 10 + 10*(min(getrefine(),10)/3);
bonus2 bAddEle,Ele_Dark,.@val;
bonus2 bAddEle,Ele_Undead,.@val;
bonus2 bAddEle,Ele_Poison,.@val;
bonus2 bAddEle,Ele_Ghost,.@val;
bonus2 bSubEle,Ele_Dark,-30;