Upkeep limitNo Thanks

For our use case it would be useful to distinguish between TCs being spammed and TCs being part of a multi-TC base design. Would it be feasible to add upkeep thresholds for each material type which count towards the limit? The upkeep can be calculated like follows:

var amounts = Pool.GetList<ItemAmount>();
tc.CalculateUpkeepCostAmounts(amounts);

 

Hi,
Because it's very specific for your use case, I suggest you to modify the plugin to do so.

Locked automatically