Curse of Maebia Book

Item ID 490378 Name Curse of Maebia Book
None
Weapon Level 0 Identifier Maebia_Book_ROC
Attack 0 Type Armor
MATK 0 Equip Locations Accessory Left/Right
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 10 Min Equip Level 60
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable No
Credit Price None Trade restriction None
Item Script
bonus bInt,3;
bonus bAgi,3;
if (BaseJob == Job_Sage)
   bonus bAspd,readparam(bInt)/30;
if (Class == Job_Star_Gladiator || Class == Job_Soul_Linker) {
   bonus bDex,JobLevel/2;
   bonus bLuk,JobLevel/2;
   bonus2 bSkillAtk,"SL_SMA",2*(JobLevel/2);
   bonus2 bSkillAtk,"SG_STAR_WARM",2*(JobLevel/2);
}

Set Script
Book of the Apocalypse
Curse of Maebia Book
.@r = getequiprefinerycnt(EQI_HAND_R);
bonus2 bSkillAtk,"MG_FIREBOLT",10*.@r;
bonus2 bSkillAtk,"MG_COLDBOLT",10*.@r;
bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",10*.@r;