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.175 圣保罗大教堂的重建

时间范围

1667.1.1 - 1700.1.1(每月 5% 概率)

触发条件

  • 人物 eng_christopher_wren(克里斯托弗·雷恩)存活且拥有特质 prominent(杰出人物)。
  • 地区 london(伦敦)的所有者和控制者均为触发国。

关键效果

选项 A:flavor_eng.175.a

  • 历史选项:是
  • 效果:
    • 国库减少 6 金币。
    • 在伦敦地区创建一件艺术品:
      • 类型:work_of_art_type:monument(纪念碑)
      • 关键标识:st_pauls
      • 质量:90
      • 艺术家:克里斯托弗·雷恩
    • 伦敦市场添加一个持续 120 个月的临时需求:demand:st_pauls_construction(圣保罗大教堂建设需求)。
    • 克里斯托弗·雷恩的艺术家技能增加 0.03。
    • 教士阶层满意度获得 estate_satisfaction_severe_bonus(大幅增益)。
    • 显示自定义提示:flavor_eng.175.tt1

选项 B:flavor_eng.175.b

  • 效果:
    • 获得 prestige_weak_bonus(少量威望增益)。
    • 教士阶层满意度受到 estate_satisfaction_severe_penalty(大幅减益)。
    • 显示自定义提示:flavor_eng.175.tt2

背景介绍

1666年伦敦大火后,城市重建成为当务之急。作为杰出的建筑师和科学家,克里斯托弗·雷恩被委以重任,设计并监督包括圣保罗大教堂在内的众多重要建筑的修复与新建工作。这一事件反映了国家在重大灾难后,如何通过投资标志性建筑来恢复城市面貌、提振民心,并巩固宗教阶层的支持。

完整事件代码

flavor_eng.175 = {
	type = country_event

	fire_only_once = yes

	title = flavor_eng.175.title
	desc = {
		first_valid = {
			triggered_desc = {
				trigger = {
					has_variable = great_fire_of_london
				}
				desc = flavor_eng.175.desc_great_fire
			}
			triggered_desc = {
				trigger = { always = yes }
				desc = flavor_eng.175.desc
			}
		}
	}

	dynamic_historical_event = {
		tag = ENG
        tag = GBR
		from = 1667.1.1
		to = 1700.1.1
		monthly_chance = 5
	}

	trigger = {

		character:eng_christopher_wren ?= { is_alive = yes has_trait = prominent }

		location:london = {
			owner = root
			controller = root
		}

	}

	illustration_tags = {
		10 = happy
		10 = exterior
	}
	
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
		location:london = { save_scope_as = target_location }

		character:eng_christopher_wren ?= { save_scope_as = christopher_wren }

	}

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

		change_gold_effect = { scale = -6 }

		location:london = {
			create_art = {
				quality = 90
				artist = scope:christopher_wren
				type = work_of_art_type:monument
				key = st_pauls
			}
			market = {
				add_temporary_demand = {
					type = demand:st_pauls_construction
					months = 120
				}
			}
		}

		scope:christopher_wren = {
			add_artist_skill = 0.03
		}

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

		custom_tooltip = flavor_eng.175.tt1

	}

	option = {
		name = flavor_eng.175.b

		add_prestige = prestige_weak_bonus

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

		custom_tooltip = flavor_eng.175.tt2


	}

	historical_info = flavor_eng.175.historical_info

}