Basic Info

Name 540003 Beginner Metal Book[1]
Item ID 540003 - Metal_Book_P
Type Weapon - Book
540003
A beginner's book made of metal and further enhanced with steel.
_
MATK + 80,
Increases [Heaven's Drive] and [Earth Spike] damage by 20%.
If +7 or higher, MATK + 20.
If Base Level 20 or higher: For every 10 Base Level, ATK + 3.
(Up to Base Level 90)
Class: Book Attack: 70
Weight: 0
Weapon Level: 3
Required Level: 1
Jobs: Mage jobs

Details

Weight 0
NPC Buy 0 z
NPC Sell 0 z
Refineable Yes
Equip Locations Main Hand

Stats

Range 0
Defense 0
Attack 70
Magical Attack 80
Weapon Level 3
Slots 1

Restrictions

Level Range Any
Usage None
Trade Can't be dropped / Can't be traded or vended / Can't be placed into Cart / Can't be placed into Storage / Can't be placed into Guild Storage / Can't be placed into Master Storage
Job Class Types Normal / Upper / Baby
Job Classes Magician / Wizard / Sage
Gender Any

Scripts

Use Script
bonus2(bSkillAtk, WZ_HEAVENDRIVE, 20); bonus2(bSkillAtk, WZ_EARTHSPIKE, 20); if (BaseLevel >= 20) bonus(bBaseAtk, 3 * (min(90, BaseLevel) / 10)); if (getrefine() >= 7) bonus(bMatk, 20);
Equip Script
None
Unequip Script
None