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_eng.178 安东尼·凡·戴克登场

时间范围:1620.1.1 - 1641.1.1(每月 1% 概率)

触发条件

  • 国家为英格兰(ENG)或大不列颠(GBR)。
  • 安特卫普(antwerp)地区满足以下条件:
    • 地区等级为城市(location_rank = city)。
    • 市民阶层(burghers)人口比例大于 0.1。
    • 主流文化为低地法兰克尼亚文化(low_franconian)。
  • 国家没有摄政王(has_regent = no)。

关键效果

  • 选项 A (历史选项)
    • 对本国文化施加轻微的文化影响力惩罚(add_cultural_influence = cultural_influence_mild_penalty)。
    • 首都市场在60个月内增加对“梳洗用具”(grooming_equipment)的临时需求。
    • 显示自定义提示文本 flavor_eng.178.tt1flavor_eng.178.tt3
  • 选项 B
    • 为本国文化增加轻微的文化传统加成(add_cultural_tradition = cultural_tradition_mild_bonus)。
    • 首都市场在60个月内增加对“梳洗用具”(grooming_equipment)的临时需求。
    • 若安特卫普不属于本国,则人物安东尼·凡·戴克将移居至安特卫普的拥有国;若安特卫普属于本国,则他将随机移居至西欧(western_europe)子大陆上不属于本国的某个地区所属的国家。
    • 显示自定义提示文本 flavor_eng.178.tt2flavor_eng.178.tt3

背景介绍: 此事件模拟了佛兰德斯画家安东尼·凡·戴克(Anthony van Dyck)在17世纪早期登上历史舞台的情景。凡·戴克出生于安特卫普,是巴洛克艺术的重要人物,后来成为英国宫廷画家,对英国肖像画产生了深远影响。事件反映了英格兰/大不列颠在特定条件下,可能吸引或与这位来自低地国家的艺术大师产生关联,其选择会影响国家的文化发展轨迹。

完整事件代码

flavor_eng.178 = {
	type = country_event

	fire_only_once = yes

	title = flavor_eng.178.title
	desc = flavor_eng.178.desc

	dynamic_historical_event = {
		tag = ENG
        tag = GBR
		from = 1620.1.1
		to = 1641.1.1
		monthly_chance = 1
	}
	image = "gfx/interface/illustrations/institutions/renaissance.dds"
	trigger = {

		location:antwerp = {
			location_rank = location_rank:city
			num_pop_type:burghers > 0.1
			dominant_culture = culture:low_franconian
		}

		has_regent = no

	}

	immediate = {

		create_character = {
			first_name = name_anthony
			last_name = van_dyck
			estate = estate_type:burghers_estate
			adm = 22
			dip = 31
			mil = 12
			birth_date = 1599
			artist_skill = 0.85
			artist = painter
			culture = culture:low_franconian
			birth_location = location:antwerp
			script = eng_anton_van_dyck
			save_scope_as = anton_van_dyck
		}

		culture:low_franconian = { save_scope_as = flemish }

		location:antwerp = { save_scope_as = target_location }

	}

	option = {
		name = flavor_eng.178.a
		historical_option = yes

		culture = {
			add_cultural_influence = cultural_influence_mild_penalty
		}

		capital.market = {
			add_temporary_demand = {
				type = demand:grooming_equipment
				months = 60
			}
		}

		custom_tooltip = flavor_eng.178.tt1
		custom_tooltip = flavor_eng.178.tt3

	}

	option = {
		name = flavor_eng.178.b

		culture = {
			add_cultural_tradition = cultural_tradition_mild_bonus
		}

		capital.market = {
			add_temporary_demand = {
				type = demand:grooming_equipment
				months = 60
			}
		}

		location:antwerp = {
			if = {
				limit = {
					NOT = {
						owner = root
					}
				}
				owner = {
					save_scope_as = target_country
				}
			}
			else = {
				sub_continent:western_europe = {
					random_location_in_sub_continent = {
						limit = {
							NOT = { owner ?= root }
						}
						owner = {
							save_scope_as = target_country
						}
					}
				}
			}
		}

		scope:anton_van_dyck = {
			move_country = scope:target_country
		}

		custom_tooltip = flavor_eng.178.tt2
		custom_tooltip = flavor_eng.178.tt3

	}

	historical_info = flavor_eng.178.historical_info

}