Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

[flavor_mlo.21] 米兰公共水道法规

时间范围:1337.1.1 - 1390.12.30 (每月 1% 概率)

触发条件

  • 国家拥有米兰(milano)地区
  • 国家未处于战争状态

关键效果

  • 选项 A (flavor_mlo.21.a)

    • 国库减少 2 金币
    • 米兰地区获得持续 10 年的“维护良好的水道”修正
    • 社会价值观“中央集权 vs 地方分权”向左轻微移动(趋向中央集权)
  • 选项 B (flavor_mlo.21.b)

    • 向市民阶层(burghers_estate)、教士阶层(clergy_estate)和贵族阶层(nobles_estate)各征收相当于一个月贸易与税收收入的资金
    • 以上三个阶层的满意度均受到轻微惩罚
    • 社会价值观“中央集权 vs 地方分权”向右轻微移动(趋向地方分权)
    • 米兰地区获得持续 10 年的“维护良好的水道”修正
  • 选项 C (flavor_mlo.21.c)

    • 米兰地区发展度受到轻微惩罚
    • 米兰地区繁荣度受到严重惩罚
    • 米兰地区所有属于本国的民众满意度受到极端惩罚

背景介绍: 在14世纪的米兰,随着城市人口增长和商业活动日益频繁,对公共用水和排水系统的需求变得至关重要。维斯孔蒂家族统治下的米兰公国面临着如何管理城市基础设施的挑战,特别是水道的维护与扩建。这一事件反映了中世纪晚期意大利城邦在公共工程管理上的不同策略:是由中央政府直接出资并加强控制,还是将负担转嫁给各社会阶层以换取地方自治,亦或是因忽视而导致城市环境恶化与民众不满。

完整事件代码

flavor_mlo.21 = { # Public Water Statutes of [GetCurrentYear]
	type = country_event
	title = flavor_mlo.21.title
	desc = flavor_mlo.21.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = MLO
		from = 1337.1.1
		to = 1390.12.30
		monthly_chance = 1
	}

	trigger = {
		owns = location:milano
		at_war = no
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		location:milano = {
			save_scope_as = target_location
		}
	}

	option = {
		name = flavor_mlo.21.a

		change_gold_effect = { scale = -2 }
		scope:target_location = {
			add_location_modifier = {
				modifier = maintained_waterways_modifier
				years = 10
				mode = add_and_extend
			}
		}
		change_societal_value = { type = centralization_vs_decentralization value = societal_value_minor_move_to_left }
	}

	option = {
		name = flavor_mlo.21.b

		custom_tooltip = mlo_waterways_estates_pay_tt
		hidden_effect = {
			add_gold_to_estate = {
				estate_type = estate_type:burghers_estate
				value = {
					value = monthly_income_trade_and_tax
					multiply = -1
				}
			}
			add_gold_to_estate = {
				estate_type = estate_type:clergy_estate
				value = {
					value = monthly_income_trade_and_tax
					multiply = -1
				}
			}
			add_gold_to_estate = {
				estate_type = estate_type:nobles_estate
				value = {
					value = monthly_income_trade_and_tax
					multiply = -1
				}
			}
			add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_mild_penalty }
			add_estate_satisfaction = { type = estate_type:burghers_estate value = estate_satisfaction_mild_penalty }
			add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_mild_penalty }
		}
		change_societal_value = { type = centralization_vs_decentralization value = societal_value_minor_move_to_right }
		scope:target_location = {
			add_location_modifier = {
				modifier = maintained_waterways_modifier
				years = 10
				mode = add_and_extend
			}
		}
	}

	option = {
		name = flavor_mlo.21.c

		scope:target_location = {
			change_development = development_mild_penalty
			change_prosperity = prosperity_severe_penalty
			hidden_effect = {
				every_pop = {
					limit = {
						owner = root
					}
					add_pop_satisfaction = pop_satisfaction_extreme_penalty
				}
			}
		}
		custom_tooltip = artist_events.21.tt
	}
}