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.60] 加固拉古萨

时间范围:1337.1.1 - 1836.1.1(每月 1% 概率)

触发条件

  • 国家拥有 dubrovnik 地区。

关键效果

  • 选项 A (flavor_ven.60.a)
    • 历史选项:是
    • 设置变量 has_unlocked_walls_of_ston
    • 增加少量陆军传统
    • dubrovnik 地区建造建筑 walls_of_ston
  • 选项 B (flavor_ven.60.b)
    • 减少少量威望

背景介绍: 该事件模拟了威尼斯共和国在控制拉古萨(今杜布罗夫尼克)后,决定是否投入资源加强该战略要地的防御工事。历史上,拉古萨作为重要的贸易港口和亚得里亚海的关键据点,其城防建设对维护地区控制与安全至关重要。选择加固城墙将提升军事防御能力,而忽视建设则可能影响国家威望。

完整事件代码

flavor_ven.60 = { #Fortifying Ragusa
	type = country_event
	title = flavor_ven.60.title
	desc = flavor_ven.60.desc

	fire_only_once = yes

	historical_info = flavor_ven.60.historical_info

	dynamic_historical_event = {
		tag = VEN
		from = 1337.1.1
		to = 1836.1.1
		monthly_chance = 1
	}

	trigger = {
		owns = location:dubrovnik
	}

	illustration_tags = {
        10 = regular
        10 = exterior
    }

	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:soldiers background = pop_type:soldiers }
		location:dubrovnik = {
			save_scope_as = target_location
		}
	}

	option = {
		name = flavor_ven.60.a
		set_variable = has_unlocked_walls_of_ston
		historical_option = yes
		add_army_tradition = army_tradition_mild_bonus
		location:dubrovnik = {
			construct_building = {
				building_type = building_type:walls_of_ston
			}
		}
	}

	option = {
		name = flavor_ven.60.b
		add_prestige = prestige_mild_penalty
	}
}