-
Notifications
You must be signed in to change notification settings - Fork 3
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 #23 from BattletechModders/masscontractmerge
Masscontractmerge
- Loading branch information
Showing
39 changed files
with
493 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"TargetID": "CaptureBase_BargainingChip", | ||
"Instructions": [ | ||
{ | ||
"JSONPath": "$.dialogueList[?(@.name== 'Dialogue_Interrupt_DropshipLanding')].dialogueContent[0].words", | ||
"Action": "Replace", | ||
"Value": "DropShip arriving! Prepare to head out." | ||
} | ||
] | ||
} |
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,15 @@ | ||
{ | ||
"TargetID": "CaptureBase_FormOfFlattery", | ||
"Instructions": [ | ||
{ | ||
"JSONPath": "$.dialogueList[?(@.name== 'Dialogue_Interrupt_DropshipLanding')].dialogueContent[0].words", | ||
"Action": "Replace", | ||
"Value": "DropShip inbound for landing! We're going to get in and out quick!" | ||
}, | ||
{ | ||
"JSONPath": "$.shortDescription", | ||
"Action": "Replace", | ||
"Value": "We have long suspected that there is a {TEAM_TAR.FactionDef.Demonym} research station hidden in the {TGT_SYSTEM.name} system, and we've finally gotten wind of its possible location. We need a few brave, and plausibly deniable, mercenaries to secure the location for a DropShip extraction of any valuable scientific personnel." | ||
} | ||
] | ||
} |
15 changes: 15 additions & 0 deletions
15
contractsMerge/mergeDef_CaptureBase_FormOfFlattery_Hard.json
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,15 @@ | ||
{ | ||
"TargetID": "CaptureBase_FormOfFlattery_Hard", | ||
"Instructions": [ | ||
{ | ||
"JSONPath": "$.dialogueList[?(@.name== 'Dialogue_Interrupt_DropshipLanding')].dialogueContent[0].words", | ||
"Action": "Replace", | ||
"Value": "DropShip inbound for landing! We're going to get in and out quick!" | ||
}, | ||
{ | ||
"JSONPath": "$.shortDescription", | ||
"Action": "Replace", | ||
"Value": "We have long suspected that there is a {TEAM_TAR.FactionDef.Demonym} research station hidden in the {TGT_SYSTEM.name} system, and we've finally gotten wind of its possible location. We need a few brave, and plausibly deniable, mercenaries to secure the location for a DropShip extraction of any valuable scientific personnel." | ||
} | ||
] | ||
} |
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,10 @@ | ||
{ | ||
"TargetID": "CaptureBase_LogisticsDepot", | ||
"Instructions": [ | ||
{ | ||
"JSONPath": "$.dialogueList[?(@.name== 'Dialogue_Interrupt_DropshipLanding')].dialogueContent[0].words", | ||
"Action": "Replace", | ||
"Value": "DropShip inbound for landing! We're going to get in and out quick!" | ||
} | ||
] | ||
} |
10 changes: 10 additions & 0 deletions
10
contractsMerge/mergeDef_CaptureBase_ManufacturingFacility.json
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,10 @@ | ||
{ | ||
"TargetID": "CaptureBase_ManufacturingFacility", | ||
"Instructions": [ | ||
{ | ||
"JSONPath": "$.dialogueList[?(@.name== 'Dialogue_Interrupt_DropshipLanding')].dialogueContent[0].words", | ||
"Action": "Replace", | ||
"Value": "DropShip inbound for landing, Commander. Once they secure the facility, we're dusting off." | ||
} | ||
] | ||
} |
10 changes: 10 additions & 0 deletions
10
contractsMerge/mergeDef_CaptureBase_ManufacturingFacility_Hard.json
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,10 @@ | ||
{ | ||
"TargetID": "CaptureBase_ManufacturingFacility_Hard", | ||
"Instructions": [ | ||
{ | ||
"JSONPath": "$.dialogueList[?(@.name== 'Dialogue_Interrupt_DropshipLanding')].dialogueContent[0].words", | ||
"Action": "Replace", | ||
"Value": "DropShip inbound for landing, Commander. Once they secure the facility, we're dusting off." | ||
} | ||
] | ||
} |
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,10 @@ | ||
{ | ||
"TargetID": "CaptureBase_OrdnanceDepot", | ||
"Instructions": [ | ||
{ | ||
"JSONPath": "$.dialogueList[?(@.name== 'Dialogue_Interrupt_DropshipLanding')].dialogueContent[0].words", | ||
"Action": "Replace", | ||
"Value": "DropShip inbound for landing! We're going to get in and out quick!" | ||
} | ||
] | ||
} |
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,10 @@ | ||
{ | ||
"TargetID": "CaptureBase_Pirate_Plunder", | ||
"Instructions": [ | ||
{ | ||
"JSONPath": "$.dialogueList[?(@.name== 'Dialogue_Interrupt_DropshipLanding')].dialogueContent[0].words", | ||
"Action": "Replace", | ||
"Value": "DropShip inbound for landing! We're going to get in and out quick!" | ||
} | ||
] | ||
} |
10 changes: 10 additions & 0 deletions
10
contractsMerge/mergeDef_CaptureBase_Pirate_RipeForPicking.json
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,10 @@ | ||
{ | ||
"TargetID": "CaptureBase_Pirate_RipeForPicking", | ||
"Instructions": [ | ||
{ | ||
"JSONPath": "$.dialogueList[?(@.name== 'Dialogue_Interrupt_DropshipLanding')].dialogueContent[0].words", | ||
"Action": "Replace", | ||
"Value": "DropShip inbound for landing! We're going to get in and out quick!" | ||
} | ||
] | ||
} |
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,10 @@ | ||
{ | ||
"TargetID": "CaptureBase_PullingLinchpins", | ||
"Instructions": [ | ||
{ | ||
"JSONPath": "$.dialogueList[?(@.name== 'Dialogue_Interrupt_DropshipLanding')].dialogueContent[0].words", | ||
"Action": "Replace", | ||
"Value": "DropShip inbound for landing!" | ||
} | ||
] | ||
} |
10 changes: 10 additions & 0 deletions
10
contractsMerge/mergeDef_CaptureBase_StealThePrototype.json
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,10 @@ | ||
{ | ||
"TargetID": "CaptureBase_StealThePrototype", | ||
"Instructions": [ | ||
{ | ||
"JSONPath": "$.dialogueList[?(@.name== 'Dialogue_Interrupt_DropshipLanding')].dialogueContent[0].words", | ||
"Action": "Replace", | ||
"Value": "DropShip inbound for landing! We're going to get in and out quick!" | ||
} | ||
] | ||
} |
10 changes: 10 additions & 0 deletions
10
contractsMerge/mergeDef_CaptureBase_SurveillanceOutpost.json
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,10 @@ | ||
{ | ||
"TargetID": "CaptureBase_SurveillanceOutpost", | ||
"Instructions": [ | ||
{ | ||
"JSONPath": "$.dialogueList[?(@.name== 'Dialogue_Interrupt_DropshipLanding')].dialogueContent[0].words", | ||
"Action": "Replace", | ||
"Value": "DropShip inbound for landing! We're going to get in and out quick!" | ||
} | ||
] | ||
} |
10 changes: 10 additions & 0 deletions
10
contractsMerge/mergeDef_CaptureBase_SurveillanceOutpost_Hard.json
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,10 @@ | ||
{ | ||
"TargetID": "CaptureBase_SurveillanceOutpost_Hard", | ||
"Instructions": [ | ||
{ | ||
"JSONPath": "$.dialogueList[?(@.name== 'Dialogue_Interrupt_DropshipLanding')].dialogueContent[0].words", | ||
"Action": "Replace", | ||
"Value": "DropShip inbound for landing! We're going to get in and out quick!" | ||
} | ||
] | ||
} |
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,10 @@ | ||
{ | ||
"TargetID": "CaptureBase_SwiftReclamation", | ||
"Instructions": [ | ||
{ | ||
"JSONPath": "$.dialogueList[?(@.name== 'Dialogue_Interrupt_DropshipLanding')].dialogueContent[0].words", | ||
"Action": "Replace", | ||
"Value": "DropShip inbound for landing! We'll want to get in and out quickly, but first eliminate all defenses." | ||
} | ||
] | ||
} |
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,10 @@ | ||
{ | ||
"TargetID": "CaptureBase_SyntheticPlague", | ||
"Instructions": [ | ||
{ | ||
"JSONPath": "$.dialogueList[?(@.name== 'Dialogue_Interrupt_DropshipLanding')].dialogueContent[0].words", | ||
"Action": "Replace", | ||
"Value": "DropShip inbound for landing! We're going to get in and out quick!" | ||
} | ||
] | ||
} |
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,10 @@ | ||
{ | ||
"TargetID": "CaptureBase_Template", | ||
"Instructions": [ | ||
{ | ||
"JSONPath": "$.dialogueList[?(@.name== 'Dialogue_Interrupt_DropshipLanding')].dialogueContent[0].words", | ||
"Action": "Replace", | ||
"Value": "DropShip inbound for landing! We're going to get in and out quick!" | ||
} | ||
] | ||
} |
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,15 @@ | ||
{ | ||
"TargetID": "CaptureEscort_AbortedColony", | ||
"Instructions": [ | ||
{ | ||
"JSONPath": "$.objectiveList[?(@.objective.EncounterObjectGuid== '9820d0c3-79e7-4456-b55c-ca820e82fae2')].title", | ||
"Action": "Replace", | ||
"Value": "Protect Convoy while DropShip Arrives" | ||
}, | ||
{ | ||
"JSONPath": "$.objectiveList[?(@.objective.EncounterObjectGuid== 'fa7458f8-c940-480c-91ce-4605fa8965d4')].title", | ||
"Action": "Replace", | ||
"Value": "Protect Convoy as they Embark on the DropShip" | ||
} | ||
] | ||
} |
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,15 @@ | ||
{ | ||
"TargetID": "CaptureEscort_AmmoConvoy", | ||
"Instructions": [ | ||
{ | ||
"JSONPath": "$.objectiveList[?(@.objective.EncounterObjectGuid== '9820d0c3-79e7-4456-b55c-ca820e82fae2')].title", | ||
"Action": "Replace", | ||
"Value": "Protect Convoy while DropShip Arrives" | ||
}, | ||
{ | ||
"JSONPath": "$.objectiveList[?(@.objective.EncounterObjectGuid== 'fa7458f8-c940-480c-91ce-4605fa8965d4')].title", | ||
"Action": "Replace", | ||
"Value": "Protect Convoy as they Embark on the DropShip" | ||
} | ||
] | ||
} |
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,15 @@ | ||
{ | ||
"TargetID": "CaptureEscort_Appearances", | ||
"Instructions": [ | ||
{ | ||
"JSONPath": "$.objectiveList[?(@.objective.EncounterObjectGuid== '9820d0c3-79e7-4456-b55c-ca820e82fae2')].title", | ||
"Action": "Replace", | ||
"Value": "Protect Convoy while DropShip Arrives" | ||
}, | ||
{ | ||
"JSONPath": "$.objectiveList[?(@.objective.EncounterObjectGuid== 'fa7458f8-c940-480c-91ce-4605fa8965d4')].title", | ||
"Action": "Replace", | ||
"Value": "Protect Convoy as they Embark on the DropShip" | ||
} | ||
] | ||
} |
10 changes: 10 additions & 0 deletions
10
contractsMerge/mergeDef_CaptureEscort_CivilianExtraction.json
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,10 @@ | ||
{ | ||
"TargetID": "CaptureEscort_CivilianExtraction", | ||
"Instructions": [ | ||
{ | ||
"JSONPath": "$.objectiveList[?(@.objective.EncounterObjectGuid== 'fa7458f8-c940-480c-91ce-4605fa8965d4')].title", | ||
"Action": "Replace", | ||
"Value": "Embark on the DropShip" | ||
} | ||
] | ||
} |
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,15 @@ | ||
{ | ||
"TargetID": "CaptureEscort_HostageRescue", | ||
"Instructions": [ | ||
{ | ||
"JSONPath": "$.objectiveList[?(@.objective.EncounterObjectGuid== '9820d0c3-79e7-4456-b55c-ca820e82fae2')].title", | ||
"Action": "Replace", | ||
"Value": "Protect Convoy while DropShip Arrives" | ||
}, | ||
{ | ||
"JSONPath": "$.objectiveList[?(@.objective.EncounterObjectGuid== 'fa7458f8-c940-480c-91ce-4605fa8965d4')].title", | ||
"Action": "Replace", | ||
"Value": "Protect Convoy as they Embark on the DropShip" | ||
} | ||
] | ||
} |
15 changes: 15 additions & 0 deletions
15
contractsMerge/mergeDef_CaptureEscort_HostileAcquisition.json
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,15 @@ | ||
{ | ||
"TargetID": "CaptureEscort_HostileAcquisition", | ||
"Instructions": [ | ||
{ | ||
"JSONPath": "$.objectiveList[?(@.objective.EncounterObjectGuid== '9820d0c3-79e7-4456-b55c-ca820e82fae2')].title", | ||
"Action": "Replace", | ||
"Value": "Protect Convoy while DropShip Arrives" | ||
}, | ||
{ | ||
"JSONPath": "$.objectiveList[?(@.objective.EncounterObjectGuid== 'fa7458f8-c940-480c-91ce-4605fa8965d4')].title", | ||
"Action": "Replace", | ||
"Value": "Protect Convoy as they Embark on the DropShip" | ||
} | ||
] | ||
} |
15 changes: 15 additions & 0 deletions
15
contractsMerge/mergeDef_CaptureEscort_HostileAcquisition_Hard.json
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,15 @@ | ||
{ | ||
"TargetID": "CaptureEscort_HostileAcquisition_Hard", | ||
"Instructions": [ | ||
{ | ||
"JSONPath": "$.objectiveList[?(@.objective.EncounterObjectGuid== '9820d0c3-79e7-4456-b55c-ca820e82fae2')].title", | ||
"Action": "Replace", | ||
"Value": "Protect Convoy while DropShip Arrives" | ||
}, | ||
{ | ||
"JSONPath": "$.objectiveList[?(@.objective.EncounterObjectGuid== 'fa7458f8-c940-480c-91ce-4605fa8965d4')].title", | ||
"Action": "Replace", | ||
"Value": "Protect Convoy as they Embark on the DropShip" | ||
} | ||
] | ||
} |
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,15 @@ | ||
{ | ||
"TargetID": "CaptureEscort_Humanitarians", | ||
"Instructions": [ | ||
{ | ||
"JSONPath": "$.objectiveList[?(@.objective.EncounterObjectGuid== '9820d0c3-79e7-4456-b55c-ca820e82fae2')].title", | ||
"Action": "Replace", | ||
"Value": "Protect Convoy while DropShip Arrives" | ||
}, | ||
{ | ||
"JSONPath": "$.objectiveList[?(@.objective.EncounterObjectGuid== 'fa7458f8-c940-480c-91ce-4605fa8965d4')].title", | ||
"Action": "Replace", | ||
"Value": "Embark on the DropShip" | ||
} | ||
] | ||
} |
15 changes: 15 additions & 0 deletions
15
contractsMerge/mergeDef_CaptureEscort_InsurrectionProtection.json
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,15 @@ | ||
{ | ||
"TargetID": "CaptureEscort_InsurrectionProtection", | ||
"Instructions": [ | ||
{ | ||
"JSONPath": "$.objectiveList[?(@.objective.EncounterObjectGuid== '9820d0c3-79e7-4456-b55c-ca820e82fae2')].title", | ||
"Action": "Replace", | ||
"Value": "Protect Convoy while DropShip Arrives" | ||
}, | ||
{ | ||
"JSONPath": "$.objectiveList[?(@.objective.EncounterObjectGuid== 'fa7458f8-c940-480c-91ce-4605fa8965d4')].title", | ||
"Action": "Replace", | ||
"Value": "Protect Convoy as they Embark on the DropShip" | ||
} | ||
] | ||
} |
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,11 @@ | ||
{ | ||
"TargetID": "CaptureEscort_ManOfThePeople", | ||
"Instructions": [ | ||
{ | ||
"JSONPath": "$.objectiveList[?(@.objective.EncounterObjectGuid== 'fa7458f8-c940-480c-91ce-4605fa8965d4')].title", | ||
"Action": "Replace", | ||
"Value": "Keep the Politician safe while embarking on the DropShip" | ||
|
||
} | ||
] | ||
} |
10 changes: 10 additions & 0 deletions
10
contractsMerge/mergeDef_CaptureEscort_PenitentJustice.json
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,10 @@ | ||
{ | ||
"TargetID": "CaptureEscort_PenitentJustice", | ||
"Instructions": [ | ||
{ | ||
"JSONPath": "$.objectiveList[?(@.objective.EncounterObjectGuid== 'fa7458f8-c940-480c-91ce-4605fa8965d4')].title", | ||
"Action": "Replace", | ||
"Value": "Embark on the DropShip" | ||
} | ||
] | ||
} |
Oops, something went wrong.