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_gen.17 科西嘉独立运动

时间范围:1362.1.1 - 1401.1.1 (每月 5% 概率)

触发条件

  • 国家拥有科西嘉地区 (owns_corsica = yes)

关键效果

  • 历史选项 (Grant him the Maona di Corsica)
    • 在普蒙特省 (pumonte_province) 和奇斯蒙特省 (cismonte_province) 中,所有玩家拥有的地块:
      • 控制度下降 (change_control = control_radical_penalty)。
      • 所有属于玩家且文化为科西嘉 (culture:corsican) 的人口:
        • 增加人口满意度 (add_pop_satisfaction = pop_satisfaction_radical_bonus)。
        • 改变人口效忠对象为科西嘉独立战士 (change_pop_allegiance = scope:corsican_independence_fighter)。
  • 选项 (Fight him off!)
    • 人物阿尔里戈·德拉·罗卡 (arrigo_della_rocca) 改变效忠对象为科西嘉独立战士 (change_character_allegiance = scope:corsican_independence_fighter)。
    • 在科西嘉所有玩家拥有的地块中,所有属于玩家、文化为科西嘉且人口类型为贵族 (pop_type:nobles) 的人口:
      • 人口满意度大幅下降 (add_pop_satisfaction = pop_satisfaction_ultimate_penalty)。
      • 改变人口效忠对象为科西嘉独立战士 (change_pop_allegiance = scope:corsican_independence_fighter)。

背景介绍: 14世纪中后期,热那亚共和国控制下的科西嘉岛局势动荡。当地贵族阿尔里戈·德拉·罗卡领导了一场争取独立的运动,挑战热那亚的统治。热那亚当局面临选择:是承认并授予其一定的自治权以缓和矛盾,还是坚决镇压这场由本土精英领导的叛乱。

完整事件代码

flavor_gen.17 = {
	type = country_event
	fire_only_once = yes
	title = flavor_gen.17.title
	desc = flavor_gen.17.desc
	dynamic_historical_event = {
		tag = GEN
		from = 1362.1.1
		to = 1401.1.1
		monthly_chance = 5
	}
	trigger = {
		owns_corsica = yes
	}
	illustration_tags = {
		10 = regular
		10 = interior
	}
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		create_character = {
			first_name = name_henry
			dynasty = dynasty:della_rocca_dynasty
			estate = estate_type:nobles_estate
			adm = 45
			dip = 60
			mil = 70
			birth_date = 1340.1.1
			birth_location = location:cairo_montenotte
			save_scope_as = arrigo_della_rocca
		}
		create_corsican_rebels = yes
	}
	#Grant him the Maona di Corsica
	option = {
		name = flavor_gen.17.a
		historical_option = yes
		province_definition:pumonte_province = {
			every_location_in_province_definition = {
				limit = {
					owner ?= root
				}
				change_control = control_radical_penalty
				every_pop = {
					limit = {
						owner = root
						culture = culture:corsican
					}
					add_pop_satisfaction = pop_satisfaction_radical_bonus
					change_pop_allegiance = scope:corsican_independence_fighter
				}
			}
		}
		province_definition:cismonte_province = {
			every_location_in_province_definition = {
				limit = {
					owner ?= root
				}
				change_control = control_radical_penalty
				every_pop = {
					limit = {
						owner = root
						culture = culture:corsican
					}
					add_pop_satisfaction = pop_satisfaction_radical_bonus
					change_pop_allegiance = scope:corsican_independence_fighter
				}
			}
		}
	}
	#Fight him off!
	option = {
		name = flavor_gen.17.b
		scope:arrigo_della_rocca = {
			change_character_allegiance = scope:corsican_independence_fighter
		}
		custom_tooltip = {
			text = arrigo_della_rocca_support_nobles_joining
			every_owned_location = {
				limit = {
					is_corsica = yes
				}
				every_pop = {
					limit = {
						owner = root
						culture = culture:corsican
						pop_type = pop_type:nobles
					}
					add_pop_satisfaction = pop_satisfaction_ultimate_penalty
					change_pop_allegiance = scope:corsican_independence_fighter
				}
			}
		}
	}
}