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_tim.4] 印度使团

时间范围:1440.1.1 - 1500.1.1(每月 2% 概率)

触发条件

  • 国家拥有至少一位技能不低于 0.6 的作家。
  • 科泽科德地区有拥有者,且其拥有者:
    • 不是事件触发国(root)。
    • 对事件触发国的看法值不低于 50。

关键效果

  • 选项 A:派遣使团
    • 效果:减少 3 倍规模的金币。
    • 在首都创建一件编年史类型的艺术品,指定艺术家为之前选定的作家,品质为 60。
  • 选项 B:没有必要
    • 效果:增加少量威望惩罚。

背景介绍: 帖木儿帝国在15世纪中后期,随着其统治的巩固与内部稳定,开始将目光投向更远的南方与东方。印度次大陆,尤其是马拉巴尔海岸繁荣的科泽科德港(古称卡利卡特),以其富庶的香料贸易和独特的文化吸引着中亚的统治者。派遣一个正式的使团前往印度,不仅是展示帝国威望、建立外交联系的机会,也可能为帝国宫廷带来关于远方土地的知识与见闻,这些见闻可能被帝国的学者记录并流传后世。

完整事件代码

flavor_tim.4 = { #Embassy to India
	type = country_event
	title = flavor_tim.4.title
	desc = flavor_tim.4.desc

	historical_info = flavor_tim.4.historical_info

	fire_only_once = yes

	dynamic_historical_event = {
		tag = TIM
		from = 1440.1.1
		to = 1500.1.1
		monthly_chance = 2
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	trigger = {
		any_artist = {
			artist_type = writer
			artist_skill >= 0.6
		}
		location:kozhikode = {
			has_owner = yes
			owner = {
				this != root
				opinion = { target = root value >= 50 }
			}
		}
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		random_artist = {
			limit = {
				artist_type = writer
				artist_skill >= 0.6
			}
			save_scope_as = target_artist
		}
		location:kozhikode.owner = { save_scope_as = target_country }
	}

	option = { #Send the embassy
		name = flavor_tim.4.a
		change_gold_effect = { scale = -3 }
		capital = {
			create_art = {
				artist = scope:target_artist
				type = work_of_art_type:chronicle
				quality = 60
			}
		}
	}
	option = { #There's no need
		name = flavor_tim.4.b
		add_prestige = prestige_weak_penalty
	}
}