diff options
author | wvpm <24685035+wvpm@users.noreply.github.com> | 2024-09-04 00:43:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-04 00:43:39 +0200 |
commit | b11d9c7cd560d30603a264f7724a4ad6d9c443a9 (patch) | |
tree | 1ad5cbba4017726101ee81c6c2683ee026de9524 | |
parent | 0e72892a4b170a92982712ecfd871c3a1b976375 (diff) | |
parent | 8ff38672028c87acf9a563c04d0a7aed932c2162 (diff) |
Merge pull request #258 from OpenVicProject/document_literacy_change
Document montly literacy change
-rw-r--r-- | docs/simulation/calculations.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/simulation/calculations.yaml b/docs/simulation/calculations.yaml index baa8724..6a74a7d 100644 --- a/docs/simulation/calculations.yaml +++ b/docs/simulation/calculations.yaml @@ -132,6 +132,10 @@ POPs: global_population_growth/10: Sum of global_population_growth modifiers Attitudes: Consciousness from literacy: defines.pops.CON_LITERACY * Plurality * POP literacy * (1 + literacy_con_impact) + Monthly literacy change: + formula: defines.pops.LITERACY_CHANGE_SPEED * local clergy factor * (1 + education_efficiency) * (1 + education_efficiency_modifier) * educational spending slider + local clergy factor: ((clergy POPs in province / total POPs in province) - defines.pops.BASE_CLERGY_FOR_LITERACY) / (defines.pops.MAX_CLERGY_FOR_LITERACY - defines.pops.BASE_CLERGY_FOR_LITERACY) + note: clergy POPs are all pop types with can_reduce_consciousness = yes Needs: Base needs scalar: (1 + Plurality) * (1 + 2 * Consciousness / defines.pops.PDEF_BASE_CON) * (1 + sum of goods_demand) * defines.pop.BASE_GOODS_DEMAND * POP size / 200000 Life needs scalar: Base needs scalar * (1 + <strata>_life_needs modifier) |