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_ere.6 埃雷特纳的赞助

时间范围:1337.1.1 - 1430.1.1(每月 2% 概率)

触发条件

  • 角色 ere_eretna 是当前统治者且存活。
  • 角色 ere_suli 已死亡。
  • 拥有 kayseri 地区。
  • kayseri 地区的等级为 towncity

关键效果

  • 选项 A (历史选项)
    • 如果 kayseri 地区没有 madrasa 建筑,则在该地以 1.3 倍成本建造一个 madrasa(原因:clergy_expensive_sponsorship)。
    • 否则,消耗 4 金币,并在 kayseri 地区创建一件艺术品:
      • 艺术家:ere_kaluyan_scope(新创建的亚美尼亚建筑师卡卢扬)
      • 类型:monument
      • 关键标识:koskmedrese
      • 品质:58
    • 社会价值观向 innovative 方向移动。
    • 获得少量威望。
    • 将艺术家卡卢扬移动到本国。
  • 选项 B
    • 损失少量威望。
    • agostino_barelli_scope 角色移动到 tarsus 地区的所有者国家。
    • (隐藏效果)静默杀死艺术家卡卢扬。

背景介绍: 在14世纪,埃雷特纳侯国(Eretnids)统治着安纳托利亚中部地区。本事件模拟了统治者埃雷特纳(Eretna)在首都凯塞里(Kayseri)进行文化或宗教建设的决策。他可以选择赞助建造一座伊斯兰学校(madrasa)或资助一位亚美尼亚建筑师卡卢扬(Kaluyan)建造一座纪念碑(Köşk Medrese),以彰显其统治的威望与文化倾向。若拒绝赞助,则可能导致人才流失和声望损失。

完整事件代码

flavor_ere.6 = {
	type = country_event
	title = flavor_ere.6.title
	desc = flavor_ere.6.desc
	fire_only_once = yes

	dynamic_historical_event = {
		tag = ERE
		from = 1337.1.1
		to = 1430.1.1
		monthly_chance = 2
	}

	illustration_tags = {
		10 = regular
		10 = interior
	}

	trigger = {
		character:ere_eretna = {
			is_ruler = yes
			is_alive = yes
		}
		character:ere_suli = {
			is_alive = no
		}
		owns = location:kayseri
		location:kayseri = {
			OR = {
				location_rank = location_rank:town
				location_rank = location_rank:city
			}
		}
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:clergy_estate }
		ruler ?= {
			save_scope_as = ruler_scope
		}
		character:ere_suli = {
			save_scope_as = ere_suli_scope
		}
		create_character = {
			first_name = Kaluyan
			birth_date = 1311.1.1
			birth_location = location:tarsus
			culture = culture:armenian_culture
			religion = religion:miaphysite
			estate = estate_type:burghers_estate
			artist = architect
			artist_skill = 0.52
			script = ere_kaluyan_script
			save_scope_as = ere_kaluyan_scope
			create_in_limbo = yes
		}
	}

	option = {
		name = flavor_ere.6.a
		historical_option = yes

		if = {
			limit = {
				location:kayseri = {
					NOT = { has_building = building_type:madrasa }
				}
			}
			location:kayseri = {
				construct_building = {
					building_type = building_type:madrasa
					cost_multiplier = 1.3
					cost_multiplier_reason = "clergy_expensive_sponsorship"
				}
			}
		}
		else = {
			change_gold_effect = { scale = -4 }
			location:kayseri = {
				create_art = {
					artist = scope:ere_kaluyan_scope
					quality = 58
					type = work_of_art_type:monument
					key = koskmedrese
				}
			}
		}
		change_societal_value = {
			type = traditionalist_vs_innovative
			value = societal_value_move_to_right
		}
		add_prestige = prestige_mild_bonus
		scope:ere_kaluyan_scope = { move_country = root }
	}
	
	option = {
		name = flavor_ere.6.b

		add_prestige = prestige_mild_penalty
		scope:agostino_barelli_scope = { move_country = location:tarsus.owner }
		hidden_effect = {
   			kill_character_silently = scope:ere_kaluyan_scope
  		}
	}
}