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_eng.92 英格兰对拜占庭的援助

时间范围

1400.1.1 - 1650.1.1,每月有 5% 的概率触发。

触发条件

  • 国家 拜占庭 (BYZ) 必须存在。
  • 拜占庭必须拥有 君士坦丁堡 (constantinople) 地区。
  • 拜占庭必须与 奥斯曼 (TUR) 处于 停战战争 状态。
  • 拜占庭必须拥有变量 western_tour
  • 拜占庭的 大国分数 必须低于奥斯曼。
  • 君士坦丁堡 地区必须有一个相邻地区的所有者为奥斯曼。

关键效果

选项 A:提供援助(历史选项)

  • 名称: flavor_eng.92.a
  • 历史选项:
  • 效果:
    • 英格兰损失 6 金币。
    • 拜占庭对英格兰获得 opinion_money_sent 好感度修正。
    • 英格兰获得 prestige_mild_bonus 声望奖励。
    • 英格兰设置变量 donated_to_byzantium1
    • 隐藏效果: 拜占庭立即(0天后)静默触发事件 flavor_byz.10

选项 B:拒绝请求

  • 名称: flavor_eng.92.b
  • 效果:
    • 拜占庭对英格兰获得 opinion_no_money 好感度修正。
    • 英格兰获得 prestige_mild_penalty 声望惩罚。

背景介绍

在15至17世纪,随着奥斯曼帝国的崛起和不断扩张,东罗马帝国(拜占庭)的生存空间被严重挤压,其首都君士坦丁堡多次面临被围困或入侵的威胁。作为西欧的基督教王国之一,英格兰面临着是否向这个同属基督教世界但已衰落的东方兄弟伸出援手的外交抉择。提供资金援助既能彰显英格兰的虔诚与大国担当,也可能在东方获得一个潜在的盟友;而拒绝请求则能节省国库开支,但可能损害其国际声誉和宗教形象。

完整事件代码

flavor_eng.92 = {
	hide_portraits = yes
	type = country_event

	title = flavor_eng.92.title
	desc = flavor_eng.92.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = ENG
        tag = GBR
		from = 1400.1.1
		to = 1650.1.1
		monthly_chance = 5
	}

	trigger = {

		country_exists = c:BYZ
		c:BYZ = {
			owns = location:constantinople
			OR = { has_truce_with = c:TUR is_at_war_with = c:TUR }
			has_variable = western_tour
			great_power_score < c:TUR.great_power_score
		}
		location:constantinople = {
			any_neighbor_location = { owner = c:TUR }
		}

	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
		c:BYZ = {
			ruler = { save_scope_as = target_character }
		}

		location:constantinople = { save_scope_as = target_province }

	}

	option = {
		historical_option = yes
		name = flavor_eng.92.a

		change_gold_effect = { scale = -6 }

		c:BYZ = {
			add_opinion = {
				target = root
				modifier = opinion_money_sent
			}
		}

		add_prestige = prestige_mild_bonus

		root = {
			set_variable = {
				name = donated_to_byzantium
				value = 1
			}
		}

		hidden_effect = {
			c:BYZ = {
				trigger_event_silently = { id = flavor_byz.10 days = 0 }
			}
		}

	}

	option = {
		name = flavor_eng.92.b

		c:BYZ = {
			add_opinion = {
				target = root
				modifier = opinion_no_money
			}
		}

		add_prestige = prestige_mild_penalty

	}

	historical_info = flavor_eng.92.historical_info

}