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_brapru.40 安娜·多萝西娅·特尔布施登场

时间范围

1750.1.1 - 1765.1.1,每月有 2% 的概率触发。

触发条件

  • 国家拥有柏林(location:berlin)地区。

关键效果

选项 A:flavor_brapru.40.a

  • 历史选项:是
  • 效果:
    • 国库减少 2 金币。
    • 将事件创建的角色(安娜·多萝西娅·特尔布施)移动到本国。
    • 社会价值观向 创新(innovative) 方向移动。

选项 B:flavor_brapru.40.b

  • 效果:
    • 社会价值观向 传统(traditionalist) 方向移动。
    • 隐藏效果:静默处决事件创建的角色(安娜·多萝西娅·特尔布施)。

背景介绍

此事件模拟了普鲁士画家安娜·多萝西娅·特尔布施(1721-1782)的登场。她出生于柏林,是启蒙运动时期一位重要的女性艺术家。事件反映了普鲁士宫廷对艺术家的资助选择,以及这种选择对国家文化氛围(社会价值观)的影响。选择资助她(选项A)会推动社会向更创新的方向发展,而拒绝(选项B)则可能强化传统价值观。

完整事件代码

flavor_brapru.40 = { #Anna Dorothea Therbusch
	type = country_event
	title = flavor_brapru.40.title
	desc = flavor_brapru.40.desc
	image = "gfx/interface/illustrations/institutions/enlightenment.dds"

	fire_only_once = yes

	dynamic_historical_event = {
		tag = BRA
		tag = PRU
		from = 1750.1.1
		to = 1765.1.1
		monthly_chance = 2
	}

	illustration_tags = {
		10 = regular
		10 = interior
	}

	trigger = {
		owns = location:berlin
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		create_character = {
			first_name = name_anna.name_dorothy
			last_name = Therbusch
			birth_date = 1721.7.23
			birth_location = location:berlin
			estate = estate_type:burghers_estate
			female = yes
			artist_skill = { 0.7 0.85 }
			artist = painter
			save_scope_as = target_character
			create_in_limbo = yes
		}
	}

	option = {
		name = flavor_brapru.40.a
		historical_option = yes
		change_gold_effect = { scale = -2 }
		scope:target_character = {
			move_country = root
		}
		change_societal_value = { type = traditionalist_vs_innovative value = societal_value_move_to_right }
	}

	option = {
		name = flavor_brapru.40.b
		change_societal_value = { type = traditionalist_vs_innovative value = societal_value_move_to_left }
		hidden_effect = {
   			kill_character_silently = scope:target_character
  		}
	}
}