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_lit.25 维尔纽斯城市发展

时间范围:1360.1.1 - 1400.1.1(每月 3% 概率)

触发条件

  • 国家为立陶宛(LIT)。
  • 省份维尔纽斯(vilnius)的所有者为本国。
  • 维尔纽斯当前的城市等级(location_rank)不是“城市”(city)。

关键效果

  • 选项 A (flavor_lit.25.a)
    • 国库减少 10 金币。
    • 将维尔纽斯提升为“城市”等级。
    • 为维尔纽斯增加适度的“发展度”(development)与“繁荣度”(prosperity)。
    • 使维尔纽斯所有由本国拥有的阶层(pop)获得极高的满意度加成。
  • 选项 B (flavor_lit.25.b)
    • 国家威望受到轻微惩罚。
    • 社会价值观向“中央集权 vs 地方分权”的“分权”方向移动。

背景介绍: 在14世纪中后期,立陶宛大公国正处于扩张和巩固的关键时期。维尔纽斯作为其核心领地之一,其地位和城市发展对于国家的治理、经济繁荣和内部稳定至关重要。此事件反映了立陶宛统治者面临的选择:是投入资源将维尔纽斯建设成一个繁荣的中心城市,以巩固统治并提升国力;还是维持现状,将精力集中于其他事务,但这可能削弱中央权威并影响国家声望。

完整事件代码

flavor_lit.25 = {
	type = country_event
	title = flavor_lit.25.title
	desc = flavor_lit.25.desc

	dynamic_historical_event = {
		tag = LIT
		from = 1360.1.1
		to = 1400.1.1
		monthly_chance = 3
	}

	fire_only_once = yes

	trigger = {
		location:vilnius = {
			owner ?= root
			location_rank != location_rank:city
		}
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
		location:vilnius = {
			save_scope_as = target_location
		}

		ruler_or_regent ?= {
			save_scope_as = target_character
		}
	}

	option = {
		name = flavor_lit.25.a

		change_gold_effect = { scale = -10 }

		scope:target_location = {
			change_location_rank = location_rank:city
			change_development = development_mild_bonus
			change_prosperity = prosperity_mild_bonus

			custom_tooltip = {
				text = lit_all_vilnius_pops_become_loyal_tt
				every_pop = {
					limit = {
						owner ?= root
					}
					add_pop_satisfaction = pop_satisfaction_extreme_bonus
				}
			}
		}
	}

	option = {
		name = flavor_lit.25.b

		add_prestige = prestige_mild_penalty

		change_societal_value = {
			type = centralization_vs_decentralization
			value = societal_value_move_to_right
		}
	}
}