Skip to content

Commit

Permalink
tyrlon att
Browse files Browse the repository at this point in the history
  • Loading branch information
mcb5637 committed Apr 15, 2021
1 parent 34337e4 commit ccdf87a
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
2 changes: 1 addition & 1 deletion BTX_CAC_CompatibilityDll/BTX_CAC_CompatibilityDll/MC.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public static void Postfix(ref string __result)
string type = MissionControl.MissionControl.Instance.CurrentContract.ContractTypeValue.Name;
if (type=="Panzyr_Attack" || type=="Itrom_Attack")
__result = "PlayerLanceSpawner_Attack";
else if (type=="Smithon_Attack" || type=="Story_6A_TreasureTrove" || type=="Smithon_Defense" || type=="Panzyr_Defense" || type=="Story_7_GunboatDiplomacy")
else if (type=="Smithon_Attack" || type=="Story_6A_TreasureTrove" || type=="Smithon_Defense" || type=="Panzyr_Defense" || type=="Story_7_GunboatDiplomacy" || type=="Tyrlon_Attack")
__result = "PlayerLanceSpawner";
}
}
Expand Down
29 changes: 29 additions & 0 deletions MissionControl/config/Contracts/Tyrlon_Attack_Default.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"ID": "Tyrlon_Attack_Default",
"RandomSpawns": {
"Enable": false
},
"HotDropProtection": {
"Enable": false
},
"AdditionalLances": {
"Enable": false,
"EnemyLanceCount": 2,
"AllyLanceCount": 1
},
"ExtendedLances": {
"Enable": false,
"EnemyLanceSize": 6,
"AllyLanceSize": 5
},
"ExtendedBoundaries": {
"Enable": false,
"IncreaseBoundarySizeByPercentage": 0.5
},
"DynamicWithdraw": {
"Enable": false
},
"AdditionalPlayerMechs": {
"Enable": true
}
}

0 comments on commit ccdf87a

Please sign in to comment.