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_zaz.1100] 向宗主国索取艺术品

时间范围

1550.1.1 - 1700.1.1(每月 2% 概率触发)

触发条件

  • 宗主国关系:是 PLCPOL 的附属国。
  • 政体类型:政府类型为君主制 (government_type:monarchy)。

关键效果

选项 A:flavor_zaz.1100.a

  • 向宗主国提出艺术品索取请求。
  • 触发宗主国事件 flavor_zaz.1101

选项 B:flavor_zaz.1100.b

  • 不向宗主国提出请求。

背景介绍

在16至17世纪,作为波兰立陶宛联邦(PLC/POL)的附属君主国,贵族阶层与宗主国王室之间的文化交流是维系政治纽带的重要方式。附属国的统治者时常通过索取艺术品、珍宝或委托创作来彰显自身地位,巩固与宗主国的关系,这一行为既体现了附属国的忠诚,也可能成为展示其文化品位与政治诉求的契机。

完整事件代码

flavor_zaz.1100 = {
	type = country_event
	title = flavor_zaz.1100.title
	desc = flavor_zaz.1100.desc

	dynamic_historical_event = {
		tag = ZAZ
		from = 1550.1.1
		to = 1700.1.1
		monthly_chance = 2
	}

	fire_only_once = yes

	trigger = {
		OR = {
			is_subject_of = c:PLC
			is_subject_of = c:POL
		}

		government_type = government_type:monarchy
	}

	illustration_tags = {
        10 = angry
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		overlord = {
			save_scope_as = target_country
			ruler_or_regent ?= {
				save_scope_as = target_character
			}
		}

		save_scope_as = target_country2
		ruler_or_regent ?= {
			save_scope_as = target_character2
		}
	}

	option = {
		name = flavor_zaz.1100.a
		
		custom_tooltip = zaz_request_work_of_art_from_overlord_tt

		scope:target_country = { trigger_event_non_silently = flavor_zaz.1101 }
	}

	option = {
		name = flavor_zaz.1100.b
		
		custom_tooltip = zaz_no_request_from_overlord_tt
	}
}