diff --git a/README.md b/README.md index 828b279..3d144d1 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ This is a mod for the [HBS BattleTech](http://battletechgame.com/) game that inc * **BuildingDamageColorChange**: Changes the floating damage on buildings to be dark blue to distinguish this damage type. Thanks to **Gnivler** for this fix! * **BraceOnMeleeWithJuggernaut**: If a pilot has the Guts 8 ability (typically Juggernaut), braces the unit after a melee or DFA attack. A direct copy of [RealityMachina's Better-Juggernaut](https://github.com/RealityMachina/Better-Juggernaut). * **BulkPurchasing**: Provides buttons and keyboard shortcuts that allow bulk purchasing and selling of items in the store. +* **BulkScrapping**: Allows players to scrap all chassis of a given weight from the storage screen at once. Hold Alt and click one of the weight filters at the top of the storage screen to scrap everything in that category. * **CalledShotTweaks**: The modifier for called shots (aka offensive push) is driven by the pilot's tactics skill, ability, and pilot tags. It can also be influenced by gear. Options allow disabling the ability to called shot * **CombatLog**: Provides an in-game log that captures text from floaties and preserves them in a readable format. * **DisableCampaign**: Disables the HBS campaign button, to prevent errors with various mod packs. diff --git a/mod.json b/mod.json index 4ae9076..c2fa249 100644 --- a/mod.json +++ b/mod.json @@ -2,7 +2,7 @@ "Name": "IRTweaks", "Enabled": true, "Hidden": true, - "Version": "0.8.0", + "Version": "0.8.2", "Description": "Miscellaneous Tweaks and Fixes", "Author": "IceRaptor", "Website": "https://github.com/IceRaptor/IRTweaks", @@ -20,6 +20,7 @@ "BuildingDamageColorChange": false, "BraceOnMeleeWithJuggernaut" : true, "BulkPurchasing": true, + "BulkScrapping" : true, "CombatLog": false, "DisableCampaign": true, "DisableCombatSaves": true,