-
Notifications
You must be signed in to change notification settings - Fork 177
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 #4605 from IllianiCBT/camOps_unitRating
Overhauled CamOps Unit Reputation Calculations and Report
- Loading branch information
Showing
31 changed files
with
2,383 additions
and
2,674 deletions.
There are no files selected for viewing
57 changes: 57 additions & 0 deletions
57
MekHQ/resources/mekhq/resources/CamOpsReputation.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,57 @@ | ||
unitReputation.text=<html><font size='7'><b>Unit Reputation: %d</b></font><br><br> | ||
|
||
averageExperienceRating.text=<b><font size='6'>Average Experience Rating: %s</font></b> | ||
experienceLevel.text=<br> Experience Level: </b>%s<br><br> | ||
|
||
commandRating.text=<b><font size='6'>Command Rating: %s</font></b> | ||
leadership.text=<br> Leadership: </b>%s | ||
tactics.text=<br> Tactics: </b>%s | ||
strategy.text=<br> Strategy: </b>%s | ||
negotiation.text=<br> Negotiation: </b>%s | ||
traits.text=<br> Traits: </b>%s <i>Not Implemented</i> | ||
personality.text=<br> Personality: </b>%s | ||
|
||
combatRecordRating.text=<b><font size='6'>Combat Record Rating: %s</font></b> | ||
successes.text=Successes | ||
partialSuccesses.text=Partial Successes | ||
failures.text=Failures | ||
contractsBreached.text=Contracts Breached | ||
retainerDuration.text=Retainer Duration | ||
mission.text=<br> %s: </b>%d (+%d) | ||
|
||
transportationRating.text=<b><font size='6'>Transportation Rating: %s</font></b> | ||
hasJumpShipOrWarShip.text=<br> Has JumpShip or WarShip: </b>+10 | ||
smallCraft.text=Small Craft | ||
fighters.text=Fighters | ||
battleMechs.text=BattleMechs | ||
vehicleSuperHeavy.text=Vehicles (Super Heavy) | ||
vehicleHeavy.text=Vehicles (Heavy) | ||
vehicleLight.text=Vehicles (Light) | ||
protoMechs.text=ProtoMechs | ||
battleArmor.text=Battle Armor | ||
infantry.text=Infantry | ||
transportString.text=<br> %s: </b>%d / %d Bays%s %s | ||
asterisk.text=<br><i>* Lighter units will occupy spare bays</i><br> | ||
noDropShip.text=No DropShip: -5 | ||
dropShipString.text=<br> DropShips: </b>%d / %d Docking Collars (%s)<br> | ||
|
||
supportRating.text=<br><b><font size='6'>Support Rating: %d </font></b> | ||
crewRequirements.text=<br> Partially Crewed Large Craft: -5<br> | ||
administrationRequirements.text=<br> Administration Requirements: </b>%d / %d (%d)<br> | ||
technicianRequirements.text=<br> Technician Requirements: %s</b><br> | ||
battleMechsAndProtoMechs.text=BattleMechs & ProtoMechs | ||
vehicles.text=Vehicles | ||
fightersAndSmallCraft.text=Fighters & Small Craft | ||
technicianString.text= %s: </b>%d / %d<br> | ||
|
||
financialRating.text=<b><font size='6'>Financial Rating: %s</font></b> | ||
hasLoanOrDebt.text=<br> Has Loan or Debt: -10</b><br><br> | ||
|
||
crimeRating.text=<br><b><font size='6'>Crime Rating: %s</font></b> | ||
piracy.text=<br> Piracy: </b>%s | ||
otherCrimes.text=<br> Other: </b>%s | ||
dateOfLastCrime.text=<br> Date of Last Crime: </b>%s<br> | ||
|
||
otherModifiers.text=<br><b><font size='6'>Other Modifiers: %s</font></b> | ||
inactiveYears.text=<br> Inactivity: </b>%d | ||
customModifier.text=<br> Custom Modifier: </b>%s |
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
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.