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_byz.35 乔瓦尼·朱斯蒂尼亚尼登场

时间范围:1438.1.1 - 1453.1.1(每月 10% 概率)

触发条件

  • 玩家国家(root)拥有君士坦丁堡(constantinople)地区。
  • 君士坦丁堡地区已建造加拉塔(galata)建筑。

关键效果

  • 选项 A (flavor_byz.35.a)
    • 花费 3 倍基础金额(scale = -3)。
    • 将新创建的人物(乔瓦尼·朱斯蒂尼亚尼)移入玩家国家。
  • 选项 B (flavor_byz.35.b)
    • 放逐新创建的人物。

背景介绍: 乔瓦尼·朱斯蒂尼亚尼是来自热那亚的著名佣兵队长,在拜占庭帝国末期扮演了关键角色。1453年君士坦丁堡围城战中,他率领一支主要由热那亚人组成的部队,负责指挥陆墙的防御,并因其英勇表现而闻名。此事件模拟了他在加拉塔区(热那亚人聚居地)活动期间,被拜占庭帝国招募或拒绝的可能性。

完整事件代码

flavor_byz.35 = { #Giovanni Giustiniani
	type = country_event
	title = flavor_byz.35.title
	desc = flavor_byz.35.desc

	fire_only_once = yes

	illustration_tags = {
		10 = exterior
		10 = armed
	}

	dynamic_historical_event = {
		tag = BYZ
		from = 1438.1.1
		to = 1453.1.1
		monthly_chance = 10
	}

	trigger = {
		location:constantinople.owner = root
		location:constantinople = {
			has_building = building_type:galata
		}
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
		ruler_or_regent ?= {
			save_scope_as = target_character
		}

		location:constantinople = {
			save_scope_as = target_location
		}

		create_character = {
			first_name = name_john
			last_name = giustiniani_dynasty
			culture = culture:ligurian
			birth_location = scope:target_location
			dynasty = dynasty:doria_dynasty
			birth_date = 1418.7.9
			save_scope_as = target_character2
			religion = religion:catholic
			adm = 54
			dip = 79
			mil = 88
			estate = estate_type:burghers_estate
			create_in_limbo = yes
		}
	}

	option = {
		name = flavor_byz.35.a

		change_gold_effect = { scale = -3 }
		scope:target_character2 = { move_country = root }
	}

	option = {
		name = flavor_byz.35.b

		scope:target_character2 = { banish_character = yes }
	}
}