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.65] 卡斯特洛阿马雷(Castello a Mare)

时间范围

  • 事件窗口:1337.1.1 - 1836.1.1
  • 触发概率:每月 1% 概率

触发条件

  • 国家拥有 location:candia(坎迪亚地区)
  • location:candia 地区尚未建造 building_type:castle(城堡建筑)

关键效果

选项 A:flavor_ven.65.a(历史选项)

  • 社会价值观调整:offensive_vs_defensive(进攻 vs 防御)向“右侧”移动
  • location:candia 地区以 50% 成本(cost_multiplier = 0.5)建造一座城堡(building_type:castle),成本减免原因为 military_cheap_sponsorship

选项 B:flavor_ven.65.b

  • 获得少量威望惩罚(prestige_weak_penalty

背景介绍

该事件反映了威尼斯共和国在克里特岛坎迪亚地区加强防御工事的历史背景。中世纪至近代早期,威尼斯在地中海东部拥有广泛的贸易网络和殖民地,坎迪亚作为重要据点,其防御设施的建设对维护威尼斯的海上霸权与地区安全至关重要。“Castello a Mare”(意为“海边城堡”)可能指代当地为巩固海岸防御而兴建的城堡或要塞,体现了威尼斯对战略要地军事投资的重视。

完整事件代码

flavor_ven.65 = { #Castello a Mare
	type = country_event
	title = flavor_ven.65.title
	desc = flavor_ven.65.desc

	fire_only_once = yes

	historical_info = flavor_ven.65.historical_info

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

	illustration_tags = {
        10 = regular
        10 = interior
    }

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

	trigger = {
		owns = location:candia
		location:candia = {
			NOT = { has_building = building_type:castle }
		}
	}

	option = {
		name = flavor_ven.65.a
		historical_option = yes
		change_societal_value = { type = offensive_vs_defensive value = societal_value_move_to_right }
		location:candia = {
			construct_building = {
				building_type = building_type:castle
				cost_multiplier = 0.5
				cost_multiplier_reason = "military_cheap_sponsorship"
			}
		}
	}

	option = {
		name = flavor_ven.65.b
		add_prestige = prestige_weak_penalty
	}
}