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_mlo.44 达·维尔梅家族登场

时间范围:1369.1.1 - 1400.1.1(每月 10% 概率触发)

触发条件

  • 国家处于 peaceful_and_rich 状态。

关键效果

  • 选项 A (flavor_mlo.44.a) [历史选项]
    • 将创建的人物 mlo_dal_verme_scope 移动至本国。
    • 减少相当于 3 倍规模的金币。
    • 社会价值观 aristocracy_vs_plutocracy 向左(贵族方向)小幅移动。
  • 选项 B (flavor_mlo.44.b)
    • 获得少量威望 (prestige_mild_bonus)。
    • (隐藏效果)静默杀死人物 mlo_dal_verme_scope,原因为“消失”。

背景介绍: 该事件模拟了14世纪下半叶,在米兰公国和平繁荣的时期,来自维罗纳的达·维尔梅家族(Dal Verme)登上历史舞台的过程。该家族以其军事才能著称,其成员常作为雇佣兵队长(Condottieri)服务于意大利诸邦。事件反映了当时意大利城邦通过吸纳外部军事精英来增强自身实力的常见做法。

完整事件代码

flavor_mlo.44 = {
	type = country_event
	title = flavor_mlo.44.title
	desc = flavor_mlo.44.desc
	historical_info = flavor_mlo.44.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = MLO
		from = 1369.1.1
		to = 1400.1.1
		monthly_chance = 10
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	trigger = { peaceful_and_rich = yes }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		hidden_effect = {
			if = {
				limit = {
					NOT = {
						dynasty_exists = dal_verme_dynasty
					}
				}
				location:verona = { create_dynasty_from_location = dal_verme_dynasty }
			}
		}
		create_character = {
			first_name = name_james
			dynasty = dynasty:dal_verme_dynasty
			adm = {
				40 60
			}
			dip = {
				50 60
			}
			mil = {
				85 95
			}
			estate = estate_type:nobles_estate
			birth_date = 1350.5.3
			birth_location = location:verona
			create_in_limbo = yes
			save_scope_as = mlo_dal_verme_scope
		}
	}

	option = {
		name = flavor_mlo.44.a

		historical_option = yes

		scope:mlo_dal_verme_scope = {
			move_country = ROOT
		}
		change_gold_effect = { scale = -3 }
		change_societal_value = {
			type = aristocracy_vs_plutocracy
			value = societal_value_minor_move_to_left
		}
	}

	option = {
		name = flavor_mlo.44.b

		add_prestige = prestige_mild_bonus
		hidden_effect = {
			kill_character_silently = {
				target = scope:mlo_dal_verme_scope
				reason = vanished
			}
		}
	}
}