Skip to content

Commit

Permalink
Some small style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Zabuzard committed Jun 7, 2017
1 parent 7fb213f commit 1cb8d0f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions src/AlZab_mighty_gau8_avenger/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class CfgVehicles
"240Rnd_CMFlare_Chaff_Magazine"
};
};

class Plane_CAS_01_dynamicLoadout_base_F;
class B_Plane_CAS_01_dynamicLoadout_F : Plane_CAS_01_dynamicLoadout_base_F
{
Expand Down Expand Up @@ -90,7 +90,7 @@ class CfgWeapons
"shortGau8",
"closeGau8"
};

class GunParticles
{
class Effect
Expand All @@ -100,7 +100,7 @@ class CfgWeapons
directionName = "Gatling_barrels_start";
};
};

class burstBase
{
aiDispersionCoefX = 10;
Expand Down Expand Up @@ -135,7 +135,7 @@ class CfgWeapons
useAction = 0;
useActionTitle = "";
};

class burstLO : burstBase
{
displayName = "LO";
Expand All @@ -151,7 +151,7 @@ class CfgWeapons
multiplier = 2;
reloadTime = 0.037;
};

class burstHI : burstBase
{
displayName = "HI";
Expand All @@ -167,7 +167,7 @@ class CfgWeapons
multiplier = 3;
reloadTime = 0.0128;
};

class aiBase : burstHI
{
aiBurstTerminable = 1;
Expand All @@ -185,21 +185,21 @@ class CfgWeapons
midRange = 300;
maxRange = 600;
};

class shortGau8: closeGau8
{
minRange = 500;
midRange = 750;
maxRange = 1100;
};

class mediumGau8: closeGau8
{
minRange = 1000;
midRange = 1500;
maxRange = 2100;
};

class farGau8: closeGau8
{
minRange = 2000;
Expand Down
2 changes: 1 addition & 1 deletion src/AlZab_mighty_gau8_cup_a10c2/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class CfgVehicles
"168Rnd_CMFlare_Chaff_Magazine"
};
};

class CUP_B_A10_AT_USA: CUP_A10_Base
{
weapons[]=
Expand Down
4 changes: 2 additions & 2 deletions src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ http://forums.bistudio.com/showthread.php?188634-Mighty-GAU-8-A-Avenger
- increased muzzle velocity to 1030 m/s
- increased direct and indirect hit damage
- increased bullet spread
- added 2 burst modes: Low (1.5s, 2100rpm) and High (1.5s, 4200rpm)
- added 2 burst modes: 'Low' (1.5s, 2100rpm) and 'High' (1.5s, 4200rpm)
- magazine size of 1174 rounds
- changed weapon sound (featuring the typical GAU-8 fart of death)
- changed weapon sound (featuring the typical GAU-8 'fart of death')
- new impact sound
- smoke effect while shooting the gun
- new impact effects (more smoke, flashing light of explosions)
Expand Down

0 comments on commit 1cb8d0f

Please sign in to comment.