diff options
| author | hybrid <hybrid@hybridlabs.pro> | 2026-06-11 19:38:09 +0300 |
|---|---|---|
| committer | hybrid <hybrid@hybridlabs.pro> | 2026-06-11 19:38:09 +0300 |
| commit | a3a91d4f45b22fd487ecbc954ad979be5d03efdd (patch) | |
| tree | a554ab159a347dcd6c00ca1c7c26c1ec3ac0a6bd /Common/Config/Core_Definition/Arrowhead | |
| download | a2wf_chernarus-main.tar.gz a2wf_chernarus-main.tar.bz2 a2wf_chernarus-main.zip | |
Diffstat (limited to 'Common/Config/Core_Definition/Arrowhead')
| -rw-r--r-- | Common/Config/Core_Definition/Arrowhead/Definition_US_TKA.sqf | 27 |
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 |
