Book of the Sun God

Item ID 28618 Name Book of the Sun God
A book that contains the writings of the Sun God, it has the power to attract materials from space.
It has the power to attract various substances.
_______________________
MATK +170
_______________________
Physical attacks have a random chance to auto-cast Level 3 Meteor Storm.
_______________________
For each refine level:
MaxHP +200
MaxSP +50
ASPD +1%
_______________________
Refine Level +8:
Increases the random chance of physical attacks to auto-cast Level 4 Meteor Storm instead Level3
_______________________
Refine Level +10:
Increases the random chance of physical attacks to auto-cast Level 5 Meteor Storm instead Level 4.
_______________________
Type: Book
Attack: 180
Weight: 50
Weapon Level: 3
_______________________
Requirement:
Base Level 100
Archbishop and Sorcerer
Weapon Level 3 Identifier Time_Kamiji
Attack 180 Type Weapon - Book
MATK 170 Equip Locations Main Hand
Defense 0 Equippable Jobs Priest, Sage
Range 1 Equip Gender Both (Male and Female)
Slots 4 Equip Upper None
Weight 50 Min Equip Level 100
NPC Buy 10 Max Equip Level None
NPC Sell 5 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@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;