BattleTech
0 of 0

File information

Last updated

Original upload

Created by

FrostRaptor

Uploaded by

IceRaptor

Virus scan

Safe to use

Tags for this mod

About this mod

Replaces Darius with a competent salvage negotiator. Groups equivalent salvage items into a single pick that grants all of the items. Instead of taking home 1 medium laser, why not take 3?

Requirements
Permissions and credits
Loot Magnet

This mod for the HBS BattleTech game strives to build a better salvage experience. In the vanilla game, you can only select so many pieces of salvage, regardless of their value. The same weight is given to a Box of SRM Ammo as to a piece of a BattleMech. Only a completely inept negotiator would agree to such terms, but I suppose we have Darius to thank so perhaps this makes sense!

Employer: Excellent work commander. You've exceeded my admittedly low expectations for mercenaries, and completed the contract as requested. Let's discuss the matter of battlefield salvage, shall we?
Commander: What's there to discuss? We've already hauled away that Hunchback we put down and we're rounding up some of the armor plates.
Employer: Unfortunately that's not your contract terms. We'll need you to choose which pieces of that unfortunate pirate you want to retain, and turn the rest over to our salvage units. Your contract only grants you the right to pick three items, after all.
Commander: Three items of equivalent value, correct? So we took two mech parts and a bundle of medium lasers. What's the problem?
Employer: Your contract doesn't stipulate equivalent value, only 'individual parts'. Your negotiator was quite insistent on that point. Given the terms of the contract each of those medium lasers counts as a single item.
Commander: .... DARIUS!


In the BattleTech lore salvage was a hotly negotiated topic for mercenaries. Most employers want to retain as much of the salvage as possible, and only the shrewdest, most respected companies could negotiate on anything like even terms. Young companies have to deal with like-in-kind equipment trades, or cash-equivalents, or outright theft from the employer.

To simulate that negotiation process, this mod modifies your salvage choices based upon your MSRB rating and your faction allegiance. The vanilla experience becomes the default for low MSRB and faction contracts. As your MSRB or faction allegiance increases, your employer will be more willing to negotiate bundles of equipment of equivalent value. At the highest levels, you'll find all similar equipment bundled together as a single salvage pick.

NOTE
This version of the mod no longer requires the CustomComponents mod library, and is intended to be used standalone. Modpack authors can find a CustomComponents enabled version on my Github. This version does not support blacklisting items by the 'LootMagnetComp' custom component, but is otherwise functionally equivalent.

Salvage Rollup
If a faction trusts you and wants to continue working with you, they will negotiate more favorable terms. One of the most common 'little favors' is to allow salvage to be driven by equivalent cash amounts, instead of a strict item by item accounting. We refer to this as Salvage Rollup.

Employer: Commander, we're used to working with you and would like to continue the relationship. We don't normally offer this, but given the nature of our relationship we'll negotiate salvage on an equivalent c-bill value rate. How does that sound?

Your rating with a particular faction determines your companies negotiating power come salvage time. Your MRB rating sets a C-Bill threshold, which determines how many items will be rolled up into a single salvage pick. This rating is multiplied by your faction rating. When you're honored with a faction you'll find they allow you to cart off more salvage, especially if you are a well-known merc company.

Example: A company with MRB rating 2 is Liked by a faction. Their threshold is $25,000 * 6 = 125,000k. They destroy multiple mechs and the salvage pool includes 10 standard heat sinks. Each heat sink is worth 30,000. 125,000 / 30,000 = 4.166, so the player will see 2 salvage picks of 4 Heat Sinks, and one salvage pick of 2 Heat Sinks.Optional Mech RollupBy default, only components are rolled up into salvage picks. This reflects the background where mechs (in whole or part) are extremely valuable pieces of salvage.

These values are controlled through the mod.json values RollupMRBValue and RollupFactionMulti. Default values have been set to reflect a vanilla BattleTech experience, but you should feel free to customize them as you see fit.

If the option RollupMechsForAllies in mod.json is set to true (the default), mech parts will also be rolled up into buckets if the player is Allied with the employing faction. The value RollupAlliedMultiForMechs is a multipler to the threshold value that determines when a part can be rolled up. Mech parts are priced at the full market value of the Mech, typically making each of them valued at 3-12 milliion c-bills. This defaults to a x10 multiplier to give the player a chance to rollup mechs when they have a high MRB rating.

Salvage Holdback
Players are mercenaries, and mercenaries are contract workers. Even friendly employers that see you getting ready to cart LosTech off the field may invoke hidden contractual clauses and hold back items they really want. This was extremely common in the early days of the Clan Invasion and anytime rare technology comes into play.

Employer: I'm sorry commander, but Section A, Sub-Section 3, Paragraph ii clearly covers the exemption clauses for material deemed 'critical to the war effort'. That bit of salvage falls under the clause, and thus out of your grubby hands. We'll be retaining it. You should be thankful we're honoring the terms of agreement in the first place, mercenary.

This mod replicates this effect by giving employers an opportunity to remove one or more pieces of salvage from the salvage pool before the player ever sees it. The salvage pool is rolled up and sorted by cost (which closely tracks rarity and value), then a check if made made for each item in the list. If the check succeeds, the item is removed from the salvage pool before the player ever notices it. The employer faction rating determines how strong this effect is, and how many items the employer will try to remove. The employer will try to remove up to their Picks count of items from the salvage list, but no more.

The chance for a holdback, and the number of holdback picks an employer receives, are controlled by the HoldbackFactionValue and HoldbackMRBMulti values in the mod.json.

If the option HoldbackAlwaysForMechs in mod.json is set to true (defaults to false), then the employer will attempt to holdback each and every mech part in the salvage pool. This is appropriate for players wanting a more lore-based experience, as salvage rights for mechs were hotly debated and often a sore point in negotiations.

MISC
For the latest releases and information, visit the Github repository: https://github.com/IceRaptor/LootMagnet/

ATTRIBUTIONS
Relies upon the amazing CustomComponents by Denandan. I've included a packaged version for download with their consent. Thanks Denandan!