
Law
Taille
The taille is a tax imposed on each household based on the amount of land it occupies. The Clergy and Nobility are exempt.
Policies 2
Exceptional Only- −5% Crown Power
- +0.03 Monthly Progress to Decentralization
- +10% Estate Enrichment
- +5% Estates Satisfaction Equilibrium
Permanent Tax- +0.03 Monthly Progress to Centralization
- +10% Maximum Tax for Burgher Estate
- +10% Maximum Tax for Peasants Estate
- −5% Burgher Estate Satisfaction Equilibrium
- −5% Peasant Estate Satisfaction Equilibrium
Definitionin_game/common/laws/02_country_specific.txt:139
140unique = yes
141law_category = estates
146permanent_tax = {
147country_modifier = {
148monthly_towards_centralization = societal_value_tiny_monthly_move
149burghers_estate_max_tax = 0.1
150peasants_estate_max_tax = 0.1
151burghers_estate_target_satisfaction = medium_permanent_target_satisfaction_penalty
152peasants_estate_target_satisfaction = medium_permanent_target_satisfaction_penalty
}
154estate_preferences = {
nobles_estate
clergy_estate
}
158years = 2
}
160exceptional_only = {
161country_modifier = {
162global_crown_estate_power = -0.05
163monthly_towards_decentralization = societal_value_tiny_monthly_move
164estate_enrichment = 0.1
165global_estate_target_satisfaction = medium_permanent_target_satisfaction
}
167estate_preferences = {
burghers_estate
peasants_estate
}
171years = 2
}