Skip to content

Commit

Permalink
Merge pull request #325 from CWolfs/develop
Browse files Browse the repository at this point in the history
v1.0.2
  • Loading branch information
CWolfs authored May 20, 2020
2 parents f483c04 + a11f4b3 commit 6e568b1
Show file tree
Hide file tree
Showing 28 changed files with 1,250 additions and 1,263 deletions.
8 changes: 7 additions & 1 deletion contractTypeBuilds/Blackout/common.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,9 @@
"ControlledByContract": true,
"Guid": "832ae497-f3d3-467f-b4da-8e95a3d757b0",
"StartingStatus": "Inactive",
"ConflictsWith": [
"1fdeca88-c2d9-46af-b443-cf95aae707b6" // Chunk_Stage_Post_3a_Enemy_Turrets
],
"OnActiveExecute": [
{
"Type": "Dialogue",
Expand All @@ -532,7 +535,10 @@
"ControlledByContract": true,
"Guid": "df31d9e4-762f-4556-bc49-ce8dc1659c0a",
"StartingStatus": "Inactive",
"ConflictsWith": ["38a28d0b-4688-41b5-a9e8-825a55c38c93"], // Chunk_Stage_Post_3a
"ConflictsWith": [
"38a28d0b-4688-41b5-a9e8-825a55c38c93", // Chunk_Stage_Post_3a
"1fdeca88-c2d9-46af-b443-cf95aae707b6" // Chunk_Stage_Post_3a_Enemy_Turrets
],
"OnActiveExecute": [
{
"Type": "Dialogue",
Expand Down
2 changes: 1 addition & 1 deletion mod.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Name": "Mission Control",
"Enabled": true,
"Version": "1.0.0",
"Version": "1.0.2",
"Description": "A HBS BattleTech mod that adds custom contract types and varies the encounter specifics such as encounter boundary size, spawn locations, lance numbers and objectives",
"Author": "CWolf",
"Contact": "[email protected]",
Expand Down
6 changes: 3 additions & 3 deletions overrides/contracts/blackout/Blackout_DugInDeep.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"missionSuccessStatementOverride": null,
"badFaithStatementOverride": null,
"goodFaithStatementOverride": null,
"shortDescription": "Last week radio coms with a strategic outpost was interrupted mid datastream to one of the remote relays and we've been unable to reestablish contact. Our other units are all tied up so we need you to make contact and get a sitrep.",
"shortDescription": "Last week, radio coms with a strategic outpost was interrupted mid datastream to one of the remote relays and we've been unable to reestablish contact. Our other units are all tied up, so we need you to make contact and get a sitrep.",
"longDescription": "Interrupted mid-stream? Not much does that, Commander. We better be ready for anything down there.",
"salvagePotential": 8,
"requirementList": [
Expand Down Expand Up @@ -462,7 +462,7 @@
"overrideDialogueBucketId": "",
"dialogueContent": [
{
"words": "{COMPANY.CompanyName}! We just watched you waste that invading lance. What a sight for sore eyes. Welcome to the frontlines!",
"words": "{COMPANY.CompanyName}! We weren't expecting to see you - in one piece, anyway. What a sight for sore eyes. Welcome to the front lines!",
"wordsColor": {
"r": 1,
"g": 1,
Expand All @@ -478,7 +478,7 @@
"revealRadius": -1
},
{
"words": "Frontlines? Lucky us. We've been sent by {TEAM_EMP.FactionDef.ShortName} to aid and assist. How are you all doing in there? What's the sitrep?",
"words": "Front lines? Lucky us. We've been sent by {TEAM_EMP.FactionDef.ShortName} to aid and assist. How are you all doing in there? What's the sitrep?",
"wordsColor": {
"r": 1,
"g": 1,
Expand Down
2 changes: 1 addition & 1 deletion overrides/contracts/blackout/Blackout_UnknownCause.json
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@
"revealRadius": -1
},
{
"words": "What out, Commander! Turrets coming online!",
"words": "Watch out, Commander! Turrets coming online!",
"wordsColor": {
"r": 1,
"g": 1,
Expand Down
4 changes: 2 additions & 2 deletions overrides/contracts/duoduel/DuoDuel_AtHighNoon.json
Original file line number Diff line number Diff line change
Expand Up @@ -350,11 +350,11 @@
"name": "Lance_Enemy",
"lanceDefId": "Tagged",
"lanceTagSet": {
"items": ["lance_type_dynamic", "lance_type_light"],
"items": ["lance_type_light", "lance_type_mech"],
"tagSetSourceFile": "tags/LanceTags"
},
"lanceExcludedTagSet": {
"items": ["lance_type_vehicle"],
"items": [],
"tagSetSourceFile": "tags/LanceTags"
},
"spawnEffectTags": {
Expand Down
4 changes: 2 additions & 2 deletions overrides/contracts/duoduel/DuoDuel_DoubleTrouble.json
Original file line number Diff line number Diff line change
Expand Up @@ -341,11 +341,11 @@
"name": "Lance_Enemy",
"lanceDefId": "Tagged",
"lanceTagSet": {
"items": ["lance_type_dynamic", "lance_type_heavy"],
"items": ["lance_type_heavy", "lance_type_mech"],
"tagSetSourceFile": "tags/LanceTags"
},
"lanceExcludedTagSet": {
"items": ["lance_type_vehicle"],
"items": [],
"tagSetSourceFile": "tags/LanceTags"
},
"spawnEffectTags": {
Expand Down
4 changes: 2 additions & 2 deletions overrides/contracts/duoduel/DuoDuel_FestiveCouple.json
Original file line number Diff line number Diff line change
Expand Up @@ -350,11 +350,11 @@
"name": "Lance_Enemy",
"lanceDefId": "Tagged",
"lanceTagSet": {
"items": ["lance_type_dynamic", "lance_type_light"],
"items": ["lance_type_light", "lance_type_mech"],
"tagSetSourceFile": "tags/LanceTags"
},
"lanceExcludedTagSet": {
"items": ["lance_type_vehicle"],
"items": [],
"tagSetSourceFile": "tags/LanceTags"
},
"spawnEffectTags": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -350,11 +350,11 @@
"name": "Lance_Enemy",
"lanceDefId": "Tagged",
"lanceTagSet": {
"items": ["lance_type_dynamic", "lance_type_assault"],
"items": ["lance_type_assault", "lance_type_mech"],
"tagSetSourceFile": "tags/LanceTags"
},
"lanceExcludedTagSet": {
"items": ["lance_type_vehicle"],
"items": [],
"tagSetSourceFile": "tags/LanceTags"
},
"spawnEffectTags": {
Expand Down
4 changes: 2 additions & 2 deletions overrides/contracts/duoduel/DuoDuel_WordsHurt.json
Original file line number Diff line number Diff line change
Expand Up @@ -350,11 +350,11 @@
"name": "Lance_Enemy",
"lanceDefId": "Tagged",
"lanceTagSet": {
"items": ["lance_type_dynamic", "lance_type_assault"],
"items": ["lance_type_assault", "lance_type_mech"],
"tagSetSourceFile": "tags/LanceTags"
},
"lanceExcludedTagSet": {
"items": ["lance_type_vehicle"],
"items": [],
"tagSetSourceFile": "tags/LanceTags"
},
"spawnEffectTags": {
Expand Down
4 changes: 2 additions & 2 deletions overrides/contracts/duoduel/DuoDuel_YearlyTussle.json
Original file line number Diff line number Diff line change
Expand Up @@ -350,11 +350,11 @@
"name": "Lance_Duelists",
"lanceDefId": "Tagged",
"lanceTagSet": {
"items": ["lance_type_dynamic", "lance_type_heavy"],
"items": ["lance_type_heavy", "lance_type_mech"],
"tagSetSourceFile": "tags/LanceTags"
},
"lanceExcludedTagSet": {
"items": ["lance_type_vehicle"],
"items": [],
"tagSetSourceFile": "tags/LanceTags"
},
"spawnEffectTags": {
Expand Down
Loading

0 comments on commit 6e568b1

Please sign in to comment.