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_hab.54] 兰德塔费尔

时间范围
1334.1.1 - 1836.1.1(每月 1% 概率触发)

触发条件

  • 拥有布拉格(Prague)地区

关键效果

  • 选项 A(flavor_hab.54.a)

    • 减少 6 金币
    • 贵族阶层满意度小幅提升
    • 在布拉格地区创建一件艺术品:
      • 类型:宅邸(mansion)
      • 品质:60
      • 标识符:landtafel
  • 选项 B(flavor_hab.54.b)

    • 声望小幅下降

背景介绍
该事件反映了哈布斯堡王朝在布拉格地区的文化与建筑发展。兰德塔费尔(Landtafel)可能指代当地重要的地籍记录或贵族宅邸,象征着领土管理、贵族权力的巩固与艺术赞助。玩家需权衡财政支出与阶层稳定,或选择保守策略以保持声望。

完整事件代码

flavor_hab.54 = { #Landtafel
	type = country_event
	title = flavor_hab.54.title
	desc = flavor_hab.54.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = HAB
		from = 1334.1.1
		to = 1836.1.1
		monthly_chance = 1
	}

	trigger = {
		owns = location:prague
	}

	option = {
		name = flavor_hab.54.a
		change_gold_effect = { scale = -6 }
		add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_mild_bonus }
		location:prague = {
			create_art = {
				quality = 60
				type = work_of_art_type:mansion
				key = landtafel
			}
		}
	}

	option = {
		name = flavor_hab.54.b
		add_prestige = prestige_mild_penalty
	}
}