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_kni.151] 骑士团建造博德鲁姆城堡

时间范围
事件为动态历史事件,无具体 fromto 日期限制。触发概率取决于游戏机制,代码中未指定 monthly_chance

触发条件
代码中未明确给出 trigger 字段的具体条件。事件的触发依赖于游戏内部逻辑(可能关联特定国家、地区或状态)。

关键效果

  • 选项 A (flavor_kni.151.a):
    • 历史选项:未标注 historical_option = yes
    • 在目标地点 (scope:target_location) 为所有者 (scope:kni_from) 建造建筑 bodrum_castle(博德鲁姆城堡)。
    • 对目标国家 (scope:kni_from) 添加宣战理由:casus_belli:cb_insulted_us(“他们侮辱了我们”)。

背景介绍
该事件涉及医院骑士团(可能指游戏中的骑士团国家)在特定地点(推测为小亚细亚的博德鲁姆)建造一座城堡。博德鲁姆城堡(又称圣彼得城堡)历史上由医院骑士团于15世纪初修建,用于防御奥斯曼帝国的扩张。事件反映了骑士团在爱琴海沿岸加强防御工事、巩固领地的努力。

完整事件代码

flavor_kni.151 = {
	type = country_event
	title = flavor_kni.151.title
	desc = flavor_kni.151.desc

	illustration_tags = {
        10 = happy
        10 = exterior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
	}

	option = {
		name = flavor_kni.151.a

		show_as_tooltip = {
			scope:target_location = {
				construct_building = {
					building_type = building_type:bodrum_castle
					owner = scope:kni_from
				}
			}
		}

		add_casus_belli = {
			target = scope:kni_from
			type = casus_belli:cb_insulted_us
		}
	}
}