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_mal.27] 马六甲统治者贪婪或无能

时间范围:1400.4.1 - 1450.1.1(每月 2% 概率)

触发条件

  • 国家标签为 MAL(马六甲)。
  • 当前统治者或摄政者满足以下任一条件:
    • 拥有特质 greedy(贪婪)。
    • 外交能力 < 25

关键效果

  • 选项 A
    • 获得 1 金币。
    • 获得 prestige_extreme_penalty(声望极端惩罚)。
    • 对国家主流文化产生以下影响:
      • 增加 cultural_influence_mild_penalty(文化影响力轻度惩罚)。
      • 增加 cultural_tradition_mild_penalty(文化传统轻度惩罚)。

背景介绍: 在15世纪上半叶,马六甲苏丹国正处于崛起和扩张的关键时期。这一时期,统治者的个人品德与能力对国家治理和稳定至关重要。若统治者表现出贪婪或外交能力严重不足,可能会为了短期利益而采取损害国家长远声望和文化根基的政策,从而引发贵族阶层的不满,并削弱国家的文化凝聚力。

完整事件代码

flavor_mal.27 = {
	type = country_event
	title = flavor_mal.27.title
	desc = flavor_mal.27.desc

	dynamic_historical_event = {
		tag = MAL
		from = 1400.4.1
		to = 1450.1.1
		monthly_chance = 2
	}

	fire_only_once = yes

	trigger = {
		ruler_or_regent ?= {
			OR = {
				has_trait = greedy
				dip < 25
			}
		}
	}

	illustration_tags = {
        10 = angry
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		ruler_or_regent ?= {
			save_scope_as = target_character
		}
	}

	option = {
		name = flavor_mal.27.a

		add_gold = 1

		add_prestige = prestige_extreme_penalty

		culture = {
			add_cultural_influence = cultural_influence_mild_penalty
			add_cultural_tradition = cultural_tradition_mild_penalty
		}
	}
}