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_fra.440 沃邦的理想

时间范围:1665.1.1 - 1726.1.1,每月 10% 概率触发

触发条件

  • 国家拥有统治者。
  • 国家未处于战争状态。

关键效果

  • 选项 A:让沃邦为工程学铺路!
    • 历史选项:是
    • 效果:将创建的“沃邦”角色移至法国(FRA),并为其添加持续25年的角色修正 vauban_engineering
    • AI选择权重:90%
  • 选项 B:我们不需要他
    • 效果:获得少量正统性加成,并将创建的“沃邦”角色移至本国。
    • AI选择权重:10%

背景介绍: 该事件模拟了法国军事工程师塞巴斯蒂安·勒普雷斯特雷·德·沃邦(Sébastien Le Prestre de Vauban)的登场。沃邦是路易十四时期著名的军事工程师,以其设计的星形要塞和攻城战术而闻名,对近代军事工程学产生了深远影响。事件发生在他职业生涯的黄金时期,反映了法国在和平时期吸纳顶尖军事人才、强化国防建设的可能选择。

完整事件代码

flavor_fra.440 = { # Vauban ideals
	type = country_event
	fire_only_once = yes
 	title = flavor_fra.440.title
 	desc = flavor_fra.440.desc

	dynamic_historical_event = {
		tag = FRA
		from = 1665.1.1
		to = 1726.1.1
		monthly_chance = 10
	}

 	trigger = {
		has_ruler = yes
		at_war = no
 	}

	illustration_tags = {
		10 = regular
		10 = exterior
	}

    immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:soldiers background = pop_type:soldiers }
		ruler ?= {
            save_scope_as = fra_ruler
        }
		create_character = {
			first_name = name_sebastian
			last_name = la_prestre
			adm = 68
			dip = 62
			mil = 80
			culture = culture:french
			birth_location = location:luxeuil
			religion = religion:catholic
			birth_date = 1633.5.13
			estate = estate_type:nobles_estate
			script = vauban
			save_scope_as = target_character
			create_in_limbo = yes
		}
	}

 	option = { # Let Vauban pave the way for engineering!
		name = flavor_fra.440.a
		historical_option = yes
		scope:target_character = {
			move_country = c:FRA
            add_character_modifier = {
                modifier = vauban_engineering
                years = 25
                mode = add
            }
		}
		ai_chance = {
			factor = 0.9
		}
 	}

 	option = { # We do not need him
		name = flavor_fra.440.b
		add_legitimacy = legitimacy_mild_bonus
		scope:target_character = { move_country = root }
		ai_chance = {
			factor = 0.1
		}
 	}

}