
LawChanged this version
Language of Pleading
The customs of our social hierarchy and legal proceedings must be concisely and uniformly written down in the language we find most appropriate.
LegalismInstitutionpotentialPolicies 3
Common Language- +2.5% Peasant Estate Satisfaction Equilibrium
- +10% Cultural Tradition %
- +0.1 Monthly Progress to Free Subjects
Court Language- +2.5% Noble Estate Satisfaction Equilibrium
- +10% Cultural Influence %
- +0.1 Monthly Progress to Serfdom
Multi-Lingual Court- +3 Cultures Capacity
- +0.1% Monthly Control
- +0.05 Monthly Progress to Communalism
Definitionin_game/common/laws/01_legal_system.txt:914
915law_category = socioeconomic
917potential = {
919OR = {
920NOT = {
920court_language = culture.language
}
}
}
925language_of_pleading_court = {
926country_modifier = {
927nobles_estate_target_satisfaction = small_permanent_target_satisfaction
928cultural_influence_modifier = 0.1
929monthly_towards_serfdom = societal_value_monthly_move
}
931estate_preferences = {
nobles_estate
}
934years = 2
}
937language_of_pleading_common = {
938country_modifier = {
939peasants_estate_target_satisfaction = small_permanent_target_satisfaction
940cultural_tradition_modifier = 0.1
941monthly_towards_free_subjects = societal_value_monthly_move
}
943estate_preferences = {
peasants_estate
}
946years = 2
}
949multi_lingual_court = {
950unique = yes
951potential = {
953OR = {
954culture = {
954is_defined_from_culture = culture:kannadiga
}
955culture = {
955is_defined_from_culture = culture:telugu
}
956culture = {
956is_defined_from_culture = culture:tamil
}
}
}
959country_modifier = {
960cultures_capacity = 3
961global_monthly_control = 0.001
962monthly_towards_communalism = societal_value_minor_monthly_move
}
964estate_preferences = {
crown_estate
}
967years = 2
}