florian-kohrs / elmlord

Turn based strategy game build with Elm
2 stars 1 forks source link

Round income calculation #41

Closed SerQuicky closed 4 years ago

SerQuicky commented 4 years ago
SerQuicky commented 4 years ago

In the settlement overview the recruiting UI shows a tooltip with the monthly wage of a troop.

SerQuicky commented 4 years ago

I have added calculateRoundIncome: Lord -> Lord under Entities.elm, you can also change it up, so it returns the pure Float value for the gold. Please use the function, when a round ends.