-
Notifications
You must be signed in to change notification settings - Fork 176
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 #4865 from IllianiCBT/opFor_generation3
Implemented Force Generation 3, Including Clan Bidding & Batchall System
- Loading branch information
Showing
17 changed files
with
1,819 additions
and
518 deletions.
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,15 @@ | ||
# initiateBatchall | ||
incomingTransmission.title=++INCOMING TRANSMISSION++ | ||
|
||
starColonel.text=Star Colonel | ||
batchallOpener.text=<html><center><b>%s</b><br>"I am %s %s commanding the %s forces on %s.<br> | ||
batchallCloser.text=<br><br><b>Do you accept the Batchall?</b></center></html> | ||
responseAccept.text=Accept Batchall | ||
responseAccept.tooltip=The scenarios for this contract will be balanced to roughly match your forces. | ||
responseRefuse.text=Refuse Batchall | ||
responseRefuse.tooltip=You will face the full strength of the Clans during this contract, and they will regard you less favorably in future dealings. | ||
responseBringItOn.text=Bring It On | ||
responseBringItOn.tooltip=You will face the full strength of the Clans during this contract. | ||
|
||
refusalConfirmation.text=Are you sure? %s will not forget this betrayal. | ||
refusalReport.text=<center><b>YOU DARE TO REFUSE MY BATCHALL!?!</b></center> |
7 changes: 7 additions & 0 deletions
7
MekHQ/resources/mekhq/resources/AtBDynamicScenarioFactory.properties
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,7 @@ | ||
# reportResultsOfBidding | ||
bidAwayForcesVerbose.text=%s (<b>%s/%s</b>) has bid away the following forces:<br><br>%s<br> | ||
bidAwayForces.text=%s (<b>%s/%s</b>) has bid away %s units. | ||
addedBattleArmorNewReport.text=%s (<b>%s/%s</b>) has supplemented their force with %s additional unit/s of Battle Armor. | ||
addedBattleArmorContinueReport.text=<br>They also supplemented their force with %s additional unit/s of Battle Armor. | ||
batchallConcludedVersion1.text=<br><br>"Bargained Well and Done.</html>" | ||
batchallConcludedVersion2.text=<br><br>"Well-Bargained and Done.</html>" |
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
Oops, something went wrong.