Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Max loan, savings, reinvestment modifiers #1878

Merged
merged 28 commits into from
Jan 26, 2025

Conversation

SneakBug8
Copy link
Contributor

No description provided.

MOD_LIST_ELEMENT(130, aristocrat_savings, true, modifier_display_type::percent, "aristocrat_savings") \
MOD_LIST_ELEMENT(131, capitalist_savings, true, modifier_display_type::percent, "capitalist_savings") \
MOD_LIST_ELEMENT(132, middle_class_savings, true, modifier_display_type::percent, "middle_class_savings") \
MOD_LIST_ELEMENT(133, farmers_savings, true, modifier_display_type::percent, "farmers_savings") \
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SneakBug8 It is really weird to have these specific modifiers for farmers and not for the lower class in general.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, with Homesteading there is a Use Case when we want farmers to become active investors in society, but not any other lower class pop.

Copy link
Owner

@schombert schombert Jan 25, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't understand why you would want that because there seems to be no way for farmers to receive profits, directly or indirectly from investments (i.e. factories). In any case, savings doesn't appear to be linked to actual investment (i.e. the investment pool).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Savings go into national bank (loans)
While investments are going into investment pool.

@schombert schombert merged commit 18bb2ed into schombert:main Jan 26, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants