Renewal
.:Renewal Item Database:.
Weapon - Shotgun

Soldier Shotgun [0]   [Two Handed]   Item ID# 13173 (BF_Shotgun1)
Valorous Shotgun
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
A Shotgun that has a great attack in short ranged battles against DemiHumans.
It shows a wide variety of strength between each attack.

DEX +2, inflicts splash attack.
Increases physical damage inflicted on DemiHuman monsters by 55%.
Ignores physical defense of DemiHuman monster by 20%.
When attacking, has a chance of adding gaining ATK +80 for 6 seconds but drains 100 HP every second.

Indestructible in battle.
Item Script
expand to view script
{ bonus bDex,2; bonus bSplashRange,1; bonus2 bAddRace,RC_DemiHuman,55; bonus2 bAddRace,RC_Player_Human,55; bonus2 bIgnoreDefRaceRate,RC_DemiHuman,20; bonus2 bIgnoreDefRaceRate,RC_Player_Human,20; autobonus "{ bonus bBaseAtk,80; bonus2 bHPLossRate,100,1000; }",30,6000,BF_WEAPON,"{ specialeffect2 EF_BASH3D; }"; bonus bUnbreakableWeapon; },{},{}
Dropped By No Result
Obtainable FromBattleground

TE Woe Shotgun [0]   [Two Handed]   Item ID# 13186 (TE_Woe_Shotgun)
Type
Weapon
Class
Shotgun
Buy
n/a
Sell
n/a
Weight
0
Attack
100
Required Lvl
40
Weapon Lvl
3
Slot
0
Range
7
Applicable Jobs
Gunslinger
Rebellion
Description
Rental Item

*Effects in WoE TE area
Increases physical damage against Players by 40%.
Random chance to inflict Poison status when dealing physical damage.
Item Script
{ bonus2 bAddRace,RC_Player_Human,40; bonus2 bAddRace,RC_Player_Doram,40; bonus2 bAddEff,Eff_Poison,1000; },{},{}
Dropped By No Result

Thunder P [1]   [Two Handed]   Item ID# 13168 (Thunder_P)
Type
Weapon
Class
Shotgun
Buy
76000z
Sell
38000z
Weight
70
Attack
80
Required Lvl
70
Weapon Lvl
3
Slot
1
Range
9
Applicable Jobs
Gunslinger
Rebellion
Description
A sawed off shotgun that fires shots more rapidly like a pistol at the cost of reduced accuracy.
HIT -5, increases attack speed by 20%.
Inflicts splash damage.
Item Script
{ bonus bSplashRange,1; bonus bHit,-5; bonus bAspdRate,20; },{},{}
Dropped By No Result
Buyable AtClick here for a list of venders
Obtainable FromOld Blue Box, Old Violet Box

Thunder P [2]   [Two Handed]   Item ID# 13169 (Thunder_P_)
Type
Weapon
Class
Shotgun
Buy
76000z
Sell
38000z
Weight
70
Attack
80
Required Lvl
70
Weapon Lvl
3
Slot
2
Range
9
Applicable Jobs
Gunslinger
Rebellion
Description
A sawed off shotgun that fires shots more rapidly like a pistol at the cost of reduced accuracy.
HIT -5, increases attack speed by 20%.
Inflicts splash damage.
Item Script
{ bonus bSplashRange,1; bonus bHit,-5; bonus bAspdRate,20; },{},{}
Dropped By

Trial Rebel's Shotgun [1]   [Two Handed]   Item ID# 28218 (Probation_Shotgun)
Probation Shotgun
Type
Weapon
Class
Shotgun
Buy
20z
Sell
10z
Weight
0
Attack
180
Required Lvl
100
Weapon Lvl
3
Slot
1
Range
9
Applicable Jobs
Gunslinger
Rebellion
Description
A special shotgun modified for novice rebel.
When combined with Enhanced Time Keeper Armor, will makes wearer's body more agile.

HIT -15.
Deals splash attack.
Increases damage of Shattering Storm by 20%.
For each 10 Base Level, increases ATK by 6 (Upto BaseLv 160).

Refine Level +7:
Every learned level of Dust increases ranged physical attack by 1%.

When equipped with Time Keeper Set(Hat, Robe, Manteau and Boots):
ASPD +2, MaxHP +10%, MaxSP +10%.
Every 10 base point of AGI: ASPD +2%. (Upto 100 AGI)
Every 10 base point of DEX: HIT +3. (Upto 100 DEX)
Every 10 base point of LUK: Critical +3. (Upto 100 LUK)
Every 10 base point of VIT:
Reduces damage taken from Neutral elemental attacks by 3%. (Upto 100 VIT)
Item Script
{ bonus bSplashRange,1; bonus bHit,-15; bonus2 bSkillAtk,"RL_S_STORM",20; bonus bBaseAtk,((min(BaseLevel,160)/10)*6); if (getrefine()>6) { bonus bLongAtkRate,getskilllv("GS_DUST"); } },{},{}
Dropped By No Result

Vivatus Fides Shotgun [2]   [Two Handed]   Item ID# 820006 (Vivatus_F_Shotgun)
Type
Weapon
Class
Shotgun
Buy
n/a
Sell
n/a
Weight
200
Attack
320
Required Lvl
210
Weapon Lvl
5
Slot
2
Range
9
Applicable Jobs
Rebellion
Description
A shotgun reborn with the power of true faith through a ritual of purification.

Deals Splash Damage.

Increases damage of Shattering Storm by 10%.

For each 3 Refine Levels:
ATK +18

Refine Level +7:
Increases damage of Shattering Storm by additional 20%.

Refine Level +9:
Decreases Shattering Storm skill cooldown by 1 second.

Refine Level +11:
Increases damage of Shattering Storm by additional 25%.

Refine Level +12:
Increases ranged physical damage by 15%.

[Bonus by Grade]
[Grade D]: Refine Level +11: Physical Damage against enemies of every element +15%.
[Grade C]: Damage of Shattering Storm +15%.
[Grade B]: ATK +7%.
[Grade A]: CON +1, P.ATK +1 per 3 Refine Levels.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bSplashRange,1; bonus2 bSkillAtk,"RL_S_STORM",10; bonus bBaseAtk,18*(.@r/3); if (.@r>=7) { bonus2 bSkillAtk,"RL_S_STORM",20; if (.@r>=9) { bonus2 bSkillCooldown,"RL_S_STORM",-1000; if (.@r>=11) { bonus2 bSkillAtk,"RL_S_STORM",25; if (.@r>=12) { bonus bLongAtkRate,15; } } } } if (.@g >= ENCHANTGRADE_D) { if (.@r>=11) { bonus2 bAddEle,Ele_All,15; } } if (.@g >= ENCHANTGRADE_C) { bonus2 bSkillAtk,"RL_S_STORM",15; if (.@g >= ENCHANTGRADE_B) { bonus bAtkRate,7; if (.@g >= ENCHANTGRADE_A) { bonus bPAtk,(.@r/3); bonus bCon,(.@r/3); } } } },{},{}
Dropped By No Result

[Not For Sale] Demon Slayer Shot [2]   [Two Handed]   Item ID# 28261 (Comp_Demon_S_Shot)
Type
Weapon
Class
Shotgun
Buy
n/a
Sell
n/a
Weight
140
Attack
275
Required Lvl
100
Weapon Lvl
4
Slot
2
Range
9
Applicable Jobs
Rebellion
Description
Not Available

[iRO Description]
Not Available
Item Script
expand to view 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; } } } },{},{}
Dropped By No Result

< 1234
back to top