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_tre.1 特拉比松的繁荣

时间范围:1370.1.1 - 1395.6.1(每月 1% 概率)

触发条件

  • 拥有特拉比松(Trebizond)地区。
  • 未处于战争状态。
  • 未处于破产状态。

关键效果

  • 选项 A (flavor_tre.1.a) - 历史选项

    • 国库减少 4 金币。
    • 特拉比松地区获得少量发展度提升和微弱繁荣度增益。
  • 选项 B (flavor_tre.1.b)

    • 特拉比松地区获得微弱繁荣度惩罚。

背景介绍: 该事件模拟了特拉比松帝国(TRE)在14世纪后期,于和平时期对其首都特拉比松城进行投资与发展的可能性。作为拜占庭帝国的继承国之一,特拉比松帝国在黑海东南岸维持着繁荣的贸易与文化中心。统治者可以选择投入资源促进城市繁荣,或选择不进行投资。

完整事件代码

flavor_tre.1 = {
	hide_portraits = yes
	type = country_event
	title = flavor_tre.1.title
	desc = flavor_tre.1.desc
	historical_info = flavor_tre.1.historical_info
	fire_only_once = yes
	dynamic_historical_event = {
		tag = TRE
		from = 1370.1.1
		to = 1395.6.1
		monthly_chance = 1
	}
	
	trigger = {
		owns = location:trebizond
		at_war = no
		is_during_bankruptcy = no
	}

	illustration_tags = {
		10 = exterior
		10 = happy
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		ruler_or_regent = { save_scope_as = target_character1 }
		location:trebizond = { save_scope_as = target_location }
	}

	option = {
		name = flavor_tre.1.a
		historical_option = yes

		change_gold_effect = { scale = -4 }
		scope:target_location = { change_development = development_mild_bonus change_prosperity = prosperity_weak_bonus }
	}
	option = {
		name = flavor_tre.1.b
		
		scope:target_location = { change_prosperity = prosperity_weak_penalty }
	}
}