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_mos.48] 斯特罗加诺夫家族与盐业繁荣

时间范围

1530.1.1 - 1640.1.1,每月 5% 概率触发。

触发条件

  • 国家宗教为 东正教
  • 社会价值观 资本经济 vs 传统经济 的数值 ≤ 10
  • 俄罗斯地区 内:
    • 至少有一个省份的所有者为触发国,且该省份市场满足: 商品的贸易顺差(针对触发国) > 20
    • 至少有 3个 省份的所有者为触发国,且其原材料为

关键效果

选项 A (flavor_mos.48.a)

  • 历史选项
  • 设置变量 stroganov_school_of_iconic_art 的值为 1
  • 在首都建造建筑 斯特罗加诺夫圣像画学校

选项 B (flavor_mos.48.b)

  • 将社会价值观 资本经济 vs 传统经济右侧(资本经济方向)移动。
  • 获得 少量政府力量 加成。

选项 C (flavor_mos.48.c)

  • 创建一位新人物:
    • 名字:name_spiridon
    • 家族:stroganov_dynasty
    • 能力:行政 41,外交 66,军事 36
    • 年龄:40岁,男性
    • 阶层:贵族阶层
    • 出生地:莫斯科
    • 特质:unsuited_for_naval_command(不适合海军指挥),unsuited_for_army_command(不适合陆军指挥)
    • 脚本:mos_stroganov_advisor
    • 保存为变量:stroganov_advisor
  • 设置变量 stroganov_influences 的值为 1,并提示启用相关内阁行动。

背景介绍

斯特罗加诺夫家族是16至17世纪俄罗斯最富有的商人、实业家和艺术赞助者之一。他们通过在西伯利亚和俄罗斯北部的盐矿开采、毛皮贸易以及土地开发积累了巨额财富。此事件反映了该家族在俄罗斯经济与文化发展中的关键作用,尤其是在盐业贸易达到顶峰时,他们利用财富资助艺术(如圣像画学校)、影响国家经济政策,或为宫廷输送有影响力的顾问。

完整事件代码

flavor_mos.48 = {
	hide_portraits = yes
	type = country_event
	fire_only_once = yes
	title = flavor_mos.48.title
	desc = flavor_mos.48.desc

	dynamic_historical_event = {
		tag = MOS
		tag = RUS
		from = 1530.1.1
		to = 1640.1.1
		monthly_chance = 5
	}

	trigger = {

		religion = religion:orthodox

		societal_value:capital_economy_vs_traditional_economy <= 10

		region:russian_region = {
			any_location_in_region = {
				owner = root
				market = {
					market_possible_goods_trade_surplus = {
						goods = goods:salt
						country = root
						value > 20
					}
				}
			}
			any_location_in_region = {
				count >= 3
				owner = root
				raw_material = goods:salt
			}
		}

	}

	illustration_tags = {
		10 = happy
		10 = interior
	}

	immediate = {

		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }

		capital = {
			save_scope_as = target_location
		}

		root = { save_scope_as = target_root_country }

	}

	option = {
		name = flavor_mos.48.a
		historical_option = yes

		set_variable = {
			name = stroganov_school_of_iconic_art
			value = 1
		}

		capital = {
			construct_building = {
				building_type = building_type:stroganov_school_of_iconic_art
			}
		}

		ai_chance = {
			factor = 1
		}
	}

	option = {
		name = flavor_mos.48.b

		change_societal_value = {
			type = capital_economy_vs_traditional_economy
			value = societal_value_move_to_right
		}

		add_government_power = government_power_mild_bonus

		ai_chance = {
			factor = 0.5
		}
	}

	option = {
		name = flavor_mos.48.c

		create_character = {
			first_name = name_spiridon
			dynasty = dynasty:stroganov_dynasty
			adm = 41
			dip = 66
			mil = 36
			age = 40
			female = no
			estate = estate_type:nobles_estate
			birth_location = location:moscow
			add_trait = trait:unsuited_for_naval_command
			add_trait = trait:unsuited_for_army_command
			script = mos_stroganov_advisor
			save_scope_as = stroganov_advisor
		}

		custom_tooltip = {
			text = enable_stroganov_influences_cabinet_action
			set_variable = { name = stroganov_influences value = 1 }
		}

		ai_chance = {
			factor = 0.5
		}
	}

	historical_info = flavor_mos.48.historical_info

}