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_vij.17 维贾亚纳加尔的文化赞助

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

触发条件

  • 国家必须拥有 vijayanagar 地区。
  • vijayanagar 地区必须满足以下所有条件:
    • 地区等级为 city
    • 拥有建筑 building_type:library_of_vijayanagar
    • 发展度 >= 50。

关键效果

  • 选项 A (flavor_vij.17.a)
    • vijayanagar 地区建造建筑 building_type:city_of_victory
    • 建筑成本倍数为 2。
    • 成本倍数原因为 "palace_cheap_sponsorship"
  • 选项 B (flavor_vij.17.b)
    • 为国家文化添加文化影响 cultural_tradition_severe_penalty

背景介绍: 在15世纪,维贾亚纳加尔帝国正处于其权力与文化的顶峰。首都维贾亚纳加尔城不仅是帝国的政治中心,也汇聚了丰富的学术与艺术资源。随着帝国图书馆的建立和城市的高度发展,统治者面临着一个选择:是投入巨资建造一座象征永恒胜利与荣耀的宏伟宫殿,以彰显帝国的实力与雄心;还是将资源用于更广泛的文化推广,但这可能会对某些文化传统造成冲击。这个决定将深刻影响帝国未来的文化走向与建筑遗产。

完整事件代码

flavor_vij.17 = {
	type = country_event
	title = flavor_vij.17.title
	desc = flavor_vij.17.desc

	historical_info = flavor_vij.17.historical_info

	fire_only_once = yes

	dynamic_historical_event = {
		tag = VIJ
		from = 1400.1.1
		to = 1500.1.1
		monthly_chance = 2
	}

	illustration_tags = {
		10 = regular
		10 = exterior
	}

	trigger = {
		owns = location:vijayanagar
		location:vijayanagar = {
			location_rank = location_rank:city
			has_building = building_type:library_of_vijayanagar
			development >= 50
		}
	}

	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:clergy background = pop_type:clergy }

		location:vijayanagar = {
			save_scope_as = target_location
		}

		ruler_or_regent ?= {
			save_scope_as = target_character
		}
	}

	option = {
		name = flavor_vij.17.a

		location:vijayanagar = {
			construct_building = {
				building_type = building_type:city_of_victory
				cost_multiplier = 2
				cost_multiplier_reason = "palace_cheap_sponsorship"
			}
		}
	}

	option = {
		name = flavor_vij.17.b

		culture = {
			add_cultural_influence = cultural_tradition_severe_penalty
		}
	}
}