forked from igorkis-scrts/A3-Antistasi-Plus
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* CUP Norwegian Armed Forces * Fixes/Flushing For some reason the "script_component.hpp" wasn't available in the Templates folder. So, I added that back. * F-16C Price Update to Match Sheet * Vehicle Prices Match to Sheet --------- Co-authored-by: stutpip123 <[email protected]>
- Loading branch information
1 parent
d21eb36
commit 098855a
Showing
9 changed files
with
2,698 additions
and
0 deletions.
There are no files selected for viewing
1,239 changes: 1,239 additions & 0 deletions
1,239
A3A/addons/core/Templates/Templates/CUP/CUP_AI_NorAF_Arctic.sqf
Large diffs are not rendered by default.
Oops, something went wrong.
1,349 changes: 1,349 additions & 0 deletions
1,349
A3A/addons/core/Templates/Templates/CUP/CUP_AI_NorAF_Temperate.sqf
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#define COMPONENT templates | ||
#include "\x\A3A\addons\core\Includes\script_mod.hpp" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
A3A/addons/ultimate/config/trader/vehicles/vehicles_NorAF.hpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
class CUP_NorAF_Vehicles : vehicles_base | ||
{ | ||
ITEM(Flex_CUP_NOR_Dingo_MG, 9100, ARMEDCAR, VEHICLE_CONDITION_ARMEDCAR); | ||
ITEM(Flex_CUP_NOR_Dingo_GL, 16600, ARMEDCAR, VEHICLE_CONDITION_ARMEDCAR); | ||
|
||
ITEM(Flex_CUP_NOR_M113A3, 6600, APC, VEHICLE_CONDITION_APC); | ||
|
||
ITEM(Flex_CUP_NOR_Leopard2A6, 49000, TANK, VEHICLE_CONDITION_TANK); | ||
|
||
ITEM(Flex_CUP_NOR_F35B, 105725, PLANE, VEHICLE_CONDITION_PLANE); | ||
|
||
ITEM(Flex_CUP_NOR_Bell412_Transport, 9000, HELI, VEHICLE_CONDITION_HELI); | ||
ITEM(Flex_CUP_NOR_Bell412_Utility, 8100, HELI, VEHICLE_CONDITION_HELI); | ||
ITEM(Flex_CUP_NOR_Bell412_Radar, 10600, HELI, VEHICLE_CONDITION_HELI); | ||
ITEM(Flex_CUP_NOR_Merlin_HC3, 12200, HELI, VEHICLE_CONDITION_HELI); | ||
ITEM(Flex_CUP_NOR_MH60S_Unarmed, 11900, HELI, VEHICLE_CONDITION_HELI); | ||
ITEM(Flex_CUP_NOR_Bell412_Armed, 8900, HELI, VEHICLE_CONDITION_HELI); | ||
ITEM(Flex_CUP_NOR_Bell412_Armed_AT, 14930, HELI, VEHICLE_CONDITION_HELI); | ||
ITEM(Flex_CUP_NOR_Bell412_dynamicLoadout, 15315, HELI, VEHICLE_CONDITION_HELI); | ||
ITEM(Flex_CUP_NOR_MH60S_Armed, 13280, HELI, VEHICLE_CONDITION_HELI); | ||
ITEM(Flex_CUP_NOR_Merlin_HC3_Armed, 12805, HELI, VEHICLE_CONDITION_HELI); | ||
}; |
4 changes: 4 additions & 0 deletions
4
A3A/addons/ultimate/config/trader/vehicles/vehicles_NorAFF16.hpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
class CUP_NorAF_F16 : vehicles_base | ||
{ | ||
ITEM(F16C_NATO50, 91000, PLANE, VEHICLE_CONDITION_PLANE); | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters