0
Register now and get: 150.000 Zeny + Summer Hat Pack, Poring Cake Hat, Battle Manual Box, JOB Battle Manual Box, Bubble Gum Box
Offline
Back
ID #13177 Weapon

Glorious Gatling Gun

Buy Price: N/A Sell Price: N/A
A weapon that only a champion of battlefield can wield.
_______________________
Increases Physical Damage against enemies of Demi-Human race by 35%.
Ignores 20% of physical defense of Demi-Human race.
Increases damage of Triple Action by 30%.
_______________________
Refine Level +6:
Ignores physical defense of Demi-Human race by additional 5%.
[Slaughter] Lv 1 (Damage bonus of Slaughter increases up to the Refine Level 14.)
_______________________
Refine Level +9:
Increases Physical Damage against enemies of all targets by% based on Refine Level.
_______________________
Type: Gatling Gun
Attack: 90
Weight: 0
Weapon Level: 4
_______________________
Requirement:
Base Level 80
Gunslinger

Basic Information

Weapon
9

Job Requirements

Yes

Requirements

4
80

Scripts

bonus2 bAddRace,RC_DemiHuman,35; bonus2 bAddRace,RC_Player_Human,35; bonus2 bIgnoreDefRaceRate,RC_DemiHuman,20; bonus2 bIgnoreDefRaceRate,RC_Player_Human,20; bonus2 bSkillAtk,"GS_TRIPLEACTION",30; bonus bUnbreakableWeapon; .@r = getrefine(); if (.@r>5) { bonus2 bAddRace,RC_DemiHuman,pow(min(.@r,14)-4,2); bonus2 bAddRace,RC_Player_Human,pow(min(.@r,14)-4,2); bonus2 bIgnoreDefRaceRate,RC_DemiHuman,5; bonus2 bIgnoreDefRaceRate,RC_Player_Human,5; } if (.@r>8) { bonus2 bAddClass,Class_All,.@r; }
bonus2 bAddRace,RC_DemiHuman,35;
bonus2 bAddRace,RC_Player_Human,35;
bonus2 bIgnoreDefRaceRate,RC_DemiHuman,20;
bonus2 bIgnoreDefRaceRate,RC_Player_Human,20;
bonus2 bSkillAtk,"GS_TRIPLEACTION",30;
bonus bUnbreakableWeapon;
.@r = getrefine();
if (.@r>5) {
   bonus2 bAddRace,RC_DemiHuman,pow(min(.@r,14)-4,2);
   bonus2 bAddRace,RC_Player_Human,pow(min(.@r,14)-4,2);
   bonus2 bIgnoreDefRaceRate,RC_DemiHuman,5;
   bonus2 bIgnoreDefRaceRate,RC_Player_Human,5;
}
if (.@r>8) {
   bonus2 bAddClass,Class_All,.@r;
}
We use technical cookies and browser storage to keep your session active, protect the site, and remember your preferences. Learn more in our Cookie Policy.