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_tur.184 君士坦丁堡的公共猫

时间范围

1500.1.1 - 1821.1.1,每月有 3% 的概率触发。

触发条件

  • 国家宗教属于 穆斯林宗教组
  • 首都位于 君士坦丁堡

关键效果

选项: flavor_tur.184.a

  • 效果:
    • 在君士坦丁堡,所有属于本国的人口获得 轻微满意度加成
    • 为君士坦丁堡添加一个名为 tur_public_cats 的地点修正,持续 15 年。

背景介绍

在奥斯曼帝国统治时期,君士坦丁堡(伊斯坦布尔)以其独特的城市文化和社会治理闻名。其中,城市中大量自由活动的猫不仅被视为城市生态的一部分,有时也被赋予一定的社会与文化意义,甚至可能成为统治者展现仁慈、维系民众满意度的一种象征性举措。此事件反映了帝国首都管理中一个颇具特色的侧面。

完整事件代码

flavor_tur.184 = {
	type = country_event
	title = flavor_tur.184.title
	desc = flavor_tur.184.desc
	historical_info = flavor_tur.184.historical_info

	dynamic_historical_event = {
		tag = TUR
		from = 1500.1.1
		to = 1821.1.1
		monthly_chance = 3
	}

	fire_only_once = yes

	trigger = {
		religion.group = religion_group:muslim
		capital ?= location:constantinople
	}

	immediate = {
		ruler_or_regent ?= {
			save_scope_as = target_character
		}

		location:constantinople = {
			save_scope_as = target_location
		}
	}

	option = {
		name = flavor_tur.184.a

		custom_tooltip = {
			text = tur_all_pops_in_constantinople_gain_satisfaction
			scope:target_location = {
				every_pop = {
					limit = { owner = root }
					add_pop_satisfaction = pop_satisfaction_mild_bonus
				}
			}
		}

		scope:target_location = {
			add_location_modifier = {
				modifier = tur_public_cats
				years = 15
			}
		}
	}
}