ID #28261
Weapon
[Not For Sale] Demon Slayer Shot [2]
Buy Price: N/A
Sell Price: N/A
A shotgun with the power of the soul used by those who have reached the Level of Gunmaster, which can handle all firearms skillfully.
It resonates with Ancient Hero's Boots.
_______________________
Deals Splash Damage.
_______________________
For each 2 Refine Levels:
Increases Ranged Physical Damage by 3%.
_______________________
For each 3 Refine Levels:
MaxSP +2%
_______________________
Refine Level +7:
Increases Physical Damage against enemies of Boss class by 10%.
_______________________
Refine Level +9:
ATK +50
After using Platinum Altar, Increases Ranged Physical Damage by 10% for 90 seconds.
_______________________
Refine Level +11:
Increases Physical Damage against enemies of Undead and Demon race by 15%.
_______________________
When equipped with Ancient Hero's Boots:
Random chance to increase DEX by 20 and long Ranged Physical Damage by 10% for 7 sec when dealing physical damage.
_______________________
Type: Shotgun
Attack: 275
Weight: 140
Weapon Level: 4
_______________________
Requirement:
Base Level 100
Rebellion
It resonates with Ancient Hero's Boots.
_______________________
Deals Splash Damage.
_______________________
For each 2 Refine Levels:
Increases Ranged Physical Damage by 3%.
_______________________
For each 3 Refine Levels:
MaxSP +2%
_______________________
Refine Level +7:
Increases Physical Damage against enemies of Boss class by 10%.
_______________________
Refine Level +9:
ATK +50
After using Platinum Altar, Increases Ranged Physical Damage by 10% for 90 seconds.
_______________________
Refine Level +11:
Increases Physical Damage against enemies of Undead and Demon race by 15%.
_______________________
When equipped with Ancient Hero's Boots:
Random chance to increase DEX by 20 and long Ranged Physical Damage by 10% for 7 sec when dealing physical damage.
_______________________
Type: Shotgun
Attack: 275
Weight: 140
Weapon Level: 4
_______________________
Requirement:
Base Level 100
Rebellion
Basic Information
Type
Weapon
Weight
1400
Range
9
Requirements
Weapon Level
4
Min Level
100
Scripts
Script .@r = getrefine(); bonus bSplashRange,1; bonus bLongAtkRate,3*(.@r/2); bonus bMaxSPrate,2*(.@r/3); if (.@r >= 7) { bonus2 bAddClass,Class_Boss,10; if (.@r >= 9) { autobonus3 "{ bonus bBaseAtk,50; bonus bLongAtkRate,10; }",1000,90000,"RL_P_ALTER"; if (.@r >= 11) { bonus2 bAddRace,RC_Undead,15; bonus2 bAddRace,RC_Demon,15; } } }
.@r = getrefine();
bonus bSplashRange,1;
bonus bLongAtkRate,3*(.@r/2);
bonus bMaxSPrate,2*(.@r/3);
if (.@r >= 7) {
bonus2 bAddClass,Class_Boss,10;
if (.@r >= 9) {
autobonus3 "{ bonus bBaseAtk,50; bonus bLongAtkRate,10; }",1000,90000,"RL_P_ALTER";
if (.@r >= 11) {
bonus2 bAddRace,RC_Undead,15;
bonus2 bAddRace,RC_Demon,15;
}
}
}