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.407 黎塞留殖民法令

时间范围:1620.1.1 - 1645.1.1,每月 10% 概率触发

触发条件

  • 国家拥有君主。
  • 国家未处于战争状态。
  • 名为 cardinal_richelieu 的人物存在且存活。
  • 国家拥有 has_colonial_charters(殖民特许状)。

关键效果

  • 选项 A(历史选项)flavor_fra.407.a
    • 获得少量正统性增益。
    • 添加名为 fra_richelieu_colonial_ordinance 的国家修正,持续10年。
    • AI选择概率:75%。
  • 选项 Bflavor_fra.407.b
    • 获得少量稳定度增益。
    • 添加名为 fra_richelieu_ordinance_governors 的国家修正,持续10年。
    • AI选择概率:25%。

背景介绍: 该事件模拟了法国在红衣主教黎塞留(Cardinal Richelieu)主导下,于17世纪20至40年代颁布的殖民法令。黎塞留作为路易十三的首相,致力于强化王权并推动法国的海外扩张。这些法令旨在规范和管理法国的殖民活动,通过中央集权或地方授权的方式,为殖民公司提供法律框架和特权,以对抗西班牙和葡萄牙等国的殖民优势,并促进法国在美洲等地的贸易与定居点发展。

完整事件代码

flavor_fra.407 = { # Ordannaces of 1627 # Ingame, this uses the current year ## Deals with Richeliu Colonial policy
	hide_portraits = yes
	type = country_event
	fire_only_once = yes
 	title = flavor_fra.407.title
 	desc = flavor_fra.407.desc

	dynamic_historical_event = {
		tag = FRA
		from = 1620.1.1
		to = 1645.1.1
		monthly_chance = 10
	}

 	trigger = {
		has_ruler = yes
		at_war = no
		exists = character:cardinal_richelieu
		character:cardinal_richelieu = {
			is_alive = yes
		}
		has_colonial_charters = yes
 	}

	illustration_tags = {
		10 = regular
		10 = interior
	}	

    immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		ruler ?= {
            save_scope_as = fra_ruler
        }
		character:cardinal_richelieu ?= {
			save_scope_as = target_character
		}
	}

 	option = { # This shall aid our Colonial efforts
		name = flavor_fra.407.a
		historical_option = yes
		add_legitimacy = legitimacy_mild_bonus
		add_country_modifier = { modifier = fra_richelieu_colonial_ordinance years = 10 mode = add }
		ai_chance = {
			factor = 0.75
		}
 	}

 	option = { # Adopt the Ordinance, but allow the governors to issue the policy
		name = flavor_fra.407.b
		add_stability = stability_mild_bonus
		add_country_modifier = { modifier = fra_richelieu_ordinance_governors years = 10 mode = add }
		ai_chance = {
			factor = 0.25
		}
 	}
}