|
Weapon - Shotgun
 |
Calf Anaconda [2] [Two Handed] Item ID# 28242 (Calf_Anaconda) |   |
|
Type |
Weapon |
Class |
Shotgun |
Buy |
10z |
Sell |
5z |
Weight |
140 |
Attack |
305 | Required Lvl |
150 | Weapon Lvl |
4 | Slot |
2 | Range |
9 |
Applicable Jobs |  | Rebellion |
|
Description |
This shotgun is mainly used by small groups. The design is quite sophisticated and has a good feeling.
MaxSP +2%. Deals Splash Damage. For each 2 refine levels: Increases ranged physical damage by 5%.
Refine Level +7: Increases damage of Banishing Buster by 20%.
Refine Level +9: Increases ranged physical damage by additional 5%.
Refine Level +12: Reduces SP cost of Banishing Buster by 15%. |
Item Script |
|
Dropped By | No Result |
---|
 |
Demon Slayer Shot [2] [Two Handed] Item ID# 28256 (Demon_Slayer_Shot) |   |
|
Type |
Weapon |
Class |
Shotgun |
Buy |
20z |
Sell |
10z |
Weight |
140 |
Attack |
275 | Required Lvl |
100 | Weapon Lvl |
4 | Slot |
2 | Range |
9 |
Applicable Jobs |  | Rebellion |
|
Description |
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.
Enable splash damage on attack.
For each 2 refine levels, increases long ranged physical damage by 3%. For each 3 refine levels, MaxSP +2%.
Refine Level +7: Increases physical damage against Boss monsters by 10%.
Refine Level +9: ATK +50. After using Platinum Altar, increases long ranged physical damage by 10% for 90 seconds.
Refine Level +11: Increases physical damage against Undead and Demon race monsters 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 attack.
More Information on Combo: |
Item Script |
{ [email protected] = getrefine(); bonus bSplashRange,1; bonus bLongAtkRate,3*( [email protected]/2); bonus bMaxSPrate,2*( [email protected]/3); if ( [email protected] >= 7) { bonus2 bAddClass,Class_Boss,10; if ( [email protected] >= 9) { autobonus3 "{ bonus bBaseAtk,50; bonus bLongAtkRate,10; }",1000,90000,"RL_P_ALTER"; if ( [email protected] >= 11) { bonus2 bAddRace,RC_Undead,15; bonus2 bAddRace,RC_Demon,15; } } } },{},{} |
Dropped By | No Result |
---|
 |
Dustfire [2] [Two Handed] Item ID# 28224 (Dustfire) |   |
|
Type |
Weapon |
Class |
Shotgun |
Buy |
20z |
Sell |
10z |
Weight |
130 |
Attack |
300 | Required Lvl |
120 | Weapon Lvl |
3 | Slot |
2 | Range |
9 |
Applicable Jobs |  | Rebellion |
|
Description |
A heavy shotgun that has flaming muzzle.
Deals splash attack. Adds a chance of inflicting Blind status on target when dealing physical attacks
Refine Level +7: Increases Shatter Storm damage by 15%. Refine Level +9: Increases Vanishing Buster damage by 15%.
When equipped with Armor Piercing Bullet: Increases long range physical attack by 30%.
More Information on Combo: |
Item Script |
{ bonus bSplashRange,1; bonus2 bAddEff,Eff_Blind,50; if ( [email protected] >= 7) { bonus2 bSkillAtk,"RL_S_STORM",15; if ( [email protected] >= 9) { bonus2 bSkillAtk,"RL_BANISHING_BUSTER",15; } } },{},{} |
Dropped By | No Result |
---|
 |
Gate Keeper-DD [0] [Two Handed] Item ID# 13167 (Gate_KeeperDD) |   |
|
Type |
Weapon |
Class |
Shotgun |
Buy |
72000z |
Sell |
36000z |
Weight |
130 |
Attack |
200 | Required Lvl |
70 | Weapon Lvl |
4 | Slot |
0 | Range |
9 |
Applicable Jobs |  | Gunslinger |  | Rebellion |
|
Description |
The barrel of the original Gate Keeper is made out of pure Oridecon, making it very durable. DEX + 1 Each refine level increases DEF by 1. Inflicts splash damage. Add a 3% chance of auto casting Level 6 Spread Attack on the enemy when attacking. |
Item Script |
{ bonus bSplashRange,1; bonus3 bAutoSpell,"GS_SPREADATTACK",6,50; bonus bDef,getrefine(); bonus bDex,1; },{},{} |
Dropped By | |
---|
Obtainable From | Old Blue Box, Old Violet Box
|
---|
 |
Glorious Shotgun [0] [Two Handed] Item ID# 13178 (Krieger_Shotgun1) |   |
|
Type |
Weapon |
Class |
Shotgun |
Buy |
n/a |
Sell |
n/a |
Weight |
0 |
Attack |
110 | Required Lvl |
80 | Weapon Lvl |
4 | Slot |
0 | Range |
9 |
Applicable Jobs |  | Gunslinger |  | Rebellion |
|
Description |
A weapon that only a champion of battlefield can wield.
Increases physical attack against DemiHuman monster by 55%. Ignores physical defense of Demihuman monster by 20%. Deals Splash Damage. Triple Action damage +30%. Indestructible (except in upgrade attempts).
[Refine Rate >= 6] Ignores physical defense of Demihuman monster by 5%. [Slaughter] Lv 1 [(Refine-4) * (Refine-4) % physical damage bonus on DemiHuman targets, applies up to +14.]
[Refine Rate >= 9] Increases the damage of Spread Attack by 2% for each refine level of the weapon. Spread Attack has a chance to inflict Stun enemy. |
Item Script |
{ bonus2 bAddRace,RC_DemiHuman,55; bonus2 bAddRace,RC_Player,55; bonus2 bIgnoreDefRaceRate,RC_DemiHuman,20; bonus2 bIgnoreDefRaceRate,RC_Player,20; bonus bSplashRange,1; bonus2 bSkillAtk,"GS_TRIPLEACTION",30; bonus bUnbreakableWeapon; [email protected] = getrefine(); if( [email protected]>5) { bonus2 bAddRace,RC_DemiHuman,pow(min( [email protected],10)-4,2); bonus2 bAddRace,RC_Player,pow(min( [email protected],10)-4,2); bonus2 bIgnoreDefRaceRate,RC_DemiHuman,5; bonus2 bIgnoreDefRaceRate,RC_Player,5; } if( [email protected]>8) { bonus2 bSkillAtk,"GS_SPREADATTACK", [email protected] * 2; bonus3 bAddEffOnSkill,"GS_SPREADATTACK",Eff_Stun,2000; } },{},{} |
Dropped By | No Result |
---|
Obtainable From | Battleground
|
---|
 |
Half BF Shotgun1 [0] [Two Handed] Item ID# 28204 (Half_BF_Shotgun1) |   |
|
Type |
Weapon |
Class |
Shotgun |
Buy |
n/a |
Sell |
n/a |
Weight |
0 |
Attack |
100 | Required Lvl |
80 | Weapon Lvl |
3 | Slot |
0 | Range |
9 |
Applicable Jobs |  | Gunslinger |  | Rebellion |
|
Description |
Not Available
[iRO Description] Not Available |
Item Script |
{ bonus bDex,2; bonus bSplashRange,1; bonus2 bAddRace,RC_DemiHuman,30; bonus2 bAddRace,RC_Player,30; bonus2 bIgnoreDefRaceRate,RC_DemiHuman,10; bonus2 bIgnoreDefRaceRate,RC_Player,10; autobonus "{ bonus bBaseAtk,80; bonus2 bHPLossRate,100,1000; }",30,6000,BF_WEAPON,"{ specialeffect2 EF_BASH3D; }"; bonus bUnbreakableWeapon; },{},{} |
Dropped By | No Result |
---|
 |
Illusion Gate Keeper DD [2] [Two Handed] Item ID# 28244 (Illusion_Gate_Keeper_DD) Illusion Gate Keeper-DD |   |
|
Type |
Weapon |
Class |
Shotgun |
Buy |
n/a |
Sell |
n/a |
Weight |
130 |
Attack |
240 | Required Lvl |
120 | Weapon Lvl |
4 | Slot |
2 | Range |
9 |
Applicable Jobs |  | Rebellion |
|
Description |
The original Gatekeeper's barrel is made of Oridecon. Considerable durability and reliability is enough to bounce the flying bullets.
DEX +1. Deals Splash Damage. For each 2 refine levels: Increases long ranged physical damage by 5%.
Refine Level +7: ASPD +15% (After attack delay -15%).
Refine Level +9: Increases long ranged physical damage by additional 5%.
Refine Level +11: When dealing long ranged physical damage, has a chance to autocast Spread Attack Level 6. (If user has higher Level, that Level will be autocast instead).
When equipped with Illusion Hot-blooed Headband: ATK +10%. If Refine Level of Illusion Hot-blooed Headband and Illusion Gate Keeper-DD each is +7 or higher: ASPD +2.
If total refine level of entire set at least +18: Increases long ranged physical damage by additional 10%.
If total refine level of entire set at least +22: Increases damage of Spread Attack damage by 30%.
More Information on Combo: |
Item Script |
{ [email protected] = getrefine(); bonus bDex,1; bonus bSplashRange,1; [email protected] = 5*( [email protected]/2); if ( [email protected] >= 7) { bonus bAspdRate,15; if ( [email protected] >= 9) { [email protected] += 5; if ( [email protected] >= 11) { bonus5 bAutoSpell,"GS_SPREADATTACK",max(6,getskilllv("GS_SPREADATTACK")),50,BF_LONG|BF_WEAPON,1; } } } bonus bLongAtkRate, [email protected]; },{},{} |
Dropped By | No Result |
---|
|
|