Book of the Sun God [4], книга (Renewal)
Book of the Sun God [4] (TIME_KAMIJI) – оружие.
![Book of the Sun God [4], книга (Renewal) Book of the Sun God [4], книга (Renewal)](/images/db/items/picture/28618.png)
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.
Скрипт
.@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;