Skip to content

Commit

Permalink
Vanilla UK/NATO faction (#3177)
Browse files Browse the repository at this point in the history
* Create Vanilla_AI_NATO_UK_Tropical.sqf

* Create Vanilla_AI_NATO_UK_Arid.sqf

* Update Templates.hpp

* NATO-UK adjustment

* Update Vanilla_AI_NATO_UK_Arid.sqf

* Update Vanilla_AI_NATO_UK_Tropical.sqf

* RF support

* removed erronous lines
  • Loading branch information
ante185 authored Mar 30, 2024
1 parent 99616a7 commit 3d575f6
Show file tree
Hide file tree
Showing 3 changed files with 2,018 additions and 0 deletions.
20 changes: 20 additions & 0 deletions A3A/addons/core/Templates/Templates.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,26 @@ class Templates
climate[] = {"tropical"};
forceDLC[] = {"expansion"};
};
class Vanilla_NATO_UK_Tropical : Vanilla_NATO_Apex
{
flagTexture = "\A3\Data_F\Flags\flag_uk_co.paa";
name = "A3 NATO/UK Tropical";
file = "Vanilla_AI_NATO_UK_Tropical";
climate[] = {"tropical"};
forceDLC[] = {"expansion"};
};
class Vanilla_NATO_UK_Temperate : Vanilla_NATO_UK_Tropical
{
name = "A3 NATO/UK Temperate";
climate[] = {"temperate", "arctic"};
};
class Vanilla_NATO_UK_Arid : Vanilla_NATO_UK_Tropical
{
name = "A3 NATO/UK Arid";
file = "Vanilla_AI_NATO_UK_Arid";
climate[] = {"arid"};
forceDLC[] = {"expansion"};
};

class Vanilla_LDF : Vanilla_Base
{
Expand Down
Loading

0 comments on commit 3d575f6

Please sign in to comment.