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.13] 海华沙的传说

时间范围
1337.1.1 - 1437.1.1
每月 10% 概率触发

触发条件

  • 国家拥有统治者(has_ruler = yes

关键效果

  • 选项:我们最重要的祖先之一(历史选项)
    • 增加部落凝聚力(tribal_cohesion_mild_bonus
    • 增加稳定度(stability_mild_bonus
    • 在首都创建一件艺术作品:
      • 艺术家:事件生成的角色
      • 品质:60
      • 类型:口述传统(work_of_art_type:oral_traditions
      • 关键标识:the_tragedy_of_hiawatha

背景介绍
该事件模拟了易洛魁联盟(或相关部落)中关于海华沙传说的形成与传播。海华沙是易洛魁传统文化中的核心人物,常被视为联盟的建立者或重要的精神领袖。在14至15世纪,他的故事通过口述传统逐渐系统化,成为凝聚部落认同、传承历史与价值观的重要载体。事件中通过创建“口述传统”类艺术作品,反映了这一文化记忆被正式记录并制度化的过程。

完整事件代码

flavor_iro.13 = { # The Legend of Hiawatha
	type = country_event
	title = flavor_iro.13.title
	desc = flavor_iro.13.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 = 10
	}

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

	option = { # One of our most important Ancestors
		name = flavor_iro.13.a	
		historical_option = yes
		add_tribal_cohesion = tribal_cohesion_mild_bonus
		add_stability = stability_mild_bonus
		capital = {
			create_art = {
				artist = scope:target_character
				quality = 60
				type = work_of_art_type:oral_traditions
				key = the_tragedy_of_hiawatha
			}
		}								
	}
}