NiHoel / Anno1800Calculator

Calculator for the production and consumption of goods in the computer game Anno 1800
MIT License
102 stars 28 forks source link

[Feature Request] Neutral trader restock rate #61

Open Gloorf opened 3 years ago

Gloorf commented 3 years ago

Hi, the current trade route amount are for 'common' restock rate game setting, it would be nice to have an option to change this for 'normal' and 'rare' game setting. I'm playing on normal so I was able to change it easily : this.amount = this.ProductionPerMinute; changed to this.amount = this.ProductionPerMinute * 0.75;.

but for rare it doesn't seem to be a simple multiplier :

Thanks for the calculator, it's really really useful !

NiHoel commented 3 years ago

It takes quite some time to implement such a switching mechanic. I doubt that anyone else needs to include such small amounts in his/her calculation.