-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #83 from Khopa/develop
Version 2.1.0
- Loading branch information
Showing
52 changed files
with
1,579 additions
and
167 deletions.
There are no files selected for viewing
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
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
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
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,33 @@ | ||
from dcs.planes import * | ||
from dcs.ships import * | ||
from dcs.vehicles import * | ||
|
||
Israel_1948 = { | ||
"country": "Israel", | ||
"side": "blue", | ||
"units":[ | ||
SpitfireLFMkIXCW, | ||
SpitfireLFMkIX, | ||
P_51D, | ||
P_51D_30_NA, | ||
Bf_109K_4, # Standing as Avia S-199 | ||
B_17G, | ||
|
||
Armor.MT_M4A4_Sherman_Firefly, | ||
Armor.APC_M2A1, | ||
Armor.MT_M4_Sherman, | ||
Armor.LAC_M8_Greyhound, | ||
|
||
Unarmed.Transport_M818, | ||
Infantry.Infantry_SMLE_No_4_Mk_1, | ||
|
||
AirDefence.AAA_Bofors_40mm, | ||
Armed_speedboat, | ||
],"requirements":{ | ||
"WW2 Asset Pack": "https://www.digitalcombatsimulator.com/en/products/other/wwii_assets_pack/", | ||
}, | ||
"shorad": [ | ||
AirDefence.AAA_Bofors_40mm | ||
], "boat": [ | ||
], "has_jtac": False | ||
} |
Oops, something went wrong.