.:Renewal Item Database:.
Weapon - Gatling Gun
Abyss Gatling Gun [1] [Two Handed] Item ID# 28250 (Variant_Gatling_Gun) | |
Type
Weapon
Class
Gatling Gun
Buy
n/a
Sell
n/a
Weight
250 Attack
120 Required Lvl 165 Weapon Lvl 4 Slot 1 Range 9 | |
Applicable Jobs | Rebellion |
---|---|
Description | A weapon that has been mutated by receiving the magical power of a stranger. Even if they look the same, their performance is different. Decreases damage taken from Players by 30%. For each 10 base AGI: Increases damage of Round Trip by 7%. Base AGI is at least 110: Increases damage of Round Trip by additional 30%. Refine Level +7: ATK +5%. Decreases damage taken from Players by additional 5%. Refine Level +9: ATK +5%. Decreases damage taken from Players by additional 5%. When compounded with Labyrinth Doppelganger Card: ATK +10%, ASPD +10% (After attack delay -10%). When equipped with Heavenly Order: Decreases damage taken from Players by additional 3%. Increases physical and magical damage against all elemental monsters by 15%. Indestructible in battle |
Item Script |
expand to view script{ .@r = getrefine(); bonus bUnbreakableWeapon; bonus2 bSubRace,RC_Player_Human,30; bonus2 bSkillAtk,"RL_R_TRIP",7*(readparam(bAgi)/10); if (readparam(bAgi)>=110) { bonus2 bSkillAtk,"RL_R_TRIP",30; } if (.@r>=7) { bonus2 bAddRace,RC_All,5; bonus2 bSubRace,RC_Player_Human,5; } if (.@r>=9) { bonus2 bAddRace,RC_All,5; bonus2 bSubRace,RC_Player_Human,5; } },{},{} |
Dropped By | No Result |
Type
Weapon
Class
Gatling Gun
Buy
n/a
Sell
n/a
Weight
150 Attack
250 Required Lvl 180 Weapon Lvl 4 Slot 2 Range 9 | |
Applicable Jobs | Rebellion |
---|---|
Description | A gatling gun filled with false beliefs. Increases damage of Round Trip by 10%. For each 3 Refine Levels: ATK +18 Refine Level +7: Increases damage of Round Trip by additional 20%. Refine Level +9: Increases physical damage against enemies of every size by 15%. Refine Level +11: Increases damage of Round Trip by additional 25%. Refine Level +12: Increases ranged physical damage by 15%. |
Item Script |
expand to view script{ .@r = getrefine(); bonus2 bSkillAtk,"RL_R_TRIP",10; bonus bBaseAtk,18*(.@r/3); if (.@r>=7) { bonus2 bSkillAtk,"RL_R_TRIP",20; if (.@r>=9) { bonus2 bAddSize,Size_All,15; if (.@r>=11) { bonus2 bSkillAtk,"RL_R_TRIP",25; if (.@r>=12) { bonus bLongAtkRate,15; } } } } },{},{} |
Dropped By | No Result |
Antique Gatling Gun [1] [Two Handed] Item ID# 830005 (Antique_Gatling_Gun) | |
Type
Weapon
Class
Gatling Gun
Buy
20z
Sell
10z
Weight
300 Attack
180 / MATK 120 Required Lvl 100 Weapon Lvl 4 Slot 1 Range 9 | |
Applicable Jobs | Rebellion |
---|---|
Description | Not Available [iRO Description] A gatling gun decorated in a glass case that looks like an antique. It seems that it cannot be created with modern technology. When physically attacking, adds 1% chance to drain 5% of damage as SP. Increase damage of Round Trip by 7% per 10 base AGI. Increase damage of Round Trip by 30% when total base Agi is above 110. Adds 1% additional chance to drain SP per 2 refine rates. MATK + 120 Type : Gatling Gun Attack : 180 Weapon Level : 4 Required level : 100 Class : Gunslinger Classes |
Item Script | { .@r = getrefine(); bonus2 bSkillAtk,"RL_QD_SHOT",BaseLevel*5; bonus2 bSkillCooldown,"RL_HEAT_BARREL",-8000*.@r; bonus2 bSkillAtk,"RL_R_TRIP",7*(readparam(bAgi)/10); if (readparam(bAgi)>=110) bonus2 bSkillAtk,"RL_R_TRIP",30; },{},{} |
Dropped By | No Result |