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_eng.180 约翰·弥尔顿登场

时间范围:1628.1.1 - 1660.1.1 (每月 1% 概率)

触发条件

  • 拥有伦敦地区 (owns = location:london)
  • 满足以下任一审查政策:
    • 有限审查 (limited_censorship)
    • 严格审查 (strict_censorship)
    • 焚烧异端 (de_heretico_comburendo)
  • 拥有议会制政体 (modifier:has_a_parliamentary_system = yes)
  • 议会处于活跃状态 (is_active_parliament = yes)

关键效果

  • 选项 A (历史选项)
    • 教士阶层满意度大幅下降 (estate_satisfaction_extreme_penalty)
    • 若未采用“有限审查”政策,则添加该政策;否则改为“无审查”政策 (no_censorship)
  • 选项 B
    • 若采用“严格审查”政策,则教士阶层满意度严重下降 (estate_satisfaction_severe_penalty)
    • 贵族阶层满意度大幅提升 (estate_satisfaction_severe_bonus)
    • 约翰·弥尔顿被秘密处决 (kill_character_silently)
    • 获得“议会影响力”国家修正,持续10年 (parliament_influenced)
  • 选项 C
    • 仅当采用“焚烧异端”政策时可用
    • 约翰·弥尔顿被公开处决 (burned_alive)
    • 社会价值观向“传统主义”方向移动 (traditionalist_vs_innovative)
    • 若为共和国政体或已结束英国内战,则获得“议会要求变革”国家修正,持续10年 (parliament_desires_change)

背景介绍: 该事件模拟了17世纪英国诗人、思想家约翰·弥尔顿在特定政治环境下的登场。弥尔顿以其对言论自由的辩护和史诗《失乐园》而闻名。事件发生时间覆盖了英国内战和共和国时期,反映了当时英国在审查制度、宗教政策与议会政治之间的紧张关系。不同的选项代表了国家对这位重要知识分子的不同处理方式,将直接影响国内各阶层的态度和国家政策走向。

完整事件代码

flavor_eng.180 = {
	type = country_event

	title = flavor_eng.180.title
	desc = flavor_eng.180.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = ENG
        tag = GBR
		from = 1628.1.1
		to = 1660.1.1
		monthly_chance = 1
	}

	trigger = {

		owns = location:london

		OR = {
			has_policy = limited_censorship
			has_policy = strict_censorship
			has_policy = de_heretico_comburendo
		}

		modifier:has_a_parliamentary_system = yes
		is_active_parliament = yes

	}
	
	illustration_tags = {
		10 = regular
		10 = interior
	}
	
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		create_character = {
			first_name = name_john
			last_name = Milton
			adm = 30
			dip = 25
			mil = 12
			birth_date = 1608.1.1
			birth_location = location:london
			artist_skill = 0.9
			estate = estate_type:burghers_estate
			artist = writer
			script = eng_john_milton
			save_scope_as = john_milton
		}

	}

	option = {
		name = flavor_eng.180.a
		historical_option = yes

		add_estate_satisfaction = { type = estate_type:clergy_estate
			value = estate_satisfaction_extreme_penalty
		}

		if = {
			limit = {
				NOT = {
					has_policy = limited_censorship
				}
			}
			add_policy = policy:limited_censorship
		}
		else = {
			add_policy = policy:no_censorship
		}

		custom_tooltip = flavor_eng.180.tt1

	}

	option = {
		name = flavor_eng.180.b

		if = {
			limit = { has_policy = strict_censorship }
			add_estate_satisfaction = { type = estate_type:clergy_estate
				value = estate_satisfaction_severe_penalty
			}
			custom_tooltip = flavor_eng.180.tt3
		}

		add_estate_satisfaction = { type = estate_type:nobles_estate
			value = estate_satisfaction_severe_bonus
		}

		hidden_effect = { kill_character_silently = scope:john_milton }

		add_country_modifier = {
			modifier = parliament_influenced
			years = 10
			mode = add_and_extend
		}

		custom_tooltip = flavor_eng.180.tt4

	}

	option = {
	name = flavor_eng.180.c
	trigger= {
		has_policy = de_heretico_comburendo
	}

		character:eng_john_milton ?= {
			kill_character = {
				target = this
				reason = burned_alive
				killer = ruler
			}
		}

		change_societal_value = {
			type = traditionalist_vs_innovative
			value = societal_value_move_to_left
		}

		if = {
			limit = {
				OR = {
					government_type = government_type:republic
					has_variable = concluded_ecw_variable
				}
			}
			add_country_modifier = {
				modifier = parliament_desires_change
				years = 10
				mode = add_and_extend
			}
			custom_tooltip = flavor_eng.180.tt5
		}

		custom_tooltip = flavor_eng.180.tt6

	}

	historical_info = flavor_eng.180.historical_info

}