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_rus.57 莫斯科剧院垄断与迈克尔·马多克斯的邀请

时间范围:1766.1.1 - 1800.1.1(每月 5% 概率)

触发条件

  • 玩家(俄罗斯)同时拥有并控制莫斯科地区。
  • 莫斯科地区已建造剧院建筑。
  • 国家的“外向与内向”社会价值观小于 -10。

关键效果

  • 选项 A(历史选项)
    • 授予莫斯科地区为期50年的“剧院垄断”修正(模式为叠加与延长)。
    • 将新创建的人物迈克尔·马多克斯(Michael Maddox)移居至俄罗斯。
  • 选项 B
    • 拒绝邀请,迈克尔·马多克斯将被无声地移除。
    • 国家文化获得“轻微负面影响”的文化影响修正。
    • 显示自定义提示文本 flavor_rus.57.tt2

背景介绍: 此事件模拟了18世纪下半叶俄罗斯帝国在文化领域,特别是戏剧艺术方面的一次关键发展。随着社会价值观逐渐转向内向,且莫斯科作为帝国中心已建立起剧院,俄罗斯政府面临是否引入外国专业人才以推动本土艺术发展的抉择。事件核心围绕英国艺术家迈克尔·马多克斯的邀请展开,他的到来与莫斯科剧院垄断权的授予,深刻影响了俄罗斯帝国后续数十年的戏剧艺术格局与文化政策。

完整事件代码

flavor_rus.57 = {
	type = country_event
	title = flavor_rus.57.title
	desc = flavor_rus.57.desc

	fire_only_once = yes
	
	dynamic_historical_event = {
		tag = RUS
		from = 1766.1.1
		to = 1800.1.1
		monthly_chance = 5
	}

	trigger = {

		location:moscow = {
			controller = root
			owner = root
			has_building = building_type:theater
		}
		societal_value:outward_vs_inward < -10
	}

	illustration_tags = {
        10 = regular
        10 = exterior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		create_character = {
			first_name = name_michael
			last_name = Maddox
			estate = estate_type:burghers_estate
			adm = 32
			dip = 42
			mil = 18
			birth_date = 1747.1.1
			birth_location = location:london
			artist_skill = 0.82
			artist = composer
			save_scope_as = michael_maddox
			script = rus_michael_maddox
			create_in_limbo = yes
		}

		location:london = {
			save_scope_as = target_location
		}
	}

	option = {
		name = flavor_rus.57.a
		historical_option = yes

		location:moscow = {
			add_location_modifier = {
				modifier = theatrical_monopoly_granted
				years = 50
				mode = add_and_extend
			}
		}

		scope:michael_maddox = { move_country = root }

		ai_chance = {
			factor = 1
		}
	}

	option = {
		name = flavor_rus.57.b

		hidden_effect = { kill_character_silently = scope:michael_maddox }

		culture = {
			add_cultural_influence = cultural_influence_mild_penalty
		}

		custom_tooltip = flavor_rus.57.tt2

		ai_chance = {
			factor = 0.5
		}
	}

	historical_info = flavor_rus.57.historical_info
}