Skip to content

Commit

Permalink
winter/desert rebel vehicles
Browse files Browse the repository at this point in the history
  • Loading branch information
ante185 committed Jan 1, 2024
1 parent 560a3e8 commit 4e2ac89
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 2 deletions.
20 changes: 19 additions & 1 deletion A3A/addons/core/Templates/Templates/IFA/IFA_REB_AK.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
//////////////////////////

["vehiclesBasic", ["LIB_Willys_MB"]] call _fnc_saveToTemplate;
["vehiclesLightUnarmed", ["LIB_GazM1_SOV"]] call _fnc_saveToTemplate;
["vehiclesLightUnarmed", ["LIB_GazM1_SOV", "LIB_Willys_MB_Hood"]] call _fnc_saveToTemplate;
["vehiclesLightArmed", ["LIB_UK_Willys_MB_M1919"]] call _fnc_saveToTemplate; //replace with a version in plain green
["vehiclesTruck", ["LIB_Zis5v"]] call _fnc_saveToTemplate;
["vehiclesAT", []] call _fnc_saveToTemplate;
Expand Down Expand Up @@ -54,6 +54,24 @@
["breachingExplosivesAPC", [["LIB_Ladung_Big_MINE_mag", 1], ["LIB_Ladung_Small_MINE_mag", 1]]] call _fnc_saveToTemplate;
["breachingExplosivesTank", [["LIB_US_TNT_4pound_mag", 1], ["LIB_Ladung_Big_MINE_mag", 2]]] call _fnc_saveToTemplate;

switch (A3A_climate) do
{
case "arid": {
["vehiclesBasic", ["LIB_US_NAC_Willys_MB"]] call _fnc_saveToTemplate;
["vehiclesLightUnarmed", ["LIB_GazM1_SOV_camo_sand", "LIB_US_NAC_Willys_MB_Hood"]] call _fnc_saveToTemplate;
["vehiclesLightArmed", ["LIB_US_NAC_Willys_MB_M1919"]] call _fnc_saveToTemplate;
};
case "arctic": {
["vehiclesBasic", ["LIB_Willys_MB_w"]] call _fnc_saveToTemplate;
["vehiclesLightUnarmed", ["LIB_GazM1_SOV", "LIB_Willys_MB_Hood_w"]] call _fnc_saveToTemplate;
["vehiclesLightArmed", ["LIB_US_Willys_MB_M1919_w"]] call _fnc_saveToTemplate;
["vehiclesTruck", ["LIB_Zis5v_w"]] call _fnc_saveToTemplate;
["vehiclesMedical", ["LIB_Zis5v_med_w"]] call _fnc_saveToTemplate;

["staticAT", ["LIB_Zis3_w"]] call _fnc_saveToTemplate;
};
};

#include "IFA_Reb_Vehicle_Attributes.sqf"

///////////////////////////
Expand Down
22 changes: 21 additions & 1 deletion A3A/addons/core/Templates/Templates/IFA/IFA_REB_FFI.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
//////////////////////////

["vehiclesBasic", ["LIB_Willys_MB"]] call _fnc_saveToTemplate;
["vehiclesLightUnarmed", ["LIB_GazM1_FFI"]] call _fnc_saveToTemplate;
["vehiclesLightUnarmed", ["LIB_GazM1_FFI", "LIB_Willys_MB_Hood"]] call _fnc_saveToTemplate;
["vehiclesLightArmed", ["LIB_UK_Willys_MB_M1919"]] call _fnc_saveToTemplate; //replace with a version in plain green
["vehiclesTruck", ["LIB_CIV_FFI_CitC4_5"]] call _fnc_saveToTemplate;
["vehiclesAT", ["LIB_Zis5v_61K"]] call _fnc_saveToTemplate; //Remove maybe
Expand Down Expand Up @@ -54,6 +54,26 @@
["breachingExplosivesAPC", [["LIB_Ladung_Big_MINE_mag", 1], ["LIB_Ladung_Small_MINE_mag", 1]]] call _fnc_saveToTemplate;
["breachingExplosivesTank", [["LIB_US_TNT_4pound_mag", 1], ["LIB_Ladung_Big_MINE_mag", 2]]] call _fnc_saveToTemplate;

switch (A3A_climate) do
{
case "arid": {
["vehiclesBasic", ["LIB_US_NAC_Willys_MB"]] call _fnc_saveToTemplate;
["vehiclesLightUnarmed", ["LIB_GazM1_FFI_sand", "LIB_US_NAC_Willys_MB_Hood"]] call _fnc_saveToTemplate;
["vehiclesLightArmed", ["LIB_US_NAC_Willys_MB_M1919"]] call _fnc_saveToTemplate;
};
case "arctic": {
["vehiclesBasic", ["LIB_Willys_MB_w"]] call _fnc_saveToTemplate;
["vehiclesLightUnarmed", ["LIB_GazM1_FFI", "LIB_Willys_MB_Hood_w"]] call _fnc_saveToTemplate;
["vehiclesLightArmed", ["LIB_US_Willys_MB_M1919_w"]] call _fnc_saveToTemplate;

["staticAT", ["LIB_Zis3_w"]] call _fnc_saveToTemplate;
["staticAA", ["LIB_FlaK_30_w"]] call _fnc_saveToTemplate;
};
case "tropical": {
["vehiclesLightUnarmed", ["LIB_GazM1_FFI_camo", "LIB_Willys_MB_Hood"]] call _fnc_saveToTemplate;
};
};

#include "IFA_Reb_Vehicle_Attributes.sqf"

///////////////////////////
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,21 @@
//Everything is a touch more expensive to encourage theft.
//Cars
["LIB_Willys_MB", ["rebCost", 200]],
["LIB_Willys_MB_w", ["rebCost", 200]],
["LIB_US_NAC_Willys_MB", ["rebCost", 200]],
["LIB_UK_Willys_MB_M1919", ["rebCost", 1000]],
["LIB_US_Willys_MB_M1919_w", ["rebCost", 1000]],
["LIB_US_NAC_Willys_MB_M1919", ["rebCost", 1000]],
["LIB_GazM1", ["rebCost", 400]],
["LIB_GazM1_dirty", ["rebCost", 400]],
["LIB_Zis5v_61K", ["rebCost", 2000]], //Alternatively we'd make this not purchable?

//Statics
["LIB_M1919_M2", ["rebCost", 800]],
["LIB_Zis3", ["rebCost", 2000]],
["LIB_Zis3_w", ["rebCost", 2000]],
["LIB_M2_60", ["rebCost", 2000]],
["LIB_FlaK_30", ["rebCost", 1200]],
["LIB_FlaK_30_w", ["rebCost", 1200]],
["LIB_61k", ["rebCost", 1700]]
]] call _fnc_saveToTemplate;

0 comments on commit 4e2ac89

Please sign in to comment.