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_nrm.1 日益增长的不忠

时间范围:1376.1.1 - 1402.1.1,每月 20% 概率触发

触发条件

  • 国家 ENG(英格兰)存在。
  • 国家 FRA(法兰西):
    • 拥有统治者。
    • 满足以下条件之一:
      • ENG 为宿敌。
      • ENGFRA 为宿敌,并且 ENG 是一个独立或自治的附属国。
  • 事件触发国是 FRA 的附属国。
  • 名为 hundred_years_war 的局势处于活跃状态。

关键效果

  • 选项 A(历史选项):
    • 为事件触发国添加一个名为 fra_nrm_seeking_support_abroad 的国家修正,持续 8 年。
    • 为事件触发国设置变量 norman_lords_revolt
    • 如果 FRA 存在,则:
      • FRA 设置变量 norman_lords_disloyal
      • 非静默地触发事件 flavor_fra.1175
    • 显示自定义提示 flavor_fra_nrm_tt

背景介绍: 在百年战争期间,作为法兰西附属国的诺曼底,其领主们对法王的忠诚度因战争局势、英法两国的敌对关系以及自身利益而动摇。随着英格兰的持续威胁和法兰西内部可能的动荡,诺曼底贵族开始寻求外部支持,其不忠行为日益增长,为地区政治增添了不稳定因素。

完整事件代码

flavor_fra_nrm.1 = { # Growing Disloyalty
	type = country_event
	title = flavor_fra_nrm.1.title
	desc = flavor_fra_nrm.1.desc


	fire_only_once = yes
	dynamic_historical_event = {
		tag = NRM
		from = 1376.1.1
		to = 1402.1.1
		monthly_chance = 20
	}


	trigger = {
		country_exists = c:ENG
		c:FRA ?= {
			has_ruler = yes
			OR = {
				is_rival_of = c:ENG
				c:ENG = {
					is_rival_of = c:FRA		
					is_independent_or_autonomous_subject = yes	
				}			
			}				
		}	
		is_subject_of = c:FRA		
		is_situation_active = situation:hundred_years_war			
	}
	
	immediate = {
        c:FRA = {
			save_scope_as = french_nation
            ruler ?= {
                save_scope_as = fra_ruler
            }
        }
		root = {
			save_scope_as = norman_nation
		}
	}	
	
	illustration_tags = {
		10 = regular
		10 = interior
	}	


	option = {
		name = flavor_fra_nrm.1.a	
		historical_option = yes
		add_country_modifier = { modifier = fra_nrm_seeking_support_abroad years = 8 mode = add } 
		set_variable = norman_lords_revolt
		c:FRA ?= {
       		set_variable = norman_lords_disloyal 
			trigger_event_non_silently = flavor_fra.1175			
		}		
		custom_tooltip = flavor_fra_nrm_tt
	}
}