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.102 约翰·奥尔德卡斯尔登场

时间范围:1390.1.1 - 1450.1.1 (每月 5% 概率触发)

触发条件

  • 宗教“罗拉德派”在游戏中已启用。

关键效果

  • 选项 A (历史选项)
    • 为人物“约翰·奥尔德卡斯尔”添加一个随机的“将军”类别特质。
  • 选项 B
    • 触发前提:宗教“天主教”对“罗拉德派”的宗教观感低于“积极”。
    • 增加“教士阶层”的阶层满意度(数值为 estate_satisfaction_severe_bonus)。
  • 选项 C
    • 增加国家威望(数值为 prestige_weak_bonus)。
    • 为人物“约翰·奥尔德卡斯尔”添加特质“不适合海军指挥”和“不适合陆军指挥”。

背景介绍: 该事件模拟了英格兰宗教改革先驱约翰·奥尔德卡斯尔爵士的登场。他是一位贵族,也是罗拉德派(早期新教运动)的重要支持者。在15世纪初的英格兰,罗拉德派挑战了天主教会的权威,其追随者常面临迫害。此事件反映了当时英格兰国内宗教紧张局势以及王室和贵族在对待异见者问题上的不同选择。

完整事件代码

flavor_eng.102 = {
	hide_portraits = yes
	type = country_event
	title = flavor_eng.102.title
	desc = flavor_eng.102.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = ENG
        tag = GBR
		from = 1390.1.1
		to = 1450.1.1
		monthly_chance = 5
	}

	trigger = {

		religion:lollardy = {
			is_religion_enabled = yes
		}

	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		create_character = {
			first_name = name_john
			last_name = Oldcastle
			estate = estate_type:nobles_estate
			adm = { 60 100 }
			dip = { 60 100 }
			mil = { 60 100 }
			birth_date = 1370.1.1
			birth_location = location:hereford
			religion = religion:lollardy
			save_scope_as = john_oldcastle
			script = eng_john_oldcastle
		}

		location:hereford = { save_scope_as = hereford }

	}

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

		scope:john_oldcastle = {
			add_random_trait_from_category = general
		}

		custom_tooltip = flavor_eng.102.tt1

	}

	option = {
		name = flavor_eng.102.b
		trigger = {
			religion:catholic = {
				religious_view = {
					target = religion:lollardy
					value < positive
				}
			}
		}

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

		custom_tooltip = flavor_eng.102.tt2

	}

	option = {
		name = flavor_eng.102.c

		add_prestige = prestige_weak_bonus

		scope:john_oldcastle = {
			add_trait = trait:unsuited_for_naval_command
			add_trait = trait:unsuited_for_army_command
		}

		custom_tooltip = flavor_eng.102.tt1

	}

	historical_info = flavor_eng.102.historical_info

}