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.107 开罗的咖啡

时间范围:1537.1.1 - 1737.1.1,每月 5% 概率触发

触发条件

  • 国家宗教属于穆斯林宗教组。
  • 拥有开罗地区。
  • 开罗地区的市场满足以下所有条件:
    • 正在生产或交易商品“咖啡”。
    • 没有临时的“咖啡热潮已发生”需求。
    • 没有“咖啡屋骚乱”地区修正。
  • 首都市场没有临时的“咖啡热潮已发生”需求。

关键效果

  • 选项 A (历史选项)
    • 花费 1 金币。
    • 如果开罗地区不是首都,则在首都市场添加持续 48 个月的临时需求“咖啡热潮已发生”。
    • 在开罗地区市场添加持续 48 个月的临时需求“咖啡热潮已发生”。
    • 开罗地区获得“微弱繁荣度加成”。
    • 开罗地区规模最大的市民阶层人口获得“微弱人口满意度加成”。
  • 选项 B
    • 社会价值观“神秘主义 vs 法学”向右侧(法学方向)移动“微小幅度”。
    • 开罗地区获得持续 10 年的地区修正“不满的商人”(效果为叠加并延长持续时间)。
    • 开罗地区规模最大的市民阶层人口获得“严重人口满意度惩罚”。

背景介绍: 在16至18世纪,咖啡作为一种新兴的饮品和贸易商品,从阿拉伯半岛传播至奥斯曼帝国。开罗作为帝国的重要城市和贸易枢纽,成为了咖啡贸易和消费的中心之一。咖啡屋的兴起不仅改变了社会生活方式,也带来了新的经济机遇和社会影响。本事件模拟了奥斯曼帝国统治者面对咖啡这一新兴事物时,是选择支持其发展以促进经济繁荣,还是出于传统或社会控制考虑而加以限制的决策。

完整事件代码

flavor_tur.107 = { #The Coffee of Cairo
	type = country_event
	title = flavor_tur.107.title
	desc = flavor_tur.107.desc

	historical_info = flavor_tur.107.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = TUR
		from = 1537.1.1
		to = 1737.1.1
		monthly_chance = 5
	}

	trigger = {

		religion.group = religion_group:muslim

		owns = location:cairo
		location:cairo = {
			market ?= {
				OR = {
					is_produced_in_market = goods:coffee
					is_traded_in_market = goods:coffee
				}
				NOT = { has_temporary_demand = demand:coffee_boom_happened }
			}

			NOT = {
				has_location_modifier = coffee_house_turmoil
			}
		}
		capital.market ?= {
			NOT = { has_temporary_demand = demand:coffee_boom_happened }
		}
	}

	immediate = {

		location:cairo = {
			save_scope_as = coffee_capital
			ordered_pop = {
				limit = {
					owner = root
					pop_type = pop_type:burghers
				}
				order_by = pop_size
				max = 1
				check_range_bounds = no
				save_scope_as = target_pop
			}
		}
	}

	option = {
		historical_option = yes
		name = flavor_tur.107.a

		change_gold_effect = { scale = -1 }

		if = {
			limit = {
				scope:coffee_capital = {
					is_capital = no
				}
			}
			capital.market = {
				add_temporary_demand = {
					type = demand:coffee_boom_happened
					months = 48
				}
			}
		}

		scope:coffee_capital = {
			market = {
				add_temporary_demand = {
					type = demand:coffee_boom_happened
					months = 48
				}
			}
			change_prosperity = prosperity_weak_bonus
		}
		scope:target_pop = {
			add_pop_satisfaction = pop_satisfaction_weak_bonus
		}
	}

	option = {
		name = flavor_tur.107.b

		change_societal_value = { type = mysticism_vs_jurisprudence value = societal_value_tiny_move_to_right }

		scope:coffee_capital = {
			add_location_modifier = { modifier = upset_merchants years = 10 mode = add_and_extend }
		}
		scope:target_pop = {
			add_pop_satisfaction = pop_satisfaction_severe_penalty
		}
	}
}