ID #600011
Weapon
Illusion Death Guidance [2]
Buy Price: N/A
Sell Price: N/A
A cursed weapon exists only for the destruction of all living being. The curse of this sword even affects the wielder that leads the person to misery.
_______________________
For each Refine Level:
ATK +4
_______________________
Refine Level +7:
Increases damage of Storm Blast by 20%.
_______________________
Refine Level +9:
Physical attacks have a 3% chance to recover 50 HP per refine rate per second for 4 seconds.
_______________________
Refine Level +11:
Critical +15
Increases Critical Damage by 15%.
_______________________
When equipped with Illusion Chain Mail:
ATK +30
Refine Level of Illusion Death Guidance and Illusion Chain Mail each is +7 or higher:
Critical +5
Total Refine Level of entire set at least +18:
Increases damage of Storm Blast by 20%.
Total Refine Level of entire set at least +22:
Increases Physical Damage against enemies of Water elemental enemies and Fish race by 15%.
_______________________
Type: Two-Handed Sword
Attack: 240
Weight: 200
Weapon Level: 4
_______________________
Requirement:
Base Level 120
Transcendent Swordman classes
_______________________
For each Refine Level:
ATK +4
_______________________
Refine Level +7:
Increases damage of Storm Blast by 20%.
_______________________
Refine Level +9:
Physical attacks have a 3% chance to recover 50 HP per refine rate per second for 4 seconds.
_______________________
Refine Level +11:
Critical +15
Increases Critical Damage by 15%.
_______________________
When equipped with Illusion Chain Mail:
ATK +30
Refine Level of Illusion Death Guidance and Illusion Chain Mail each is +7 or higher:
Critical +5
Total Refine Level of entire set at least +18:
Increases damage of Storm Blast by 20%.
Total Refine Level of entire set at least +22:
Increases Physical Damage against enemies of Water elemental enemies and Fish race by 15%.
_______________________
Type: Two-Handed Sword
Attack: 240
Weight: 200
Weapon Level: 4
_______________________
Requirement:
Base Level 120
Transcendent Swordman classes
Basic Information
Type
Weapon
Weight
2000
Range
1
Job Requirements
Crusader
Yes
Knight
Yes
Swordsman
Yes
Class Requirements
Upper
Yes
Requirements
Weapon Level
4
Min Level
120
Scripts
Script .@r = getrefine(); bonus bBaseAtk,4*.@r; if (.@r>=7) { bonus2 bSkillAtk,"RK_STORMBLAST",20; } if (.@r>=9) { autobonus "{ bonus2 bHPRegenRate,getrefine()*50,1000; }",30,4000,BF_WEAPON; } if (.@r>=11) { bonus bCritAtkRate,15; bonus bCritical,15; }
.@r = getrefine();
bonus bBaseAtk,4*.@r;
if (.@r>=7) {
bonus2 bSkillAtk,"RK_STORMBLAST",20;
}
if (.@r>=9) {
autobonus "{ bonus2 bHPRegenRate,getrefine()*50,1000; }",30,4000,BF_WEAPON;
}
if (.@r>=11) {
bonus bCritAtkRate,15;
bonus bCritical,15;
}