Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
IceRaptor committed Nov 13, 2020
1 parent 4f177ca commit edd0cfc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 2 additions & 1 deletion mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -20,6 +20,7 @@
"BuildingDamageColorChange": false,
"BraceOnMeleeWithJuggernaut" : true,
"BulkPurchasing": true,
"BulkScrapping" : true,
"CombatLog": false,
"DisableCampaign": true,
"DisableCombatSaves": true,
Expand Down

0 comments on commit edd0cfc

Please sign in to comment.