ID #28254
Weapon
Illusion Butcher [2]
Buy Price: N/A
Sell Price: N/A
Rotating motorized firearm.
Its power was so great that it was named "The Slayer".
_______________________
For each 15 base STR:
Increases Ranged Physical Damage by 2%.
_______________________
For each Refine Level:
ATK +10
_______________________
Refine Level +7:
Increases damage of Fire Rain by 20%.
_______________________
Refine Level +9:
Increases damage of Round Trip by 15%.
_______________________
Refine Level +11:
Increases Physical Damage against enemies of Animal and Angel by 30%.
_______________________
When equipped with Illusion Boots:
ATK +10%
_______________________
Refine Level of Illusion Boots and Illusion Butcher is +7 or higher:
Increases Ranged Physical Damage by additional 5%.
_______________________
Total Refine Level of entire set at least +18:
Increases damage of Fire Rain by 20%,
Decreases Fire Rain skill cooldown by 2 seconds.
_______________________
Total Refine Level of entire set at least +22:
Using Round Trip has a chance to increase ATK by 50 and Increases Physical Damage against enemies of Brute and Demon race by 50% for 10 seconds.
_______________________
Type: Gatling Gun
Attack: 210
Weight: 250
Weapon Level: 4
_______________________
Requirement:
Base Level 120
Gunslinger classes
Its power was so great that it was named "The Slayer".
_______________________
For each 15 base STR:
Increases Ranged Physical Damage by 2%.
_______________________
For each Refine Level:
ATK +10
_______________________
Refine Level +7:
Increases damage of Fire Rain by 20%.
_______________________
Refine Level +9:
Increases damage of Round Trip by 15%.
_______________________
Refine Level +11:
Increases Physical Damage against enemies of Animal and Angel by 30%.
_______________________
When equipped with Illusion Boots:
ATK +10%
_______________________
Refine Level of Illusion Boots and Illusion Butcher is +7 or higher:
Increases Ranged Physical Damage by additional 5%.
_______________________
Total Refine Level of entire set at least +18:
Increases damage of Fire Rain by 20%,
Decreases Fire Rain skill cooldown by 2 seconds.
_______________________
Total Refine Level of entire set at least +22:
Using Round Trip has a chance to increase ATK by 50 and Increases Physical Damage against enemies of Brute and Demon race by 50% for 10 seconds.
_______________________
Type: Gatling Gun
Attack: 210
Weight: 250
Weapon Level: 4
_______________________
Requirement:
Base Level 120
Gunslinger classes
Basic Information
Type
Weapon
Weight
2500
Range
9
Job Requirements
Gunslinger
Yes
Requirements
Weapon Level
4
Min Level
120
Scripts
Script .@r = getrefine(); bonus bLongAtkRate,2*(readparam(bStr)/15); bonus bBaseAtk,10*.@r; if (.@r >= 7) { bonus2 bSkillAtk,"RL_FIRE_RAIN",20; if (.@r >= 9) { bonus2 bSkillAtk,"RL_R_TRIP",15; if (.@r >= 11) { bonus2 bAddRace,RC_Brute,30; bonus2 bAddRace,RC_Demon,30; } } }
.@r = getrefine();
bonus bLongAtkRate,2*(readparam(bStr)/15);
bonus bBaseAtk,10*.@r;
if (.@r >= 7) {
bonus2 bSkillAtk,"RL_FIRE_RAIN",20;
if (.@r >= 9) {
bonus2 bSkillAtk,"RL_R_TRIP",15;
if (.@r >= 11) {
bonus2 bAddRace,RC_Brute,30;
bonus2 bAddRace,RC_Demon,30;
}
}
}