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_pue.103] 永恒之地

时间范围

1337.1.1 - 1737.1.1,每月 3% 概率触发。

触发条件

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

关键效果

选项:阿库的位置独一无二

  • 获得巨量威望。
  • aaku 地区的等级提升至 城镇
  • aaku 地区添加名为 pue_the_sky_city 的修正,持续时间为 永久

背景介绍

该事件描述了位于阿库地区的一个独特定居点,其地理位置得天独厚,被视为一个永恒的存在。当符合条件的国家在和平时期控制该地时,有机会将其发展为一个重要的城镇中心,并获得“天空之城”的美誉,从而为国家带来显著的声望。

完整事件代码

flavor_pue.103 = { # Place That Always Was
	type = country_event
	title = flavor_pue.103.title
	desc = flavor_pue.103.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = ACO
		tag = TEY
		tag = ISL
		tag = KER
		tag = TST
		tag = TNN
		tag = OHK
		tag = TAO
		from = 1337.1.1
		to = 1737.1.1
		monthly_chance = 3
	}

	trigger = {
		has_ruler = yes
		owns = location:aaku
		at_war = no
	}
	
	illustration_tags = {
        10 = regular
        10 = exterior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:peasants_estate background = estate_type:peasants_estate }
		ruler ?= {
            save_scope_as = our_ruler
        }	
	}	
	
	option = { # Aak'u position is one of a kind
		name = flavor_pue.103.a
		add_prestige = prestige_ultimate_bonus
		location:aaku = {
			change_location_rank_effect = { location_rank = location_rank:town }
			add_location_modifier = {
				modifier = pue_the_sky_city
				years = -1
				mode = add
			}
		}	
	}
}