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.37 亚历山大·冯·洪堡登场

时间范围:1805.1.1 - 1835.1.1 (每月 2% 概率)

触发条件

  • 控制柏林地区 (owns = location:berlin)

关键效果

  • 选项 A (历史选项)
    • 花费少量金钱 (change_gold_effect = { scale = -2 })
    • 亚历山大·冯·洪堡加入我国 (scope:target_character = { move_country = root })
    • 获得少量研究进度 (add_research_progress = research_progress_weak_bonus)
  • 选项 B
    • 损失少量威望 (add_prestige = prestige_weak_penalty)
    • 亚历山大·冯·洪堡被秘密处决 (kill_character_silently = scope:target_character)

背景介绍: 亚历山大·冯·洪堡是普鲁士著名的博物学家、地理学家和探险家,被誉为现代地理学之父之一。他于1769年出生于柏林,其广泛的科学考察和对自然世界的系统性研究对19世纪的科学界产生了深远影响。此事件模拟了这位杰出的科学家在普鲁士或巴西(基于事件标签)登场,为国家带来科学进步的可能性。

完整事件代码

flavor_brapru.37 = { #Alexander von Humboldt
	type = country_event
	title = flavor_brapru.37.title
	desc = flavor_brapru.37.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = BRA
		tag = PRU
		from = 1805.1.1
		to = 1835.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_alexander
			last_name = von_humboldt
			birth_date = 1769.9.14
			birth_location = location:berlin
			estate = estate_type:nobles_estate
			artist_skill = { 0.8 0.95 }
			artist = scientist
			save_scope_as = target_character
			script = bra_humbolt
			create_in_limbo = yes
		}
	}

	option = {
		name = flavor_brapru.37.a
		historical_option = yes
		change_gold_effect = { scale = -2 }
		scope:target_character = {
			move_country = root
		}
		add_research_progress = research_progress_weak_bonus
	}

	option = {
		name = flavor_brapru.37.b
		add_prestige = prestige_weak_penalty
		hidden_effect = {
   			kill_character_silently = scope:target_character
  		}
	}
}