Crusader Kings III

Crusader Kings III

(WIP) The Purple
HogeFuga  [developer] Oct 22, 2023 @ 3:04am
[prosperity, opportunity] catalyst: yearly_emperor_leaning_gain
We hope that, year by year, progress will be made in accordance with the emperor's ability to learn.
This value is applied in the following situations
prosperity->opportunity
opportunity->prosperity
Since this is a conceptual implementation, the numbers have not been properly adjusted.
Please let me know if you have any new ideas or adjustments to the numbers.

Below is the actual code used in the mod.
Also, here is the github link.
full code [github.com]

tp_struggle_catalyst_yearly_emperor_leaning_gain = { value = 0 # The learning capacity of the emperor is the base value. title:e_byzantium = { holder = { # this = root save_temporary_scope_as = byz_emperor } } add = scope:byz_emperor.learning # Learning trait if = { limit = { scope:byz_emperor = { has_trait = education_learning_1 } } multiply = 1.1 } if = { limit = { scope:byz_emperor = { has_trait = education_learning_2 } } multiply = 1.2 } if = { limit = { scope:byz_emperor = { has_trait = education_learning_3 } } multiply = 1.3 } if = { limit = { scope:byz_emperor = { has_trait = education_learning_4 } } multiply = 1.4 } if = { limit = { scope:byz_emperor = { has_trait = education_learning_5 } } multiply = 1.5 } # Scholarly trait if = { limit = { scope:byz_emperor = { has_trait = scholarly_court_1 } } multiply = 1.2 } if = { limit = { scope:byz_emperor = { has_trait = scholarly_court_2 } } multiply = 1.4 } # Intellect trait if = { limit = { scope:byz_emperor = { has_trait = intellect_good_1 } } multiply = 1.25 } if = { limit = { scope:byz_emperor = { has_trait = intellect_good_2 } } multiply = 1.5 } if = { limit = { scope:byz_emperor = { has_trait = intellect_good_3 } } multiply = 2.0 } # Court if = { limit = { scope:byz_emperor = { has_court_type = court_scholarly } } multiply = 2.0 } }
< >
Showing 1-1 of 1 comments
HogeFuga  [developer] Oct 22, 2023 @ 3:10am 
It might be good to have the value of progress fluctuate depending on the learning ability of the sealed vassals with the territory
< >
Showing 1-1 of 1 comments
Per page: 1530 50