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_iro.10 杰贡萨瑟的故事,万国之母

时间范围:1337.1.1 - 1437.1.1(每月 8% 概率)

触发条件

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

关键效果

  • 选项 A:我们联盟的重要奠基人(历史选项)
    • 增加大量部落凝聚力。
    • 增加大量文化影响力。
    • 在首都创建一件艺术作品:
      • 艺术家:本事件生成的角色。
      • 品质:60。
      • 类型:口述传统。
      • 标识:traditions_of_jigonsaseh

背景介绍: 该事件模拟了易洛魁联盟早期历史中,杰贡萨瑟作为一位重要的女性领袖和文化奠基人的传说。在联盟形成前的和平时期,一位杰出的故事讲述者(艺术家)出现,其讲述的关于杰贡萨瑟的传统故事,极大地增强了部落间的凝聚力与文化认同,为后续的政治联合奠定了精神与文化基础。

完整事件代码

flavor_iro.10 = { # Tale of Jigonsaseh, Mother of Nations
	type = country_event
	title = flavor_iro.10.title
	desc = flavor_iro.10.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = KKA
		tag = ONY
		tag = ONO
		tag = GYO
		tag = ONN
		from = 1337.1.1
		to = 1437.1.1
		monthly_chance = 8
	}

	trigger = {
		has_ruler = yes
		at_war = no
	}
	
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
		ruler ?= {
            save_scope_as = our_ruler
        }	
		create_character = {
			adm = { 50 60 }
			dip = { 50 55 }
			mil = { 45 60 }
			min_age = 45
			estate = estate_type:peasants_estate
			artist = storyteller
			save_scope_as = target_character
			artist_skill = { 0.5 0.6 }			
		}						
	}	
	
	illustration_tags = {
		10 = regular
		10 = interior
	}	

	option = { # A important founder of our confederation
		name = flavor_iro.10.a	
		historical_option = yes
		add_tribal_cohesion = tribal_cohesion_severe_bonus
		culture = {
			add_cultural_influence = cultural_influence_severe_bonus
		}		
		capital = {
			create_art = {
				artist = scope:target_character
				quality = 60
				type = work_of_art_type:oral_traditions
				key = traditions_of_jigonsaseh
			}
		}		
	}
}