Iron Will - Kleptomania

Being a criminal in Bannerlord is now more viable and flavorfull, with the mod Kleptomania's ability to steal trading goods and food from towns and villages. Although the interactions are limited to in-game menus, the goal is to create a Stealing mechanic with a feeling of risk vs reward similar from games like Skyrim, Kenshi, Fallout, Thief, and even Tabletop RPG.

After a simple Roguery skill check, you might be able to get an dynamic ammount of loot and leave without been seen by anyone. But BEWARE, if you get caught there will be consequences.

Keep in mind Stealing is different from the Native's Hostile Action "Force Peasants to give you supplies". The most important differences is that you dont have to fight the militia, chance to not get detected at all, can loot from towns, variable ammount of loot (sometimes more, sometimes less), amongst other things.

For now, only the player can interact with the steal menus.

This mod is compatible with the amazing Mod Configuration Menu (MCM) by Aragasas. This is a SOFT dependency and thus entirely optional but highly recommended.





Download and Links


Features

  • 3 new menus for stealing from Villages and Towns, which allows player to steal trading goods, food or animal.
  • Scalable Roguery XP on steal attempt, independent of the outcome. Current: 20 * learningRateBonus.
  • Can steal without being detected (Skill Check with modifiers)
  • If detected, decreases relationship with the settlement owner and settlement notable
  • If detected, applies criminal rating with faction.
  • If detected, player is confronted by civilian. The player can either bribe, persuade, call friendly gang leader support or give back.
  • Dynammic minimun received ammount of goods (Skill Check with modifiers)
  • Max ammount of availiable goods scales with settlement prosperity / hearth.
  • Optional in-game configurable values with Mod Configuration Menu (MCM). This is a soft dependency.
  • Configurable Experience value for Heroes and Generic Troops at "xxWoundXPSettings.xml". (note: MCM configuration takes priority and overrides this file)
  • NLogger for debugging reasons at "KleptomaniaLog.txt".



Modifiers
There are some conditions that can change the outcome of a steal attempt. To have the best outcome, you have to try to get as much bonuses and as little penalties as you can. Remember, some of these values are configurable at xxKleptomaniaSettings.xml.

Detection Chance (75% by default. Less = Good):

  • Bonuses:
    • Roguery Skill (max bonus is 50%) = -(SkillLevel / 5)%
    • Night time: = -10%
  • Penalties:
    • High Crime Rating = +20%
    • Recent steal attempt at same faction (Decays by -5% every day) = +(NumberOfAttempts * 10)%

Minimun ammount of Goods (30% by default. More = Good):

  • Bonuses:
    • Roguery Skill (max bonus is 30%) = +(SkillLevel / 10)%







Results and Consequences

Remember: there is always a risk. Once the Modifiers have been calculated and you have waited long enough to find a steal opportunity at the settlement, two Random numbers from 1 to 100 will be created. Think about this like two d100, dices with 100 faces being thrown. These values will be used to calcule your steal result.

For the detection check, if the value are smaller than your "detection chance" modifier you get detected while stealling. If you get detected, you will receive some consequences like:

  • Criminal rating with faction (25 for towns and 20 for villages by default)
  • Decreases relationship with settlement notables (-15 by default, 2x if the player is from the same faction)
  • Decreases relationship with settlement owner (-15 by default, 2x if the player is from the same faction)
  • Only if from the same Faction, decreases relationship with Faction leader ( -15 x 2 by default)
  • Will be confronted by civilian. The player can either bribe, persuade, call friendly gang leader support or give back the loot.


For the ammount of goods check, each settlement has a "storage with goods inside", which has a dynamic number of goods based on the settlement health/prosperity. The random "dice" number will never go below "Minimun ammount of Goods" and will be a porcentage of the items inside the storage. No matter the outcome, this will take place on on loot:

  • Penalty of +10% detection chance for each consecutive steal atempt for the same Faction. Consecutive steal atempt decays by -5% every day.
  • Decreases settlement prosperity / hearth.
  • Subtract items from the settlement item pool. (Be careful to not steal from settlement without any items, or you might get nothing.)
  • Roguery XP thats scales with Learning Rate. Current: 20 * learningRateBonus.




To-do

  • Pickpocketing
  • Stealing from rich traders house
  • Bonus to detection and minimun goods from the party's best Bandit troops.
  • Stolen good fencing (aka not being able to sell to settlement it was stolen from)


Custom Configurations
Downloading Mod Configuration Menu (MCM) by Aragasas is highly recommended for best quality of life by changing mod settings in game. This is a SOFT dependency and thus entirely optional by the player. MCM settings takes priority before the XML settings file. So if the player haves MCM, the code will load stored info from MCM and then override XML file on startup every time.



However, if you choose to not install Mod Configuration Menu for some reason / imcompatibility, you can change the desired values of "xxKleptomaniaSettings.xml ". In this case during startup, the settings loads from the XML at "\Mount & Blade II Bannerlord\Modules\xxKleptomania\xxKleptomaniaSettings.xml".

Compatibility
Currently tested and working with e1.5.2 version.

If you have any issue, please adress it at the Bugs tab in the Nexus mod page.


Changelog
v1.1.0

  • Fixed a crash because of horses in a settlement (Reported by NexusMod user aerosmei1).
  • Fixed a crash when settlement doesnt have anymore supplies.
  • Player can now steal any kind of animal (horse, pig cattle, etc.)
  • Added Scalable Roguery XP on steal attempt, independent of the outcome. Current: 20 * learningRateBonus.
  • Adds 10% detection chance penalty for each consecutive steal atempt for Faction.
  • Consecutive steal atempt decays by 5% every day.
  • Added Debug messages when DebugInfo is turned on in config.


v1.1.1

  • Fixed a major crash when that happens when you reach severe crime rating while inside a town
  • Fixed a bug that gives the player Athletics XP on steal attempt instead of the expected Roguery XP
  • Decreaased default TownStealCrimeRating from 35 to 25. Makes stealling more viable.
  • Decreased default VillageStealCrimeRating from 30 to 20. Makes stealling more viable.
  • TownStealCrimeRating and VillageStealCrimeRating cant go above 60 (fixes crash)
  • Substantial code refactor and more try catches, to understand any future exception


v1.2.0

  • MAJOR code refator to prevent future bugs and crashes
  • Added soft mod compatibility with Mod Configuration Menu v3(MCM)
  • If the player haves MCM, the code will now load stored info from MCM and then override XML file on startup .
  • If the player doesnt have MCM, the code will deserialize the settings from the XML like usual on startup.
  • Fixed a bug that made Consecutive Steal Penalty not affect detection chance modifiers
  • Fixed a bug that gave relationship penalty to Settlement's Gang Leaders Notables on detection. This was not supposed to happen.
  • Removed TownStealCrimeRating and VillageStealCrimeRating max of 60
  • Removed unecessary penalty for high crime rating
  • No penalty to prosperity / hearth if there is no steal quantity
  • Added encounter game menu when detected. The player can either bribe, persuade, call friendly gang leader support or give back.
  • Persuade and Bribe values are configurable (XML file or MCM)

v1.2.1

  • Recent Faction Steal Attempt Penalty is now stored in the current save file as it's supposed to
  • Fixed a bug that showed the wrong value of earned Roguery XP by not taking accounts the calculations with Learning Rate
  • Fixed a bug that made earned Roguery XP scale by Athletics Learning Rate instead of Roguery Learning Rate
  • User can configure to not show received roguery XP from steal attempts on the console (on MCM or XML settings)
  • User can configure its own value roguery XP from steal attempts. Always scales with learning rate. (on MCM or XML settings)



Kenshi, one of the major creative influences for this mod series.



But what is the "Iron Will" project?
Iron Will is a collection of mods for the game Mount & Blade 2: Bannerlord that adds many utilities to aid the player and his party to survive even in the harshest, rock botton environments. The main objetive is add immersive actions to balance the game difficulty curve without decreasing the challenge. This modpack might be useful with any mods that makes the game harder and more punishing.

Check out the Iron Will GitHub if you want to do any contribution, see how something is coded or to look how I do my workflow.


Current Mod List:

  • View media
  • View media
  • View media
  • View media
  • View media
  • View media
Post article Articles

No articles were found matching the criteria specified. We suggest you try the article list with no filter applied, to browse all available. Post article and help us achieve our mission of showcasing the best content from all developers. Join now to share your own content, we welcome creators and consumers alike and look forward to your comments.

Add file RSS Files
xxKleptomania v1.2.1 - Hotfix

xxKleptomania v1.2.1 - Hotfix

Full Version

Main file version. Compatible with e1.5.3 versions. SOFT depedency with Mod Configuration Menu (MCM). ALSO DELETE OLD MOD FILES.

xxKleptomaniaxxKleptomania v1.2.0 - Encounters and MCM Compatibility

xxKleptomaniaxxKleptomania v1.2.0 - Encounters and MCM Compatibility

Full Version

Old file version. Compatible with e1.5.2 versions. SOFT depedency with Mod Configuration Menu (MCM).

xxKleptomania v1.1.1

xxKleptomania v1.1.1

Full Version

v1.1.1. Compatible with e1.4.3. Some ways of getting food in your plate are neither honorable nor glorious. The mod "Kleptomania" for Bannerlord adds...

xxKleptomania v1.1.0

xxKleptomania v1.1.0

Full Version

v1.1.0. Compatible with e1.4.2. Some ways of getting food in your plate are neither honorable nor glorious. The mod "Kleptomania" for Bannerlord adds...

xxKleptomania v1.0.0

xxKleptomania v1.0.0

Full Version

v1.0.0. Compatible with e1.4.2. Some ways of getting food in your plate are neither honorable nor glorious. The mod "Kleptomania" for Bannerlord adds...

Post comment Comments
Drax70
Drax70 - - 233 comments

Great mod, with a great potential becoming the best RPG feature in Bannerlord!

But, just a suggestion;
Why don't you live the "Wait for the opportunity..." warning, with the percentages, out so the mod is more unpredictable?!!

After I get the Roguery Perk to full 250+ it just becomes tedious and exploitable at some point...!

By the way, how is your scene modding skills?
You could add the option to enter a house or shop or warehouse! Then comes the percentage into place by getting cought or not! If cought then you are "swarmed" by an x number of Heavy Armored Guards, which you will have to fight your way out..!!! :D

Reply Good karma Bad karma+1 vote
Bleyck Creator
Bleyck - - 5 comments

The hotfix v1.2.1 is out! It fixes some bugs like not saving "Recently stolen from fation" penalty and fixes some wrong values for Roguery XP awarded on steal attempt. Also if XP notifications bother you or you want a custom XP value, you can now turn it of in either Mod Configuration Menu or XML settings file. Dont forget that your custom XP value scales with the skill learning rate!

This update is e1.5.3 compatible!

Deleting old mod files before installing is recommended.

Reply Good karma+1 vote
Guest
Guest - - 690,716 comments

Is this compatible with other mods? (Turning Bannerlord into Skyrim would be the greatest heist in videogame history btw)

Reply Good karma Bad karma0 votes
Bleyck Creator
Bleyck - - 5 comments

Yes, as far as I know Kleptomania is compatible with most mods. I dont know no mod that is incompatible and override something used by my mod.

About the Skyrim theme: indeed! Im looking to collab with Total Conversion mods that turn Bannerlord into another universes like Elder Scrollls. Nothing concrete yet tho.

Reply Good karma+1 vote
Bleyck Creator
Bleyck - - 5 comments

The new v1.1.1 update fixes a major crashes when being detected at towns while having high crime rating, fixes a bug of giving Athletics XP instead of Roguery XP and rebalances the crime rating on detection from 35 -> 25 for towns and 30 -> 20 for villages.

The v1.1.1 is e1.4.3 compatible!

Reply Good karma+1 vote
Bleyck Creator
Bleyck - - 5 comments

Finally, with a much of struggle... HORSE CRASHES are now FIXED on the new v1.1.0 update! You are now also rewarded with Roguery XP no matter the Steal outcome!

Compatible with e.1.4.2 version. Seems to be rarelly crashing on e1.4.3 in some cases.

Reply Good karma+1 vote
Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account:

You may also like
Realm of Thrones

Realm of Thrones

Role Playing

Early Access total conversion mod of the Game of Thrones universe that spans from north of the Wall to the Great Grass Sea.

[BL] Crusaders: Way to Expiation

[BL] Crusaders: Way to Expiation

Role Playing

[BL] Crusaders: Way To Expiation. This mod occupies time periods between 1180 A.D and Fourth (1202-1204) Crusades. It starts at 1180 and lasts till 1205...

Scum and Villainy - Organized Crime 23.0.0 - Black Market Expanded

Scum and Villainy - Organized Crime 23.0.0 - Black Market Expanded

Role Playing

Ever thought it was weird that gangs play such a big role in the cities, but there was never a sight of any organized crime? Well now there is! This mod...

Ice & Fire

Ice & Fire

Role Playing

Discover a whole new dimension of the A Song of Ice and Fire universe in this total conversion mod for Mount & Blade II Bannerlord. Unlike other Game...

Trial of the Seven Kingdoms

Trial of the Seven Kingdoms

Role Playing

The mod is currently available on Nexus and will be released onto ModDb shortly. The timeframe takes place right after Roberts Rebellion, but with our...

Start as Western Emperor

Start as Western Emperor

Role Playing

This mod lets you start right away as the heir of the Western Empire. Your clan will be the leader clan and you will skip the rise to power enjoying some...

X