
법률
과세
정부가 기능하려면 안정적인 수입이 필히 확보되어야 합니다. 법적 과세 체계를 도입함으로써 개인과 단체로부터 거둬들이는 세금을 조절할 수 있습니다.
정책 3
정의in_game/common/laws/10_reforms_from_events.txt:161
162unique = yes
163law_category = administrative
172income_tax = {
173country_modifier = {
174clergy_estate_min_tax = 0.2
175nobles_estate_min_tax = 0.35
176burghers_estate_min_tax = 0.25
177peasants_estate_min_tax = 0.15
178global_estate_target_satisfaction = medium_permanent_target_satisfaction_penalty
}
180estate_preferences = {
crown_estate
}
183years = 2
}
186trade_tax = {
187country_modifier = {
188burghers_estate_target_satisfaction = medium_permanent_target_satisfaction_penalty
189burghers_estate_min_tax = 0.5
}
191estate_preferences = {
nobles_estate
clergy_estate
peasants_estate
}
196allow = {
197NOT = {
197has_estate_privilege = estate_privilege:toll_and_tariff_exemptions
}
}
199years = 2
}
202traditional_tax = {
203country_modifier = {
204monthly_towards_traditional_economy = societal_value_monthly_move
205parliament_base_support = -0.25
}
207estate_preferences = {
nobles_estate
}
210years = 2
211allow = {
212modifier:has_a_parliamentary_system = yes
}
}