NiHoel/Anno1800Calculator

[Feature Request] Neutral trader restock rate

Opened this issue · 1 comments

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 :

  • Most of the NPC seems to go from 7 to 3 (multiplier of ~0.43)
  • ... But not all, for example Anne Harlow changes gold from 6 to 2 (so ~0.33), weapons from 5 to 1.5 (so 0.3), advanced weapons from 3 to 0.5 (so ~0.166)

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

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.