pydcs update for DCS 2.7.1

This commit is contained in:
Khopa
2021-05-21 01:15:54 +02:00
parent 844dc48d65
commit 9243fd499b
80 changed files with 211 additions and 215 deletions

View File

@@ -30,7 +30,7 @@
"IFV_M1126_Stryker_ICV",
"IFV_M2A2_Bradley",
"IFV_LAV_25",
"APC_HMMWV__Scout",
"Scout_HMMWV",
"ATGM_HMMWV"
],
"artillery_units": [
@@ -83,4 +83,4 @@
],
"has_jtac": true,
"jtac_unit": "MQ_9_Reaper"
}
}

View File

@@ -32,7 +32,7 @@
"IFV_M1126_Stryker_ICV",
"IFV_M2A2_Bradley",
"IFV_LAV_25",
"APC_HMMWV__Scout",
"Scout_HMMWV",
"ATGM_HMMWV"
],
"artillery_units": [
@@ -85,4 +85,4 @@
],
"has_jtac": true,
"jtac_unit": "MQ_9_Reaper"
}
}

View File

@@ -82,7 +82,7 @@ class TestFactionLoader(unittest.TestCase):
self.assertIn(Armor.IFV_M1126_Stryker_ICV, faction.frontline_units)
self.assertIn(Armor.IFV_M2A2_Bradley, faction.frontline_units)
self.assertIn(Armor.IFV_LAV_25, faction.frontline_units)
self.assertIn(Armor.APC_HMMWV__Scout, faction.frontline_units)
self.assertIn(Armor.Scout_HMMWV, faction.frontline_units)
self.assertIn(Armor.ATGM_HMMWV, faction.frontline_units)
self.assertIn(Artillery.MLRS_M270_227mm, faction.artillery_units)