Sage's Diary [2]
ID: 1560
Type |
Weapon |
Subtype |
Book |
Attack |
100 |
Defense |
0 |
Weight |
110.0 |
Weapon Level |
3 |
Buy |
20z |
Sell |
10z |
Required Level |
60 |
Slots |
2 |
Applicable Jobs:
job_priest,
job_sage,
job_stargladiator
Description:
The diary of a great sage, published with him never knowing.
If user has at least 50 STR, diary adds +15% MATK and +5% ATK Speed.
If user has at least 70 INT points, diary adds +5% MATK.
Class: Book
Attack: 100
Weight: 110
Weapon Level: 3
Level Requirement: 60
Jobs: Priest, Sage, and Taekwon Master
Item Script:
bonus bMatkRate,15;
if (readparam(bStr)>=50)
bonus bAspdRate,5;
if (readparam(bInt)>=70)
bonus bMatkRate,5;