Sage's Diary [2], книга (Renewal)
Sage's Diary [2] (DIARY_OF_GREAT_SAGE) – оружие.
![Sage's Diary [2], книга (Renewal) Sage's Diary [2], книга (Renewal)](/images/db/items/picture/1560.png)
A book of a great sage, that recorded his knowledge in a diary format.
Magic Property: Neutral
If the user's base Str is 50 or higher,
Aspd + 5%
If the user's base Int is 70 or higher,
Matk + 5%
Скрипт
if (readparam(bStr)>=50) bonus bAspdRate,5; if (readparam(bInt)>=70) bonus bMatkRate,5;