Boltigin

Item ID 28633 Name Boltigin
A book of magical interpretations of the four attributes.
_______________________
MATK +175
_______________________
Increases damage of Fire Bolt, Cold Bolt and Lightning Bolt by 20%.
_______________________
For each Refine Level:
MATK +4
_______________________
Refine Level +9:
Increases damage of Fire Bolt, Cold Bolt and Lightning Bolt by additional 30%.
_______________________
Refine Level +11:
Increases damage of Heaven's Drive and Earth Spike by 50%.
_______________________
Type: Book
Attack: 120
Weight: 80
Weapon Level: 4
_______________________
Requirement:
Base Level 170
Sorcerer
Weapon Level 4 Identifier Boltigin
Attack 120 Type Weapon - Book
MATK 175 Equip Locations Main Hand
Defense 0 Equippable Jobs Sage
Range 1 Equip Gender Both (Male and Female)
Slots 2 Equip Upper Third, Third Upper, Third Baby
Weight 80 Min Equip Level 170
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bMatk,4*.@r;
if (.@r>=9)
   .@val = 30;
if (.@r>=11) {
   bonus2 bSkillAtk,"WZ_EARTHSPIKE",50;
   bonus2 bSkillAtk,"WZ_HEAVENDRIVE",50;
}
bonus2 bSkillAtk,"MG_FIREBOLT",20+.@val;
bonus2 bSkillAtk,"MG_COLDBOLT",20+.@val;
bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",20+.@val;

Set Script
Celia's Memory
Boltigin
.@r= getequiprefinerycnt(EQI_HAND_R)/3;
bonus2 bSkillAtk,"WZ_EARTHSPIKE",10*.@r;
bonus2 bSkillAtk,"WZ_HEAVENDRIVE",7*.@r;
Spinel Diadem
Boltigin
.@r_weapon = getequiprefinerycnt(EQI_HAND_R);
bonus bMatkRate,2;
bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",3*.@r_weapon;
bonus2 bSkillAtk,"MG_FIREBOLT",3*.@r_weapon;
bonus2 bSkillAtk,"MG_COLDBOLT",3*.@r_weapon;