ID #620010
Weapon
Illusion Doom Slayer [2]
Buy Price: N/A
Sell Price: N/A
An axe that is so huge and heavy that even the word "extra-large" doesn't fit.
_______________________
Indestructible in battle
_______________________
Decreases Variable Casting Time by 5%.
_______________________
Base STR at least 100:
ATK +75
_______________________
Refine Level +7:
Decreases Variable Casting Time by additional 10%.
_______________________
Refine Level +9:
Increases Melee and Ranged Physical Damage by 15%.
Increases Physical Damage against enemies of every size by 20%.
_______________________
Refine Level +11:
Decreases After Skill Delay by 10%.
_______________________
When equipped with Illusion Chain Mail:
ATK +50
Decreases After Skill Delay by additional 10%.
Refine Level of Illusion Doom Slayer and Illusion Chain Mail is +7 or higher:
Increases Attack Speed (decreases After Attack Delay by 15%).
Total Refine Level of entire set at least +18:
Increases Physical Damage against enemies of every race by 20%.
Total Refine Level of entire set at least +22:
ATK +15%
Decreases Variable Casting Time by 10%.
_______________________
Type: Two-Handed Axe
Attack: 250
Weight: 700
Weapon Level: 4
_______________________
Requirement:
Base Level 120
Merchant classes
_______________________
Indestructible in battle
_______________________
Decreases Variable Casting Time by 5%.
_______________________
Base STR at least 100:
ATK +75
_______________________
Refine Level +7:
Decreases Variable Casting Time by additional 10%.
_______________________
Refine Level +9:
Increases Melee and Ranged Physical Damage by 15%.
Increases Physical Damage against enemies of every size by 20%.
_______________________
Refine Level +11:
Decreases After Skill Delay by 10%.
_______________________
When equipped with Illusion Chain Mail:
ATK +50
Decreases After Skill Delay by additional 10%.
Refine Level of Illusion Doom Slayer and Illusion Chain Mail is +7 or higher:
Increases Attack Speed (decreases After Attack Delay by 15%).
Total Refine Level of entire set at least +18:
Increases Physical Damage against enemies of every race by 20%.
Total Refine Level of entire set at least +22:
ATK +15%
Decreases Variable Casting Time by 10%.
_______________________
Type: Two-Handed Axe
Attack: 250
Weight: 700
Weapon Level: 4
_______________________
Requirement:
Base Level 120
Merchant classes
Basic Information
Type
Weapon
Weight
7000
Range
1
Job Requirements
Alchemist
Yes
Blacksmith
Yes
Merchant
Yes
Requirements
Weapon Level
4
Min Level
120
Scripts
Script .@r = getrefine(); bonus bUnbreakableWeapon; if (readparam(bStr)>=100) { bonus bBaseAtk,75; } if (.@r>=7) { bonus bVariableCastrate,-10; if (.@r>=9) { bonus2 bAddSize,Size_All,20; bonus bLongAtkRate,15; bonus bShortAtkRate,15; if (.@r>=11) { bonus bDelayrate,-10; } } } bonus bVariableCastrate,-5;
.@r = getrefine();
bonus bUnbreakableWeapon;
if (readparam(bStr)>=100) {
bonus bBaseAtk,75;
}
if (.@r>=7) {
bonus bVariableCastrate,-10;
if (.@r>=9) {
bonus2 bAddSize,Size_All,20;
bonus bLongAtkRate,15;
bonus bShortAtkRate,15;
if (.@r>=11) {
bonus bDelayrate,-10;
}
}
}
bonus bVariableCastrate,-5;