ID #500030
Weapon
Illusion Excalibur [2]
Buy Price: N/A
Sell Price: N/A
A sword known to have been stuck in a rock in a far western country. It has divine powers over its own master.
_______________________
MATK +180
MATK +5%
_______________________
Decreases After Skill Delay by 5%.
_______________________
Refine Level +7:
Increases damage of Genesis Ray by 15%.
_______________________
Refine Level +9:
Increases Magical Damage with Neutral and Holy element by 15%.
Decreases Variable Casting Time by 10%.
_______________________
Refine Level +11:
Increases damage of Genesis Ray by additional 25%.
_______________________
When equipped with Illusion Herald of God:
MATK +50
Decreases Variable Casting Time 10%.
Refine Level of Illusion Excalibur and Illusion Herald of God is +7 or higher:
Increases damage of Genesis Ray by additional 10%.
Total Refine Level of entire set at least +18:
Increases Magical Damage against monsters of every race by 20%.
Total Refine Level of entire set at least +22:
Decreases Genesis Ray skill cooldown by 1 second.
Decreases After Skill Delay by additional 5%.
_______________________
Type: Sword
Attack: 120
Weight: 100
Weapon Level: 4
_______________________
Requirement:
Base Level 120
Royal Guard classes
_______________________
MATK +180
MATK +5%
_______________________
Decreases After Skill Delay by 5%.
_______________________
Refine Level +7:
Increases damage of Genesis Ray by 15%.
_______________________
Refine Level +9:
Increases Magical Damage with Neutral and Holy element by 15%.
Decreases Variable Casting Time by 10%.
_______________________
Refine Level +11:
Increases damage of Genesis Ray by additional 25%.
_______________________
When equipped with Illusion Herald of God:
MATK +50
Decreases Variable Casting Time 10%.
Refine Level of Illusion Excalibur and Illusion Herald of God is +7 or higher:
Increases damage of Genesis Ray by additional 10%.
Total Refine Level of entire set at least +18:
Increases Magical Damage against monsters of every race by 20%.
Total Refine Level of entire set at least +22:
Decreases Genesis Ray skill cooldown by 1 second.
Decreases After Skill Delay by additional 5%.
_______________________
Type: Sword
Attack: 120
Weight: 100
Weapon Level: 4
_______________________
Requirement:
Base Level 120
Royal Guard classes
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
1000
Range
1
Job Requirements
Crusader
Yes
Requirements
Weapon Level
4
Min Level
120
Scripts
Script .@r = getrefine(); bonus bDelayrate,-5; bonus bMatkRate,5; if (.@r>=7) { bonus2 bSkillAtk,"LG_RAYOFGENESIS",15; if (.@r>=9) { bonus2 bMagicAtkEle,Ele_Neutral,15; bonus2 bMagicAtkEle,Ele_Holy,15; bonus bVariableCastrate,-10; if (.@r>=11) { bonus2 bSkillAtk,"LG_RAYOFGENESIS",25; } } }
.@r = getrefine();
bonus bDelayrate,-5;
bonus bMatkRate,5;
if (.@r>=7) {
bonus2 bSkillAtk,"LG_RAYOFGENESIS",15;
if (.@r>=9) {
bonus2 bMagicAtkEle,Ele_Neutral,15;
bonus2 bMagicAtkEle,Ele_Holy,15;
bonus bVariableCastrate,-10;
if (.@r>=11) {
bonus2 bSkillAtk,"LG_RAYOFGENESIS",25;
}
}
}