branchrust_reboot/main/workbench_taxcancel

2 Commits over 0 Days - ∞cph!

11 Days Ago
Adjust tax UI display Round up when calculating tax rates (eg. 125 cost, 10% tax = 13 extra scrap)
11 Days Ago
Add a tax rate system to the tech tree, adds an additional scrap cost to each purchase on the tech tree Tax rate is assigned by workbench level, defaults are: Tier 1 = 0% tax Tier 2 = 10% tax Tier 3 = 20% tax Tax rates are configurable via server.workbench1TaxRate, etc (clamped between 0 and 100%) Tax rates are displayed on the purchase button on the tech tree This tax is exclusive to the workbench, research table costs are unchanged Moved ScrapForResearch from ResearchTable.cs to Workbench.cs as it was only used for work benches