ID #28608
Weapon
Elemental Origin [2]
Buy Price: N/A
Sell Price: N/A
A book in which the origin of elemental magics are written.
_______________________
INT +4
MATK +150
_______________________
Increases Bolt magic damage by 10%.
_______________________
Refine Level +7:
Increases Bolt magic damage by additional 10%.
_______________________
Refine Level +9:
Increases Bolt magic damage by additional 10%.
_______________________
Type: Book
Attack: 120
Weight: 80
Weapon Level: 3
_______________________
Requirement:
Base Level 100
Sorcerer
_______________________
INT +4
MATK +150
_______________________
Increases Bolt magic damage by 10%.
_______________________
Refine Level +7:
Increases Bolt magic damage by additional 10%.
_______________________
Refine Level +9:
Increases Bolt magic damage by additional 10%.
_______________________
Type: Book
Attack: 120
Weight: 80
Weapon Level: 3
_______________________
Requirement:
Base Level 100
Sorcerer
Monster Drops
Normal Drops
Bowie Buffalo Bandit
Rate: 25%
Elite Buffalo Bandit
Rate: 75%
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Weapon
Weight
800
Range
1
Job Requirements
Sage
Yes
Requirements
Weapon Level
3
Min Level
100
Scripts
Script .@r = getrefine(); bonus bInt,4; .@bonus = 10; if (.@r>=7) { .@bonus += 10; } if (.@r>=9) { .@bonus += 10; } bonus2 bSkillAtk,"MG_FIREBOLT",.@bonus; bonus2 bSkillAtk,"MG_COLDBOLT",.@bonus; bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",.@bonus; bonus2 bSkillAtk,"WZ_EARTHSPIKE",.@bonus;
.@r = getrefine();
bonus bInt,4;
.@bonus = 10;
if (.@r>=7) {
.@bonus += 10;
}
if (.@r>=9) {
.@bonus += 10;
}
bonus2 bSkillAtk,"MG_FIREBOLT",.@bonus;
bonus2 bSkillAtk,"MG_COLDBOLT",.@bonus;
bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",.@bonus;
bonus2 bSkillAtk,"WZ_EARTHSPIKE",.@bonus;