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.41] 克里斯蒂安·沃尔夫

时间范围:1710年1月1日 - 1725年1月1日(每月 2% 概率)

触发条件

  • 国家拥有 wroclaw 地区。
  • 国家拥有统治者。

关键效果

  • 选项 A (历史选项)
    • 花费 2 金币。
    • 将人物“克里斯蒂安·沃尔夫”移动至本国。
    • 获得少量研究进度加成。
    • 教士阶层满意度大幅下降。
  • 选项 B
    • 教士阶层满意度小幅上升。
    • (隐藏效果)无声地杀死人物“克里斯蒂安·沃尔夫”。

背景介绍: 克里斯蒂安·沃尔夫是18世纪早期一位有影响力的德国哲学家和数学家,出生于布雷斯劳(今波兰弗罗茨瓦夫)。他的思想连接了莱布尼茨的哲学与后来的启蒙运动,对普鲁士的学术发展产生了重要影响。该事件模拟了普鲁士或勃兰登堡吸引这位重要学者,并可能因此引发与保守教士阶层冲突的历史可能性。

完整事件代码

flavor_brapru.41 = { #Christian Wolff
	type = country_event
	title = flavor_brapru.41.title
	desc = flavor_brapru.41.desc
	image = "gfx/interface/illustrations/institutions/enlightenment.dds"

	fire_only_once = yes

	dynamic_historical_event = {
		tag = BRA
		tag = PRU
		from = 1710.1.1
		to = 1725.1.1
		monthly_chance = 2
	}

	illustration_tags = {
		10 = regular
		10 = interior
	}

	trigger = {
		owns = location:wroclaw
		has_ruler = yes
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
		create_character = {
			first_name = name_christian
			last_name = Wolff
			birth_date = 1679.1.24
			birth_location = location:wroclaw
			estate = estate_type:burghers_estate
			artist_skill = { 0.7 0.85 }
			artist = philosopher
			save_scope_as = target_character
			create_in_limbo = yes
		}
	}

	option = {
		name = flavor_brapru.41.a
		historical_option = yes
		change_gold_effect = { scale = -2 }
		scope:target_character = {
			move_country = root
		}
		add_research_progress = research_progress_mild_bonus
		add_estate_satisfaction = { type = estate_type:clergy_estate
			value = estate_satisfaction_severe_penalty
		}
	}

	option = {
		name = flavor_brapru.41.b
		add_estate_satisfaction = { type = estate_type:clergy_estate
			value = estate_satisfaction_mild_bonus
		}
		hidden_effect = {
   			kill_character_silently = scope:target_character
  		}
	}
}