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_cas.119 塞维利亚斗牛学校的反对

时间范围:1800.1.1 - 1836.1.1,每月 1% 概率触发

触发条件

  • 事件所属国家(root)拥有塞维利亚(sevilla)地区。
  • 塞维利亚地区已建造建筑 building_type:sevilla_bullfighting_school

关键效果

  • 选项 A (历史选项)
    • 摧毁塞维利亚地区的建筑 building_type:sevilla_bullfighting_school
    • 所属文化获得 cultural_tradition_mild_penalty(文化传统轻度惩罚)。
    • 市民阶层(estate_type:burghers_estate)满意度增加 estate_satisfaction_mild_bonus(轻度增益)。
  • 选项 B
    • 所属文化获得 cultural_tradition_mild_bonus(文化传统轻度增益)。
    • 市民阶层(estate_type:burghers_estate)满意度减少 estate_satisfaction_severe_penalty(严重惩罚)。

背景介绍: 在19世纪初的西班牙,斗牛作为一项传统活动,其发展并非没有争议。塞维利亚斗牛学校的建立旨在系统化地训练斗牛士,但这一举措也引发了部分民众,尤其是市民阶层的反对。反对者可能认为这种制度化推广过于残酷,或担忧其对社会风气和公共资源的影响。该事件反映了当时西班牙社会在现代化进程中,对传统娱乐形式及其官方化推广所产生的分歧。

完整事件代码

flavor_cas.119 = { #Opposition to the Sevilla Bullfighting School
	type = country_event
	title = flavor_cas.119.title
	desc = flavor_cas.119.desc
	fire_only_once = yes

	historical_info = flavor_cas.119.historical_info

	dynamic_historical_event = {
		tag = CAS
		tag = SPA
		from = 1800.1.1
		to = 1836.1.1
		monthly_chance = 1
	}

	trigger = {
		location:sevilla = {
			owner ?= root
			has_building = building_type:sevilla_bullfighting_school
		}
	}

	illustration_tags = {
		10 = angry
		10 = exterior
	}

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

	option = {
		name = flavor_cas.119.a
		historical_option = yes
		location:sevilla = {
			destroy_building = "building(building_type:sevilla_bullfighting_school|owner)"
		}
		culture = {
			add_cultural_tradition = cultural_tradition_mild_penalty
		}
		add_estate_satisfaction = { type = estate_type:burghers_estate
			value = estate_satisfaction_mild_bonus
		}
	}

	option = {
		name = flavor_cas.119.b
		culture = {
			add_cultural_tradition = cultural_tradition_mild_bonus
		}
		add_estate_satisfaction = { type = estate_type:burghers_estate
			value = estate_satisfaction_severe_penalty
		}
	}
}