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_ven.69 帕多瓦战争

时间范围

1337.1.1 - 1450.1.1(每月 20% 概率)

触发条件

  • 正在与 c:PAD(帕多瓦)交战。

关键效果

选项 A

  • 改变社会价值观:offensive_vs_defensive(进攻与防御)向左侧移动。

选项 B

  • 改变社会价值观:offensive_vs_defensive(进攻与防御)向右侧移动。

背景介绍

该事件反映了威尼斯共和国与帕多瓦之间在14至15世纪长期存在的军事冲突。帕多瓦作为威尼斯在意大利北部的重要邻邦和竞争对手,双方因领土、贸易和地区影响力而多次爆发战争。这一动态历史事件模拟了威尼斯在战争期间可能面临的社会价值观抉择,即国家战略是更倾向于主动进攻还是稳固防御。

完整事件代码

flavor_ven.69 = { #War of Padua
	type = country_event
	title = flavor_ven.69.title
	desc = flavor_ven.69.desc

	fire_only_once = yes

	historical_info = flavor_ven.69.historical_info

	dynamic_historical_event = {
		tag = VEN
		from = 1337.1.1
		to = 1450.1.1
		monthly_chance = 20
	}

	trigger = {
		is_at_war_with = c:PAD
	}

	illustration_tags = {
        10 = regular
        10 = exterior
    }

	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:soldiers background = pop_type:soldiers }
	}

	option = {
		name = flavor_ven.69.a
		change_societal_value = {
			type = offensive_vs_defensive
			value = societal_value_move_to_left
		}
	}

	option = {
		name = flavor_ven.69.b
		change_societal_value = {
			type = offensive_vs_defensive
			value = societal_value_move_to_right
		}
	}
}