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_dan.1002] 提议被接受

时间范围
该事件为动态历史事件,无固定时间范围(fromto 未在代码中指定)。触发概率取决于事件调用机制,代码中未指定 monthly_chance

触发条件
事件代码中未直接包含 trigger 字段。触发条件取决于调用此事件的前置事件或脚本逻辑。

关键效果

  • 选项名称flavor_dan.1002.a(对应本地化键值)
  • 历史选项:未标记 historical_option = yes
  • 核心效果
    1. 对目标 danish_india_target 添加对事件发起国(root)的意见修正 opinion_dansborg
    2. dansborg 地点,为所有者丹麦(c:DAN)的贸易办事处(building_type:trade_office)提升1个等级。

背景介绍
该事件描述了丹麦在印度殖民活动中的一个进展。可能涉及丹麦东印度公司与当地势力达成协议,接受其贸易或殖民提议,从而在丹斯堡(Dansborg)等地加强贸易设施建设,并改善与当地目标的关系。

完整事件代码

flavor_dan.1002 = { #Offer accepted
	type = country_event
	title = flavor_dan.1002.title
	desc = flavor_dan.1002.desc

	illustration_tags = {
		10 = happy
		10 = interior
	}

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

	option = {
		name = flavor_dan.1002.a
		scope:danish_india_target = {
			add_opinion = {
				target = root
				modifier = opinion_dansborg
			}
		}
		show_as_tooltip = {
			scope:dansborg = {
				change_building_level_in_location = {
					building = building_type:trade_office
					value = 1
					owner = c:DAN
				}
			}
		}
	}
}