Skip to content

Instantly share code, notes, and snippets.

@wiking-at
Created May 14, 2017 20:54
Show Gist options
  • Save wiking-at/6f2577a6b158ce099dcd2376d7559093 to your computer and use it in GitHub Desktop.
Save wiking-at/6f2577a6b158ce099dcd2376d7559093 to your computer and use it in GitHub Desktop.
From fedae0a333f35db93db079e0e5d0d85c9a36dda8 Mon Sep 17 00:00:00 2001
From: wiking-aj
Date: Sun, 14 May 2017 22:37:20 +0200
Subject: [PATCH] Add DLC Jets to Store - Start Price $30k for everything-
price balancing later
---
storeConfig.sqf | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/storeConfig.sqf b/storeConfig.sqf
index e9048f31..a5485fe8 100644
--- a/storeConfig.sqf
+++ b/storeConfig.sqf
@@ -1102,6 +1102,12 @@ planesArray = compileFinal str
["A-143 Buzzard CAS", "I_Plane_Fighter_03_CAS_F", 60000, "vehicle"],
["A-164 Wipeout CAS", "B_Plane_CAS_01_F", 105000, "vehicle"],
["To-199 Neophron CAS", "O_Plane_CAS_02_F", 90000, "vehicle"],
+ ["A-149 Gryphon", "I_Plane_Fighter_04_F", 30000, "vehicle"],
+ ["F/A-181 Black Wasp II", "B_Plane_Fighter_01_F", 30000, "vehicle"],
+ ["F/A-181 Black Wasp II(Stealth)", "B_Plane_Fighter_01_Stealth_F", 30000, "vehicle"],
+ ["To-201 Shikra", "O_Plane_Fighter_02_F", 30000, "vehicle"],
+ ["To-201 Shikra [Stealth]", "O_Plane_Fighter_02_Stealth_F", 30000, "vehicle"],
+
["V-44 X Blackfish (Infantry)", "B_T_VTOL_01_infantry_F", 12000, "vehicle"],
["V-44 X Blackfish (Vehicle)", "B_T_VTOL_01_vehicle_F", 12000, "vehicle"],
@@ -1116,7 +1122,8 @@ planesArray = compileFinal str
["K40 Ababil-3 ATGM UAV (AAF)", "I_UAV_02_F", 120000, "vehicle"],
["K40 Ababil-3 Bomber UAV (AAF)", "I_UAV_02_CAS_F", 100000, "vehicle"],
["MQ-12 Falcon UAV", "B_T_UAV_03_F", 100000, "vehicle"],
- ["KH-3A Fenghuang UAV", "O_T_UAV_04_CAS_F", 100000, "vehicle"]
+ ["KH-3A Fenghuang UAV", "O_T_UAV_04_CAS_F", 100000, "vehicle"],
+ ["Sentinel UAV", "B_UAV_05_F", 30000, "vehicle"]
];
boatsArray = compileFinal str
--
2.12.2.windows.2
From fedae0a333f35db93db079e0e5d0d85c9a36dda8 Mon Sep 17 00:00:00 2001
From: wiking-aj
Date: Sun, 14 May 2017 22:37:20 +0200
Subject: [PATCH] Add DLC Jets to Store - Start Price $30k for everything-
price balancing later
---
storeConfig.sqf | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/storeConfig.sqf b/storeConfig.sqf
index e9048f31..a5485fe8 100644
--- a/storeConfig.sqf
+++ b/storeConfig.sqf
@@ -1102,6 +1102,12 @@ planesArray = compileFinal str
["A-143 Buzzard CAS", "I_Plane_Fighter_03_CAS_F", 60000, "vehicle"],
["A-164 Wipeout CAS", "B_Plane_CAS_01_F", 105000, "vehicle"],
["To-199 Neophron CAS", "O_Plane_CAS_02_F", 90000, "vehicle"],
+ ["A-149 Gryphon", "I_Plane_Fighter_04_F", 30000, "vehicle"],
+ ["F/A-181 Black Wasp II", "B_Plane_Fighter_01_F", 30000, "vehicle"],
+ ["F/A-181 Black Wasp II(Stealth)", "B_Plane_Fighter_01_Stealth_F", 30000, "vehicle"],
+ ["To-201 Shikra", "O_Plane_Fighter_02_F", 30000, "vehicle"],
+ ["To-201 Shikra [Stealth]", "O_Plane_Fighter_02_Stealth_F", 30000, "vehicle"],
+
["V-44 X Blackfish (Infantry)", "B_T_VTOL_01_infantry_F", 12000, "vehicle"],
["V-44 X Blackfish (Vehicle)", "B_T_VTOL_01_vehicle_F", 12000, "vehicle"],
@@ -1116,7 +1122,8 @@ planesArray = compileFinal str
["K40 Ababil-3 ATGM UAV (AAF)", "I_UAV_02_F", 120000, "vehicle"],
["K40 Ababil-3 Bomber UAV (AAF)", "I_UAV_02_CAS_F", 100000, "vehicle"],
["MQ-12 Falcon UAV", "B_T_UAV_03_F", 100000, "vehicle"],
- ["KH-3A Fenghuang UAV", "O_T_UAV_04_CAS_F", 100000, "vehicle"]
+ ["KH-3A Fenghuang UAV", "O_T_UAV_04_CAS_F", 100000, "vehicle"],
+ ["Sentinel UAV", "B_UAV_05_F", 30000, "vehicle"]
];
boatsArray = compileFinal str
--
2.12.2.windows.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment