Skip to content

Commit

Permalink
Vanilla ION pmc faction (#3176)
Browse files Browse the repository at this point in the history
* Created Vanilla_AI_PMC.sqf

* Update Templates.hpp

* Update Vanilla_AI_PMC.sqf

* Set froce DLC - contact, apex

* Update Vanilla_AI_PMC.sqf

* RF Update
  • Loading branch information
ante185 authored Mar 30, 2024
1 parent 3d575f6 commit 52c1016
Show file tree
Hide file tree
Showing 2 changed files with 1,011 additions and 0 deletions.
9 changes: 9 additions & 0 deletions A3A/addons/core/Templates/Templates.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,15 @@ class Templates
maps[] = {"altis"};
climate[] = {"arid"};
};
class Vanilla_ION : Vanilla_Base
{
side = "Inv";
flagTexture = "\A3\Data_F\Flags\flag_ion_CO.paa";
name = "A3 ION";
file = "Vanilla_AI_PMC";
climate[] = {};
forceDLC[] = {"enoch","expansion"};
};

class Vanilla_FIA : Vanilla_Base
{
Expand Down
Loading

0 comments on commit 52c1016

Please sign in to comment.