From a227049b8888654841eb87d5b7c6d30efd4eef2e Mon Sep 17 00:00:00 2001 From: ante <49555217+ante185@users.noreply.github.com> Date: Fri, 8 Mar 2024 20:58:28 +0100 Subject: [PATCH] Create IFA_Vehicle_Attributes.sqf --- .../core/Templates/Templates/IFA/IFA_Vehicle_Attributes.sqf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 A3A/addons/core/Templates/Templates/IFA/IFA_Vehicle_Attributes.sqf diff --git a/A3A/addons/core/Templates/Templates/IFA/IFA_Vehicle_Attributes.sqf b/A3A/addons/core/Templates/Templates/IFA/IFA_Vehicle_Attributes.sqf new file mode 100644 index 0000000000..792f0d907f --- /dev/null +++ b/A3A/addons/core/Templates/Templates/IFA/IFA_Vehicle_Attributes.sqf @@ -0,0 +1,5 @@ +["attributesVehicles", [ + ["LIB_Zis5v_61K", ["cost", 60]] //There's a lack of AA vehicles in IFA for not-germany, fortunately AA vehicles aren't that important with IFA +]] call _fnc_saveToTemplate; + +["attributeLowAir", true] call _fnc_saveToTemplate; \ No newline at end of file