Skip to content

Commit

Permalink
Add Fh77
Browse files Browse the repository at this point in the history
  • Loading branch information
Dahlgren committed Nov 3, 2020
1 parent 85a213d commit 51081a0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
8 changes: 8 additions & 0 deletions addons/grkm84/CfgITCLandBalistics.hpp
@@ -1,5 +1,13 @@
class itc_land_ballistics {
class batteryTypes {
class sfp_fh77 {
displayName = "Grk m/84 - 81mmm Mortar";
type = "cannon";
ammunition[] = {
"Sh_155mm_AMOS"
};
weaponClass = "mortar_155mm_AMOS";
};
class sfp_grkm84 {
displayName = "Grk m/84 - 81mmm Mortar";
type = "cannon";
Expand Down
12 changes: 12 additions & 0 deletions addons/grkm84/CfgVehicles.hpp
Expand Up @@ -19,4 +19,16 @@ class CfgVehicles {
};
};
};
class sfp_arty_base: StaticMortar {
class Turrets: Turrets {
class MainTurret;
};
};
class sfp_fh77 : sfp_arty_base {
class Turrets: Turrets {
class MainTurret: MainTurret {
turretInfoType = "ITC_Land_RscGunnerSightBasic";
};
};
};
};

0 comments on commit 51081a0

Please sign in to comment.