Description
Planet approval rating not weighting pops' approval using political power
Game Version
[2.2.1/stellaris_test][6eaf]
What version do you use?
Steam
What expansions do you have installed?
Synthetic Dawn,
Utopia,
Leviathans Story Pack,
Do you have mods enabled?
No
Please explain your issue is in as much detail as possible.
Or at least not correctly.
Transcribed from the attached screenshot:
According to my math, assuming a simple weighted average that should come out to ~60% total approval:
Instead, I'm getting 27%. Uf.
Steps to reproduce the issue.
Be really mean to your underclasses, and have a system that gives them very little power. That should get you a nice obvious divide between happy rulers with lots of power and unhappy slaves with very little power, and according to the tooltips should result in a planet approval rating (and hence stability) that tracks more closely with the opinion of the ruling elite than that of the oppressed masses.
Upload Attachment
Planet approval rating not weighting pops' approval using political power
Game Version
[2.2.1/stellaris_test][6eaf]
What version do you use?
Steam
What expansions do you have installed?
Synthetic Dawn,
Utopia,
Leviathans Story Pack,
Do you have mods enabled?
No
Please explain your issue is in as much detail as possible.
Or at least not correctly.
Transcribed from the attached screenshot:
- Rulers have 77% of political power and have a 72% happiness
- Workers have 7% of the political power and have a 7% happiness
- Slaves have 15% of the political power and have 0% happiness
According to my math, assuming a simple weighted average that should come out to ~60% total approval:
Code:
Python 3.6.7 (default, Oct 22 2018, 11:32:17)
[GCC 8.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> 72 * 0.77 + 71 * .07 + 0 * 0.15
60.41
Instead, I'm getting 27%. Uf.
Steps to reproduce the issue.
Be really mean to your underclasses, and have a system that gives them very little power. That should get you a nice obvious divide between happy rulers with lots of power and unhappy slaves with very little power, and according to the tooltips should result in a planet approval rating (and hence stability) that tracks more closely with the opinion of the ruling elite than that of the oppressed masses.
Upload Attachment
Attachments
Upvote
0