-
Notifications
You must be signed in to change notification settings - Fork 67
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
Conversation
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") \ |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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).
There was a problem hiding this comment.
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.
No description provided.