I'm having some trouble getting monthly_character_wealth to work when appended to Very Easy difficulty. The other commands (including monthly_character_prestige) seem to work normally, but not the wealth one.
In-game, on mouse-over, the Very Easy tooltip does mention the effect, but it's just not working in practice.
Here's the code of the Very Easy clause. It's working perfectly aside from the non-functional wealth bonus:
In-game, on mouse-over, the Very Easy tooltip does mention the effect, but it's just not working in practice.
Here's the code of the Very Easy clause. It's working perfectly aside from the non-functional wealth bonus:
Code:
very_easy_player = {
fertility = 0.5
land_morale = 0.5
monthly_character_wealth = 5
monthly_character_prestige = 2
levy_reinforce_rate = 0.1
diplomacy = 5
martial = 5
stewardship = 5
intrigue = 5
learning = 5
}
Upvote
0