Configurable Stealing Weight

If you liked this item, please rate it up on Steam Workshop page.

Author: shade28

Last revision: 23 May at 21:58 UTC

File size: 293.36 KB

On Steam Workshop

Description:

Requested by a friend.

This mod simply rewrites the pickpocketing systems weight calculations. It allows the weight limit to scale off stats in a config file.

Includes an alternate toggle mode to allow all weights.

Inside the config file is a comma separated list. 281:300,70:150,72:100
This 2 integer pairing is element id : scaling multiplier.

The Vanilla formula is 281:200, 70:100 which means pickpocket skill * 200 + Strength * 100
This mods default is set to pickpocket skill * 300 + Strength * 150 + Dexterity * 100

to get the total number in stones a character can steal you divide the final number by 1000
so 23000 is a Weight Limit of 23s.