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_mug.5] 穆格发展道路

时间范围:1500.1.1 - 1821.1.1(每月 2% 概率)

触发条件

  • 国家标签为 MUG

关键效果

  • 选项 A (flavor_mug.5.a):
    • 解锁建筑类型 rahdar
  • 选项 B (flavor_mug.5.b):
    • 改变社会价值:capital_economy_vs_traditional_economy 向右侧移动(即偏向资本经济)。

背景介绍: 此事件模拟了穆格国(MUG)在近代早期(1500年至19世纪初)面临的发展抉择。国家需要在加强传统经济结构或推动资本经济发展之间做出选择,这反映了该时期许多地区在全球化贸易和内部改革压力下的普遍困境。事件通过解锁特定建筑或调整社会经济价值观,来体现不同发展路径对国家长期走向的影响。

完整事件代码

flavor_mug.5 = {
	type = country_event
	title = flavor_mug.5.title
	desc = flavor_mug.5.desc
	historical_info = flavor_mug.5.historical_info

	dynamic_historical_event = {
		tag = MUG
		from = 1500.1.1
		to = 1821.1.1
		monthly_chance = 2
	}

	fire_only_once = yes

	illustration_tags = {
		10 = exterior
		10 = armed
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
		ruler_or_regent ?= {
			save_scope_as = target_character
		}
	}

	option = {
		name = flavor_mug.5.a

		unlock_building_effect = {
			type = rahdar
		}
	}

	option = {
		name = flavor_mug.5.b

		change_societal_value = {
			type = capital_economy_vs_traditional_economy
			value = societal_value_move_to_right
		}
	}
}