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_ser.60 弗拉希与梅罗普西的发展

时间范围:1375.1.1 - 1453.6.1,每月 1% 概率触发

触发条件

  • 国家处于和平状态(at_war = no)。
  • 国家没有正在发生的灾难(has_any_active_disaster = no)。
  • 国家境内至少有一个省份生产小麦(produced_in_country:wheat > 0)。
  • 国家境内至少有一个省份生产牲畜(produced_in_country:livestock > 0)。

关键效果

  • 选项 A (flavor_ser.60.a)
    • 社会价值观“资本经济 vs 传统经济”大幅向右移动(societal_value_large_move_to_right)。
    • 国库减少 12 金币(scale = -12)。
    • 所有生产小麦或牲畜的省份获得:控制度大幅提升(control_severe_bonus)、发展度小幅提升(development_weak_bonus)、繁荣度大幅提升(prosperity_severe_bonus)。
  • 选项 B (flavor_ser.60.b)
    • 社会价值观“资本经济 vs 传统经济”向右移动(societal_value_move_to_right)。
    • 国库减少 6 金币(scale = -6)。
    • 所有生产牲畜的省份获得:控制度大幅提升(control_severe_bonus)、发展度小幅提升(development_weak_bonus)、繁荣度大幅提升(prosperity_severe_bonus)。
  • 选项 C (flavor_ser.60.c)
    • 社会价值观“资本经济 vs 传统经济”向右移动(societal_value_move_to_right)。
    • 国库减少 6 金币(scale = -6)。
    • 所有生产小麦的省份获得:控制度大幅提升(control_severe_bonus)、发展度小幅提升(development_weak_bonus)、繁荣度大幅提升(prosperity_severe_bonus)。
  • 选项 D (flavor_ser.60.d)
    • 社会价值观“资本经济 vs 传统经济”向左移动(societal_value_move_to_left)。
    • 农民阶层满意度大幅降低(estate_satisfaction_radical_penalty)。
    • 所有生产小麦或牲畜的省份中,属于本国的农民人口满意度将遭受极端惩罚(pop_satisfaction_extreme_penalty)。

背景介绍: 在14至15世纪的塞尔维亚,弗拉希(Vlasi)和梅罗普西(Meropsi)是社会中重要的群体,通常与畜牧业和农业活动紧密相连。此事件反映了国家在和平时期,面对这些传统经济支柱群体发展诉求时的政策抉择。统治者可以选择投入资金促进特定农业或畜牧业地区的发展,推动经济模式向资本化转型;也可以选择忽视其需求,维持传统结构,但这可能引发农民阶层的广泛不满。

完整事件代码

flavor_ser.60 = { #Growth of Vlasi & Meropsi
	type = country_event
	title = flavor_ser.60.title
	desc = flavor_ser.60.desc

	image = "gfx/interface/icons/trade_goods/illustrations/icon_goods_livestock.dds"

	fire_only_once = yes
	dynamic_historical_event = {
		tag = SER
		from = 1375.1.1
		to = 1453.6.1
		monthly_chance = 1
	}

	trigger = {
		at_war = no
		has_any_active_disaster = no
		produced_in_country:wheat > 0
		produced_in_country:livestock > 0
	}

	option = {
		name = flavor_ser.60.a

		change_societal_value = {
			type = capital_economy_vs_traditional_economy
			value = societal_value_large_move_to_right
		}
		change_gold_effect = { scale = -12 }
		custom_tooltip = ser_every_livestock_or_wheat_location_tt
		show_as_tooltip = {
			random_owned_location = {
				limit = {
					OR = {
						raw_material = goods:wheat
						raw_material = goods:livestock
					}
				}
				change_control = control_severe_bonus
				change_development = development_weak_bonus change_prosperity = prosperity_severe_bonus
			}
		}
		hidden_effect = {
			every_owned_location = {
				limit = {
					OR = {
						raw_material = goods:livestock
						raw_material = goods:wheat
					}
				}
				change_control = control_severe_bonus
				change_development = development_weak_bonus change_prosperity = prosperity_severe_bonus
			}
		}
	}

	option = {
		name = flavor_ser.60.b

		change_societal_value = {
			type = capital_economy_vs_traditional_economy
			value = societal_value_move_to_right
		}
		change_gold_effect = { scale = -6 }
		custom_tooltip = ser_every_livestock_location_tt
		show_as_tooltip = {
			random_owned_location = {
				limit = {
					raw_material = goods:livestock
				}
				change_control = control_severe_bonus
				change_development = development_weak_bonus change_prosperity = prosperity_severe_bonus
			}
		}
		hidden_effect = {
			every_owned_location = {
				limit = {
					raw_material = goods:livestock
				}
				change_control = control_severe_bonus
				change_development = development_weak_bonus change_prosperity = prosperity_severe_bonus
			}
		}
	}

	option = {
		name = flavor_ser.60.c

		change_societal_value = {
			type = capital_economy_vs_traditional_economy
			value = societal_value_move_to_right
		}
		change_gold_effect = { scale = -6 }
		custom_tooltip = ser_every_wheat_location_tt
		show_as_tooltip = {
			random_owned_location = {
				limit = {
					raw_material = goods:wheat
				}
				change_control = control_severe_bonus
				change_development = development_weak_bonus change_prosperity = prosperity_severe_bonus
			}
		}
		hidden_effect = {
			every_owned_location = {
				limit = {
					raw_material = goods:wheat
				}
				change_control = control_severe_bonus
				change_development = development_weak_bonus change_prosperity = prosperity_severe_bonus
			}
		}
	}

	option = {
		name = flavor_ser.60.d

		change_societal_value = {
			type = capital_economy_vs_traditional_economy
			value = societal_value_move_to_left
		}
		add_estate_satisfaction = { type = estate_type:peasants_estate
			value = estate_satisfaction_radical_penalty
		}
		custom_tooltip = ser_every_livestock_or_wheat_location_tt
		show_as_tooltip = {
			random_owned_location = {
				limit = {
					OR = {
						raw_material = goods:wheat
						raw_material = goods:livestock
					}
				}
				every_pop = {
					limit = {
						owner = root
						pop_type = pop_type:peasants
					}
					add_pop_satisfaction = pop_satisfaction_extreme_penalty
				}
			}
		}
		hidden_effect = {
			every_owned_location = {
				limit = {
					OR = {
						OR = {
							raw_material = goods:livestock
							raw_material = goods:wheat
						}
					}
				}
				every_pop = {
					limit = {
						owner = root
						pop_type = pop_type:peasants
					}
					add_pop_satisfaction = pop_satisfaction_extreme_penalty
				}
			}
		}
	}
}