
Gesetz
Einhegungsbewegung
Die Einhegungsbewegung ist jener Vorgang, im Zuge dessen man zuvor gemeinschaftlich genutztes Land mit Mauern oder Zäunen umgibt und in Privateigentum überführt.
EinhegungsgesetzPolitlinielockedPolitlinien 3
Einhegungsgesetz- +20% Nahrungsherstellung (Prozent)
- +0.2 Monatlicher Fortschritt (Aristokratie)
- Ja Bauern-Migration möglich
- −0.4 Ländliche Migrationsanziehung
- +0.4 Städtische Migrationsanziehung
Einhegung erlaubt- +0.1 Monatlicher Fortschritt (Aristokratie)
- +2.5% Adelsstand-Ausgewogenheit
- Ja Bauern-Migration möglich
- −0.2 Ländliche Migrationsanziehung
- +0.2 Städtische Migrationsanziehung
Einhegung nicht erlaubt- −5% Adelsstand-Ausgewogenheit
- +0.1 Monatlicher Fortschritt (Selbstbestimmtheit)
Definitionin_game/common/laws/10_reforms_from_events.txt:93
94unique = yes
95law_category = socioeconomic
105enclosure_allowed = {
106country_modifier = {
107monthly_towards_aristocracy = societal_value_monthly_move
108nobles_estate_target_satisfaction = small_permanent_target_satisfaction
109global_peasants_migration_allowed = yes
110rural_migration_attraction = -0.2
111non_rural_migration_attraction = 0.2
}
113estate_preferences = {
nobles_estate
burghers_estate
}
117years = 2
118on_deactivate = {
119add_estate_satisfaction = {
119type = estate_type:nobles_estate
120value = estate_satisfaction_severe_penalty
}
}
}
124enclosure_disallowed = {
125country_modifier = {
126nobles_estate_target_satisfaction = medium_permanent_target_satisfaction_penalty
127monthly_towards_free_subjects = societal_value_monthly_move
}
129estate_preferences = {
peasants_estate
}
132years = 2
133on_activate = {
134add_estate_satisfaction = {
134type = estate_type:peasants_estate
135value = estate_satisfaction_severe_penalty
}
}
}
140country_modifier = {
141global_monthly_food_modifier = 0.2
142monthly_towards_aristocracy = societal_value_large_monthly_move
143global_peasants_migration_allowed = yes
144rural_migration_attraction = -0.4
145non_rural_migration_attraction = 0.4
}
147estate_preferences = {
crown_estate
nobles_estate
}
151years = 2
152allow = {
153culture = culture:english
}
}