summaryrefslogtreecommitdiffstats
path: root/Common/Config/Core_Definition/Arrowhead
diff options
context:
space:
mode:
Diffstat (limited to 'Common/Config/Core_Definition/Arrowhead')
-rw-r--r--Common/Config/Core_Definition/Arrowhead/Definition_US_TKA.sqf27
1 files changed, 27 insertions, 0 deletions
diff --git a/Common/Config/Core_Definition/Arrowhead/Definition_US_TKA.sqf b/Common/Config/Core_Definition/Arrowhead/Definition_US_TKA.sqf
new file mode 100644
index 0000000..0fab77d
--- /dev/null
+++ b/Common/Config/Core_Definition/Arrowhead/Definition_US_TKA.sqf
@@ -0,0 +1,27 @@
+/* Arrowhead - US versus Takistan Army */
+
+/* Units Core */
+WFBE_V_West_UnitsRootVersion = 'Arrowhead';
+WFBE_V_West_Faction = 'US';
+WFBE_V_East_UnitsRootVersion = 'Arrowhead';
+WFBE_V_East_Faction = 'TKA';
+/* Loadout Core */
+WFBE_V_West_LoadoutRootVersion = 'Arrowhead';
+WFBE_V_West_Loadout = 'US';
+WFBE_V_East_LoadoutRootVersion = 'Arrowhead';
+WFBE_V_East_Loadout = 'TKA';
+/* Squads Core */
+WFBE_V_West_SquadsRootVersion = 'Arrowhead';
+WFBE_V_West_SquadsFaction = 'US';
+WFBE_V_East_SquadsRootVersion = 'Arrowhead';
+WFBE_V_East_SquadsFaction = 'TKA';
+/* Structures Core */
+WFBE_V_West_StructuresRootVersion = 'Arrowhead';
+WFBE_V_West_StructuresFaction = 'US';
+WFBE_V_East_StructuresRootVersion = 'Arrowhead';
+WFBE_V_East_StructuresFaction = 'TKA';
+/* Artillery Core */
+WFBE_V_West_ArtilleryRootVersion = 'Arrowhead';
+WFBE_V_West_ArtilleryFaction = 'US';
+WFBE_V_East_ArtilleryRootVersion = 'Arrowhead';
+WFBE_V_East_ArtilleryFaction = 'TKA'; \ No newline at end of file