Added Team sizes for the different match configs

This commit is contained in:
MiraakDG
2024-03-02 14:55:47 +01:00
committed by Vari
parent 3b1e47d9e9
commit a610dcfb29

View File

@@ -43,6 +43,8 @@ public function run(): void
'name' => 'Fire in the Sky - 2v10',
'asset_path' => '/Game/Configuration/MatchConfig/MatchConfig_ARC_BlastFurnace_2Hunters.MatchConfig_ARC_BlastFurnace_2Hunters',
'enabled' => false,
'hunters' => 2,
'runners' => 10,
]);
MatchConfiguration::Create([
'name' => 'Desperate Expedition - 1v5',
@@ -54,6 +56,8 @@ public function run(): void
'name' => 'Desperate Expedition - 2v10',
'asset_path' => '/Game/Configuration/MatchConfig/MatchConfig_ARC_Expedition_2Hunters.MatchConfig_ARC_Expedition_2Hunters',
'enabled' => false,
'hunters' => 2,
'runners' => 10,
]);
MatchConfiguration::Create([
'name' => 'Scrap Yard - 1v5',
@@ -64,6 +68,8 @@ public function run(): void
'name' => 'Scrap Yard - 2v10',
'asset_path' => '/Game/Configuration/MatchConfig/MatchConfig_ARC_ScrapYard_2Hunters.MatchConfig_ARC_ScrapYard_2Hunters',
'enabled' => false,
'hunters' => 2,
'runners' => 10,
]);
MatchConfiguration::Create([
'name' => 'Caves All - 1v5',
@@ -74,6 +80,8 @@ public function run(): void
'name' => 'Caves All - 2v10',
'asset_path' => '/Game/Configuration/MatchConfig/MatchConfig_CAV_All_2Hunters.MatchConfig_CAV_All_2Hunters',
'enabled' => false,
'hunters' => 2,
'runners' => 10,
]);
MatchConfiguration::Create([
'name' => 'Custom',
@@ -89,26 +97,36 @@ public function run(): void
'name' => 'Survival 2v10 - 4 Needles',
'asset_path' => '/Game/Configuration/MatchConfig/MatchConfig_Demo_2v10_4Needles.MatchConfig_Demo_2v10_4Needles',
'enabled' => false,
'hunters' => 2,
'runners' => 10,
]);
MatchConfiguration::Create([
'name' => 'Survival 2v10 - 5 Needles',
'asset_path' => '/Game/Configuration/MatchConfig/MatchConfig_Demo_2v10_5Needles.MatchConfig_Demo_2v10_5Needles',
'enabled' => false,
'hunters' => 2,
'runners' => 10,
]);
MatchConfiguration::Create([
'name' => 'Survival 2v8 - 4 Needles',
'asset_path' => '/Game/Configuration/MatchConfig/MatchConfig_Demo_2v8_4Needles.MatchConfig_Demo_2v8_4Needles',
'enabled' => false,
'hunters' => 2,
'runners' => 8,
]);
MatchConfiguration::Create([
'name' => 'Survival 2v8 - 5 Needles',
'asset_path' => '/Game/Configuration/MatchConfig/MatchConfig_Demo_2v8_5Needles.MatchConfig_Demo_2v8_5Needles',
'enabled' => false,
'hunters' => 2,
'runners' => 8,
]);
MatchConfiguration::Create([
'name' => 'Harvest Your Exit - 2v10',
'asset_path' => '/Game/Configuration/MatchConfig/MatchConfig_Demo_HarvestYourExit.MatchConfig_Demo_HarvestYourExit',
'enabled' => false,
'hunters' => 2,
'runners' => 10,
]);
MatchConfiguration::Create([
'name' => 'Barren City - 1v5',
@@ -119,6 +137,8 @@ public function run(): void
'name' => 'Barren City - 2v10',
'asset_path' => '/Game/Configuration/MatchConfig/MatchConfig_DES_City_2Hunters.MatchConfig_DES_City_2Hunters',
'enabled' => false,
'hunters' => 2,
'runners' => 10,
]);
MatchConfiguration::Create([
'name' => 'Legions Rest - 1v5',
@@ -129,6 +149,8 @@ public function run(): void
'name' => 'Legions Rest - 2v10',
'asset_path' => '/Game/Configuration/MatchConfig/MatchConfig_DES_Fortress_2Hunters.MatchConfig_DES_Fortress_2Hunters',
'enabled' => false,
'hunters' => 2,
'runners' => 10,
]);
MatchConfiguration::Create([
'name' => 'Gold Rush HYE - 1v5',
@@ -139,6 +161,8 @@ public function run(): void
'name' => 'Gold Rush 2v10 - 5 Needles',
'asset_path' => '/Game/Configuration/MatchConfig/MatchConfig_DES_GoldRush_2v10_5Needles.MatchConfig_DES_GoldRush_2v10_5Needles',
'enabled' => false,
'hunters' => 2,
'runners' => 10,
]);
MatchConfiguration::Create([
'name' => 'Dust & Blood HYE',
@@ -150,6 +174,8 @@ public function run(): void
'name' => 'Dust & Blood 2v10 - 5 Needles',
'asset_path' => '/Game/Configuration/MatchConfig/MatchConfig_DES_Mayan_2v10_5Needles.MatchConfig_DES_Mayan_2v10_5Needles',
'enabled' => false,
'hunters' => 2,
'runners' => 10,
]);
MatchConfiguration::Create([
'name' => 'Blowout - 1v5',
@@ -161,6 +187,8 @@ public function run(): void
'name' => 'Blowout - 2v10',
'asset_path' => '/Game/Configuration/MatchConfig/MatchConfig_DES_Oilfield_2Hunters.MatchConfig_DES_Oilfield_2Hunters',
'enabled' => false,
'hunters' => 2,
'runners' => 10,
]);
MatchConfiguration::Create([
'name' => 'Forest Citadel - 1v5',
@@ -171,6 +199,8 @@ public function run(): void
'name' => 'Forest Citadel - 2v10',
'asset_path' => '/Game/Configuration/MatchConfig/MatchConfig_JUN_Fortress_2Hunters.MatchConfig_JUN_Fortress_2Hunters',
'enabled' => false,
'hunters' => 2,
'runners' => 10,
]);
MatchConfiguration::Create([
'name' => 'New Maps',
@@ -192,6 +222,8 @@ public function run(): void
'name' => 'All Ruin Maps - 2v10',
'asset_path' => '/Game/Configuration/MatchConfig/MatchConfig_RUI_All_2Hunters.MatchConfig_RUI_All_2Hunters',
'enabled' => false,
'hunters' => 2,
'runners' => 10,
]);
MatchConfiguration::Create([
'name' => 'Washington Tombstone - 1v5',
@@ -203,6 +235,8 @@ public function run(): void
'name' => 'Washington Tombstone - 2v10',
'asset_path' => '/Game/Configuration/MatchConfig/MatchConfig_WA_Cemetery_2Hunters.MatchConfig_WA_Cemetery_2Hunters',
'enabled' => false,
'hunters' => 2,
'runners' => 10,
]);
MatchConfiguration::Create([
'name' => 'Washington Rivers - 1v5',
@@ -214,6 +248,20 @@ public function run(): void
'name' => 'Washington Rivers - 2v10',
'asset_path' => '/Game/Configuration/MatchConfig/MatchConfig_WA_Rivers_2Hunters.MatchConfig_WA_Rivers_2Hunters',
'enabled' => false,
'hunters' => 2,
'runners' => 10,
]);
MatchConfiguration::Create([
'name' => 'Harvest Your Exit - 1v5 (DEV)',
'asset_path' => '/Game/Configuration/MatchConfig/MatchConfig_Demo_HarvestYourExit_1v5.MatchConfig_Demo_HarvestYourExit_1v5',
'hunters' => 1,
'runners' => 1,
]);
MatchConfiguration::Create([
'name' => 'Harvest Your Exit - 1v6 (EXPERIMENTAL)',
'asset_path' => '/Game/Configuration/MatchConfig/MatchConfig_Demo_HarvestYourExit_1v5.MatchConfig_Demo_HarvestYourExit_1v5',
'hunters' => 1,
'runners' => 6,
]);
}
}