Book of the Sun God [4], книга (Renewal)

Book of the Sun God [4] (TIME_KAMIJI) – оружие.

Book of the Sun God [4], книга (Renewal)

A book that contains the writings of the Sun God, it has the power to attract materials from space.
Magic Property: Neutral
Max HP + 200 per upgrade level of the item.
Max SP + 50 per upgrade level of the item.
Aspd + 1% per upgrade level of the item.
Adds a 10% chance of casting Meteor Storm on the target when performing a physical attack, where the level of the skill is 3.
If upgrade level is +8 or higher,
Adds an additional 5% chance of casting Meteor Storm on the target when performing a physical attack, where the level of the skill is 4.
If upgrade level is +10 or higher,
Adds an additional 5% chance of casting Meteor Storm on the target when performing a physical attack, where the level of the skill is 5.

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

  • ID: 27988
  • Код: TIME_KAMIJI
  • Тип: оружие
  • Подтип: книга
  • Уровень оружия: 3
  • Атака: 180
  • Магическая атака: 170
  •  
  • Требуемый уровень: 100
  • Профессии: priest, sage
  • Цена покупки: 10 з
  • Цена продажи: 5 з
  • Вес: 50

Скрипт

.@r = getrefine();
bonus bMaxHP,200*.@r;
bonus bMaxSP,50*.@r;
bonus bAspdRate,.@r;
if (.@r>=10)
   bonus3 bAutoSpell,"WZ_METEOR",5,200;
else if (.@r>=8)
   bonus3 bAutoSpell,"WZ_METEOR",4,150;
else
   bonus3 bAutoSpell,"WZ_METEOR",3,100;