Danimineiro / Empire-Rewritten

This is the project in which we intent to rewrite the RimWorld mod Empire in
4 stars 2 forks source link

Determine how much value (in silver) a settlement of each level should produce #38

Open Danimineiro opened 2 years ago

Danimineiro commented 2 years ago

We need to quantity the output of a settlement in order to determine, how much a player ends up earning from a given settlement.

Generally, there should be a base amount, determined by the level of a settlement. This can later be swapped with a value calculated from the population of a settlement, which is capped by the settlements level, and could be affected by events.

This base amount can then be modified by faction wide buffs and debuffs, the settlements resource gain modifiers and temporary buffs and debuffs

Ultimately the amount the player actually earns will be a percentage of this, while a bigger percentage feeds the trader of a settlement

Danimineiro commented 2 years ago

This requires the Faction wide buffs and debuffs to be completed first