ID #830000
Weapon
Booster Gatling [2]
Buy Price: N/A
Sell Price: N/A
A special Gatling Gun prepared for your rapid growth.
_______________________
ATK +5%
_______________________
For each Refine Level:
ATK +3
_______________________
For each 15 Base Level:
ATK +3 (Up to Base Level 180)
_______________________
Refine Level +7:
For each Level of Single Action:
Increases Ranged Physical Damage by 1%.
_______________________
Refine Level +9:
Increases Ranged Physical Damage by additional 10%.
_______________________
When equipped with Attack Booster Plate, Attack Booster Manteau, Attack Booster Greaves and Attack Booster Ring:
ATK +20
Increases Physical Damage against enemies of every size by 10%.
For each 15 Base Level:
Increases damage of Round Trip by 1%.
(Up to Base Level 180)
When using Rich's Coin:
Increases damage of Round Trip by additional 20% for 60 seconds.
_______________________
When equipped with Ranged Booster Suit, Ranged Booster Manteau, Ranged Booster Boots and Ranged Booster Brooch:
ATK +20
Decreases Fire Rain skill cooldown by 1 second.
For each 15 Base Level:
Increases damage of Fire Rain by 2%.
(Up to Base Level 180)
When using Rich's Coin:
Increases damage of Fire Rain by additional 35% for 60 seconds.
_______________________
Type: Gatling Gun
Attack: 170
Weight: 0
Weapon Level: 4
_______________________
Requirement:
Base Level 100
Gunslinger
_______________________
ATK +5%
_______________________
For each Refine Level:
ATK +3
_______________________
For each 15 Base Level:
ATK +3 (Up to Base Level 180)
_______________________
Refine Level +7:
For each Level of Single Action:
Increases Ranged Physical Damage by 1%.
_______________________
Refine Level +9:
Increases Ranged Physical Damage by additional 10%.
_______________________
When equipped with Attack Booster Plate, Attack Booster Manteau, Attack Booster Greaves and Attack Booster Ring:
ATK +20
Increases Physical Damage against enemies of every size by 10%.
For each 15 Base Level:
Increases damage of Round Trip by 1%.
(Up to Base Level 180)
When using Rich's Coin:
Increases damage of Round Trip by additional 20% for 60 seconds.
_______________________
When equipped with Ranged Booster Suit, Ranged Booster Manteau, Ranged Booster Boots and Ranged Booster Brooch:
ATK +20
Decreases Fire Rain skill cooldown by 1 second.
For each 15 Base Level:
Increases damage of Fire Rain by 2%.
(Up to Base Level 180)
When using Rich's Coin:
Increases damage of Fire Rain by additional 35% for 60 seconds.
_______________________
Type: Gatling Gun
Attack: 170
Weight: 0
Weapon Level: 4
_______________________
Requirement:
Base Level 100
Gunslinger
Basic Information
Type
Weapon
Range
9
Job Requirements
Gunslinger
Yes
Requirements
Weapon Level
4
Min Level
100
Scripts
Script bonus2 bAddClass,Class_All,5; .@r = getrefine(); bonus bBaseAtk,.@r*3; bonus bBaseAtk,min(BaseLevel,180)/15*3; if (.@r>=7) { bonus bLongAtkRate,getskilllv("GS_SINGLEACTION"); } if (.@r>=9) { bonus bLongAtkRate,10; }
bonus2 bAddClass,Class_All,5;
.@r = getrefine();
bonus bBaseAtk,.@r*3;
bonus bBaseAtk,min(BaseLevel,180)/15*3;
if (.@r>=7) {
bonus bLongAtkRate,getskilllv("GS_SINGLEACTION");
}
if (.@r>=9) {
bonus bLongAtkRate,10;
}