Renewal
.:Renewal Item Database:.
Weapon - Gatling Gun

Paradise Rebellion Gatling Gun [0]   [Two Handed]   Item ID# 830004 (3Para_Gatling_RL)
Type
Weapon
Class
Gatling Gun
Buy
n/a
Sell
n/a
Weight
0
Attack
200
Required Lvl
100
Weapon Lvl
4
Slot
0
Range
9
Refineable
No
Applicable Jobs
Rebellion
Description
A high-quality revolver made by the Paradise Group.

ATK +5%

For each Level of Single Action:
Increases ranged physical damage by 1%.

Base Level at least 105:
Decreases Fire Rain skill cooldown by 1 second.
Increases damage of Fire Rain and Round Trip by 25%.

Base Level at least 110:
Increases ranged physical damage by additional 10%.
Increases physical damage against enemies of every size by 15%.

Base Level at least 115:
Increases damage of Fire Rain and Round Trip by additional 15%.
Item Script
expand to view script
{ .@a = getskilllv("GS_SINGLEACTION"); bonus bAtkRate,5; bonus bLongAtkRate,1*.@a; if (BaseLevel>=105) { bonus2 bSkillCooldown,"RL_FIRE_RAIN",-1000; bonus2 bSkillAtk,"RL_FIRE_RAIN",25; bonus2 bSkillAtk,"RL_R_TRIP",25; if (BaseLevel>=110) { bonus bLongAtkRate,10; bonus2 bAddSize,Size_All,15; if (BaseLevel>=115) { bonus2 bSkillAtk,"RL_FIRE_RAIN",15; bonus2 bSkillAtk,"RL_R_TRIP",15; } } } },{},{}
Dropped By No Result

Patent The Black [2]   [Two Handed]   Item ID# 830002 (Up_The_Black_Gatling)
Awakened The Black
Type
Weapon
Class
Gatling Gun
Buy
n/a
Sell
n/a
Weight
300
Attack
225
Required Lvl
150
Weapon Lvl
4
Slot
2
Range
9
Applicable Jobs
Rebellion
Description
A black gatling gun used by those who have reached the level of Gunmaster who can handle all firearms skillfully.
Through the strength and grip of the barrel, it began to show its natural strength.
It seems to resonate with the Great Hero's Boots.

For each 2 Refine Levels:
ATK +15

For each 3 Refine Levels:
Increases ranged physical damage by 4%.

Refine Level +7:
Increases damage of Round Trip by 20%.
Increases SP Consumption of Round Trip by 10%.

Refine Level +9:
Increases damage of Round Trip by additional 15%.

When Platinum Alter is used:
Increases ATK by 50 and ranged physical damage by 10% for 90 seconds.

Refine Level +11:
Increases physical damage against enemies of every size by 15%.

When equipped with Great Hero's Boots:
DEX +10
Increases ranged physical damage by 5%.
Item Script
expand to view script
{ .@r = getrefine(); bonus bBaseAtk,15*(.@r/2); bonus bLongAtkRate,4*(.@r/3); if (.@r>=7) { bonus2 bSkillAtk,"RL_R_TRIP",20; bonus2 bSkillUseSPrate,"RL_R_TRIP",10; } if (.@r>=9) { bonus2 bSkillAtk,"RL_R_TRIP",15; autobonus3 "{ bonus bBaseAtk,50; bonus bLongAtkRate,10; }",1000,90000,"RL_P_ALTER"; } if (.@r>=11) { bonus2 bAddSize,Size_All,15; } },{},{}
Dropped By No Result

Poenitentia Veloci [2]   [Two Handed]   Item ID# 830010 (Poenitentia_Veloci)
Type
Weapon
Class
Gatling Gun
Buy
n/a
Sell
n/a
Weight
190
Attack
260
Required Lvl
230
Weapon Lvl
5
Slot
2
Range
9
Applicable Jobs
Rebellion
Description
A gatling gun containing the pain of bereavement.

ATK +10%

Increases damage of The Vigilante at Night and Magazine for One by 10%.

For each 2 Refine Levels:
Increases damage of Round Trip by 3%.

Refine Level +7:
Increases ranged physical damage by 10%.

Refine Level +9:
Increases damage of Round Trip by additional 25%.

Refine Level +11:
Increases physical damage against enemies of every size by 15%.

[Bonus by Grade]
[Grade D]: Damage of The Vigilante at Night and Magazine for One +5%.
[Grade C]: Damage of The Vigilante at Night and Magazine for One +3%, P.ATK +1.
[Grade B]: Damage of The Vigilante at Night and Magazine for One +5%, CON +1.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bAtkRate,10; bonus2 bSkillAtk,"NW_THE_VIGILANTE_AT_NIGHT",10; bonus2 bSkillAtk,"NW_MAGAZINE_FOR_ONE",10; bonus2 bSkillAtk,"RL_R_TRIP",3*(.@r/2); if (.@r>=7) { bonus bLongAtkRate,10; if (.@r>=9) { bonus2 bSkillAtk,"RL_R_TRIP",25; if (.@r>=11) { bonus2 bAddSize,Size_All,15; } } } if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"NW_THE_VIGILANTE_AT_NIGHT",5; bonus2 bSkillAtk,"NW_MAGAZINE_FOR_ONE",5; if (.@g >= ENCHANTGRADE_C) { bonus bPAtk,1; bonus2 bSkillAtk,"NW_THE_VIGILANTE_AT_NIGHT",3; bonus2 bSkillAtk,"NW_MAGAZINE_FOR_ONE",3; if (.@g >= ENCHANTGRADE_B) { bonus bCon,1; bonus2 bSkillAtk,"NW_THE_VIGILANTE_AT_NIGHT",5; bonus2 bSkillAtk,"NW_MAGAZINE_FOR_ONE",5; } } } },{},{}
Dropped By No Result

Precision Splatter [2]   [Two Handed]   Item ID# 830008 (Precision_Gatling)
Type
Weapon
Class
Gatling Gun
Buy
n/a
Sell
n/a
Weight
260
Attack
290
Required Lvl
220
Weapon Lvl
5
Slot
2
Range
9
Applicable Jobs
Rebellion
Description
A gatling gun equipped with unholy energy concentrated on the clock tower parts.
It is more difficult to handle than the existing Scrap Splatter.

For each 2 Refine Levels:
Increases damage of Magazine for One by 7%.

For each 3 Refine Levels:
Increases damage of Round Trip by 10%.

For each 4 Refine Levels:
Increases ranged physical damage by 4%.

[Bonus by Grade]
[Grade D]: CON +2.
[Grade C]: Damage of Magazine for One +10%.
[Grade B]: P.ATK +2.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus2 bSkillAtk,"NW_MAGAZINE_FOR_ONE",7*(.@r/2); bonus2 bSkillAtk,"RL_R_TRIP",10*(.@r/3); bonus bLongAtkRate,4*(.@r/4); if (.@g >= ENCHANTGRADE_D) { bonus bCon,2; if (.@g >= ENCHANTGRADE_C) { bonus2 bSkillAtk,"NW_MAGAZINE_FOR_ONE",10; if (.@g >= ENCHANTGRADE_B) { bonus bPAtk,2; } } } },{},{}
Dropped By No Result

back to top