ID #540074
Weapon
Muqaddas Kitab [2]
Buy Price: N/A
Sell Price: N/A
A book created by combining holy relics and magical powers.
_______________________
MATK +230
_______________________
MATK +5%
Increases damage of Lightning Land and Diamond Storm by 10%.
_______________________
Refine Level +7:
Increases Magical Damage with Water and Wind element by 10%.
_______________________
Refine Level +9:
Increases damage of Lightning Land and Diamond Storm by additional 10%.
_______________________
Refine Level +11:
Increases damage of Lightning Land and Diamond Storm by additional 10%.
_______________________
[Bonus by Grade]
[Grade D]: Magical Damage against enemies of Small size +15%.
[Grade C]: Magical Damage against enemies of Medium size +15%.
[Grade B]: Magical Damage against enemies of Large size +15%.
[Grade A]: P.ATK +5
_______________________
Type: Book
Attack: 60
Weight: 80
Weapon Level: 5
_______________________
Requirement:
Base Level 250
Elemental Master
_______________________
MATK +230
_______________________
MATK +5%
Increases damage of Lightning Land and Diamond Storm by 10%.
_______________________
Refine Level +7:
Increases Magical Damage with Water and Wind element by 10%.
_______________________
Refine Level +9:
Increases damage of Lightning Land and Diamond Storm by additional 10%.
_______________________
Refine Level +11:
Increases damage of Lightning Land and Diamond Storm by additional 10%.
_______________________
[Bonus by Grade]
[Grade D]: Magical Damage against enemies of Small size +15%.
[Grade C]: Magical Damage against enemies of Medium size +15%.
[Grade B]: Magical Damage against enemies of Large size +15%.
[Grade A]: P.ATK +5
_______________________
Type: Book
Attack: 60
Weight: 80
Weapon Level: 5
_______________________
Requirement:
Base Level 250
Elemental Master
Equipment Reform
Available through the reform system Mocadas_Refine_Box
- Bishop's Holy Water × 150
- Bishop's Relic × 150
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
Acquisition method
Equipment reform
Job Requirements
Sage
Yes
Requirements
Weapon Level
5
Min Level
250
Scripts
Script .@g = getenchantgrade(); .@r = getrefine(); bonus bMatkRate,5; bonus2 bSkillAtk,"EM_DIAMOND_STORM",10; bonus2 bSkillAtk,"EM_LIGHTNING_LAND",10; if (.@r>=7) { bonus2 bMagicAtkEle,Ele_Water,10; bonus2 bMagicAtkEle,Ele_Wind,10; if (.@r>=9) { bonus2 bSkillAtk,"EM_DIAMOND_STORM",10; bonus2 bSkillAtk,"EM_LIGHTNING_LAND",10; if (.@r>=11) { bonus2 bSkillAtk,"EM_DIAMOND_STORM",10; bonus2 bSkillAtk,"EM_LIGHTNING_LAND",10; } } } if (.@g>=ENCHANTGRADE_D) { bonus2 bMagicAddSize,Size_Small,15; if (.@g>=ENCHANTGRADE_C) { bonus2 bMagicAddSize,Size_Medium,15; if (.@g>=ENCHANTGRADE_B) { bonus2 bMagicAddSize,Size_Large,15; if (.@g>=ENCHANTGRADE_A) { bonus bSMatk,5; } } } }
.@g = getenchantgrade();
.@r = getrefine();
bonus bMatkRate,5;
bonus2 bSkillAtk,"EM_DIAMOND_STORM",10;
bonus2 bSkillAtk,"EM_LIGHTNING_LAND",10;
if (.@r>=7) {
bonus2 bMagicAtkEle,Ele_Water,10;
bonus2 bMagicAtkEle,Ele_Wind,10;
if (.@r>=9) {
bonus2 bSkillAtk,"EM_DIAMOND_STORM",10;
bonus2 bSkillAtk,"EM_LIGHTNING_LAND",10;
if (.@r>=11) {
bonus2 bSkillAtk,"EM_DIAMOND_STORM",10;
bonus2 bSkillAtk,"EM_LIGHTNING_LAND",10;
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus2 bMagicAddSize,Size_Small,15;
if (.@g>=ENCHANTGRADE_C) {
bonus2 bMagicAddSize,Size_Medium,15;
if (.@g>=ENCHANTGRADE_B) {
bonus2 bMagicAddSize,Size_Large,15;
if (.@g>=ENCHANTGRADE_A) {
bonus bSMatk,5;
}
}
}
}