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.160 卢伊莎·卡尔瓦哈尔事件

时间范围:1595.1.1 - 1630.1.1(每月 1% 概率)

触发条件

  • 事件国 不是 天主教国家。
  • 国家 SPA(西班牙)存在。
  • 国家 SPA 与事件国 没有 处于战争状态,且其宗教为天主教。
  • 省份 london 的所有者和控制者均为事件国。

关键效果

  • 选项 A (历史选项)

    • 触发条件:事件国 没有 启用政策 de_heretico_comburendo
    • 将角色 luisa_carvajal 移居至国家 SPA
    • 事件国的 peasants_estate(农民阶层)满意度遭受 严重惩罚
    • 国家 SPA 对事件国的看法获得 轻微不满 修正。
    • 显示自定义提示 flavor_eng.160.tt1
  • 选项 B

    • 触发条件:事件国 启用政策 de_heretico_comburendo
    • 处决角色 eng_luisa_carvajal,处决原因为 burned_alive(火刑),执行者为统治者。
    • 国家 SPA 获得对事件国的宣战理由 casus_belli:cb_insulted_us(我们受辱)。
    • 显示自定义提示 flavor_eng.160.tt2flavor_eng.160.tt3
  • 选项 C

    • 触发条件:事件国 没有 启用政策 de_heretico_comburendo
    • 在省份 middlesex_province 的所有地点中,对每个由事件国拥有、非天主教信仰的 pop_type:peasants(农民人口)执行:
      • 将其中的 25% 人口分裂出来,并改信天主教。
      • 该人口满意度遭受 极端惩罚
    • 如果事件国启用了政策 strict_censorship(严格审查):
      • 事件国的 clergy_estate(教士阶层)满意度遭受 严重惩罚
      • 显示自定义提示 flavor_eng.160.tt4
    • 事件国的 peasants_estate(农民阶层)满意度获得 严重增益
    • 显示自定义提示 flavor_eng.160.tt5

背景介绍: 此事件围绕西班牙天主教神秘主义者、诗人卢伊莎·卡尔瓦哈尔(Luisa Carvajal)展开。她于16世纪末至17世纪初活跃,致力于在英国(当时已脱离天主教)秘密传播天主教信仰。事件模拟了英格兰(或大不列颠)当局面对这位坚定的天主教传教士时可能采取的不同应对策略,反映了当时宗教冲突的紧张局势以及国内不同阶层(农民、教士)对此类事件的不同反应。

完整事件代码

flavor_eng.160 = {
	type = country_event

	fire_only_once = yes

	title = flavor_eng.160.title
	desc = flavor_eng.160.desc

	dynamic_historical_event = {
		tag = ENG
		tag = GBR
		from = 1595.1.1
		to = 1630.1.1
		monthly_chance = 1
	}

	trigger = {

		NOT = { religion = religion:catholic }
		tag_exists = SPA
		c:SPA = {
			NOT = { is_at_war_with = root }
			religion = religion:catholic
		}

		location:london = {
			owner = root
			controller = root
		}

	}
	
	illustration_tags = {
		10 = angry
		10 = exterior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
		create_character = {
			first_name = name_louise
			last_name = Carvajal
			estate = estate_type:nobles_estate
			adm = 25
			dip = 25
			mil = 0
			birth_date = 1566
			female = yes
			birth_location = location:caceres
			artist_skill = 1
			artist = philosopher
			culture = culture:castilian
			religion = religion:catholic
			script = eng_luisa_carvajal
			save_scope_as = luisa_carvajal
		}

		location:london = { save_scope_as = target_location }

	}

	option = {
		name = flavor_eng.160.a
		historical_option = yes
		trigger= {
			NOT = { has_policy = de_heretico_comburendo }
		}

		scope:luisa_carvajal = { move_country = c:SPA }

		add_estate_satisfaction = { type = estate_type:peasants_estate value = estate_satisfaction_severe_penalty }

		c:SPA = {
			add_opinion = {
				target = root
				modifier = opinion_mildly_displeased
			}
		}

		custom_tooltip = flavor_eng.160.tt1

	}

	option = {
		name = flavor_eng.160.b
		trigger= {
			has_policy = de_heretico_comburendo
		}

		character:eng_luisa_carvajal ?= {
			kill_character = {
				target = this
				reason = burned_alive
				killer = ruler
			}
		}

		c:SPA = {
			add_casus_belli = {	target = root type = casus_belli:cb_insulted_us }
		}

		custom_tooltip = flavor_eng.160.tt2
		custom_tooltip = flavor_eng.160.tt3

	}

	option = {
		name = flavor_eng.160.c
		trigger= {
			NOT = { has_policy = de_heretico_comburendo }
		}

		province_definition:middlesex_province = {
			every_location_in_province_definition = {
				every_pop = {
					limit = {
						owner = root
						NOT = { religion = religion:catholic }
						pop_type = pop_type:peasants
					}
					split_pop = {
						fraction = 0.25
						religion = religion:catholic
					}
					add_pop_satisfaction = pop_satisfaction_extreme_penalty
				}
			}
		}

		if = {
			limit = {
				has_policy = strict_censorship
			}
			add_estate_satisfaction = { type = estate_type:clergy_estate
				value = estate_satisfaction_severe_penalty
			}
			custom_tooltip = flavor_eng.160.tt4
		}

		add_estate_satisfaction = { type = estate_type:peasants_estate value = estate_satisfaction_severe_bonus }

		custom_tooltip = flavor_eng.160.tt5

	}

	historical_info = flavor_eng.160.historical_info

}