
EstateChanged this version
Commoners
This is the estate which represents the population at the lowest tier of society. Frequently a class given little to no prestige or power, the common folk nevertheless make up the foundation of our country, and can become surprisingly powerful when united.
In general, it is better for the Crown estate to have more power than the other estates.
Modifiers
Satisfaction
High power
Definitionin_game/common/estates/00_default.txt:712
713color = pop_peasants
714power_per_pop = 0.025
715tax_per_pop = 1
716rival = -0.01
717alliance = 0.01
719disenfranchise_to = nobles_estate
722bank = yes
724revolt_court_language = common_language
725characters_have_dynasty = never
726use_diminutive = yes
727can_generate_mercenary_leaders = yes
730satisfaction = {
}
736high_power = {
}
746low_power = {
}
751opinion = {
752add = {
753desc = "ESTATE_OPINION_BASE" Country Opinion
754value = "opinion(scope:target)"
755multiply = 0.05
}
759add = {
760desc = "ESTATE_OPINION_TARGET_P_ESTATE_POWER" Commoners Estate Power in Target
761value = "scope:target.estate_power(estate_type:peasants_estate)"
762subtract = 0.2
763multiply = 5
}
767if = {
768limit = {
769estate(estate_type:peasants_estate) = {
770dominant_religion ?= {
771this != scope:target.religion
772group = scope:target.religion.group
}
}
}
776add = {
777desc = "ESTATE_OPINION_HERETIC" Tolerance of Heretical Beliefs
778value = -5
}
}
782if = {
783limit = {
784estate(estate_type:peasants_estate) = {
785dominant_religion ?= {
785group != scope:target.religion.group
}
}
}
788add = {
789desc = "ESTATE_OPINION_HEATHEN" Tolerance of Heathen Beliefs
790value = -10
}
}
794if = {
795limit = {
796estate(estate_type:peasants_estate) = {
797NOT = {
797scope:target.culture = {
797has_shared_culture_group = prev.dominant_culture
}
}
}
}
800add = {
801desc = "ESTATE_OPINION_DIFFERENT_CULTURE_GROUP" Different Culture Group
802value = -5
}
}
806if = {
807limit = {
808estate(estate_type:peasants_estate) = {
809exists = dominant_culture.language
810scope:target.culture.language = dominant_culture.language
}
}
813add = {
814desc = "ESTATE_OPINION_SAME_COMMON_LANGUAGE" Same Common Language
815value = 5
}
}
819if = {
820limit = {
821is_rival_of = scope:target
}
823add = {
824desc = "ESTATE_OPINION_RIVAL" Rival
825value = -20
}
}
830if = {
831limit = {
832scope:target = {
833has_reform = government_reform:peasant_republic_reform
}
}
836add = {
837desc = "ESTATE_OPINION_PEASANT_REPUBLIC" Peasant Republic
838value = 10
}
}
842add = {
843desc = "capital_economy_vs_traditional_economy" Capital Economy vs Traditional Economy
844value = {
845value = scope:target.societal_value:capital_economy_vs_traditional_economy
847divide = 10
}
}
851add = {
852desc = "spiritualist_vs_humanist" Spiritualist vs Humanist
853value = {
854value = scope:target.societal_value:spiritualist_vs_humanist
856divide = 10
}
}
860add = {
861desc = "serfdom_vs_free_subjects" Serfdom vs Free Subjects
862value = {
863value = scope:target.societal_value:serfdom_vs_free_subjects
865divide = 10
}
}
869if = {
870limit = {
871estate(estate_type:peasants_estate) = {
872dominant_culture ?= {
872this = scope:target.culture
}
}
}
875add = {
875desc = "ESTATE_OPINION_SAME_ESTATE_CULTURE" Shared Culture with our Estate
875value = 20
}
}
877else_if = {
878limit = {
879estate(estate_type:peasants_estate) = {
880scope:target = {
880has_accepted_culture = prev.dominant_culture
}
}
}
883add = {
883desc = "ESTATE_OPINION_ACCEPTED_ESTATE_CULTURE" Accepts our Estate's Culture
883value = 10
}
}
885else_if = {
886limit = {
887estate(estate_type:peasants_estate) = {
888scope:target = {
888has_tolerated_culture = prev.dominant_culture
}
}
}
891add = {
891desc = "ESTATE_OPINION_TOLERATED_ESTATE_CULTURE" Tolerates our Estate's Culture
891value = 5
}
}
894if = {
895limit = {
896estate(estate_type:peasants_estate) = {
897dominant_religion ?= {
897this = scope:target.religion
}
}
}
900add = {
900desc = "ESTATE_OPINION_SAME_ESTATE_RELIGION" Shared Religion with our Estate
900value = 20
}
}
}







