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_mos.86 下诺夫哥罗德的防御与动员

时间范围:1580.1.1 - 1630.1.1(每月 5% 概率)

触发条件

  • 事件所属国家(root)必须拥有并控制 nizhny_novgorod 地区。
  • region:russian_region 区域内,事件所属国家至少拥有一个非农村地区,但该地区目前被非所属国家控制。
  • 事件所属国家正处于战争状态。
  • 事件所属国家是至少一场战争的防御方领袖。

关键效果

  • 选项 A (历史选项)
    • 获得相当于3倍月度收入的金币。
    • 获得相当于3倍月度人力的人力资源。
  • 选项 B
    • 显著增加市民阶层满意度。
    • 增加少量战争疲劳度。
    • 附带自定义提示文本 flavor_mos.86.tt1

背景介绍: 该事件模拟了16世纪末至17世纪初,莫斯科公国或俄罗斯在面临外敌入侵、部分核心领土被占领的战争时期,以下诺夫哥罗德为战略支点进行防御和资源动员的历史情境。下诺夫哥罗德作为伏尔加河上的重要贸易与军事中心,在动荡时期常成为组织抵抗、筹集资金和兵员的关键基地。

完整事件代码

flavor_mos.86 = {
	type = country_event

	title = flavor_mos.86.title
	desc = flavor_mos.86.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = MOS
		tag = RUS
		from = 1580.1.1
		to = 1630.1.1
		monthly_chance = 5
	}

	illustration_tags = {
		10 = armed
		10 = exterior
	}

	trigger = {

		location:nizhny_novgorod = {
			owner = root
			controller = root
		}

		any_owned_non_rural_location = {
			region = region:russian_region
			controller != root
			owner = root
		}

		at_war = yes
		any_current_war = {
			defender_leader = root
		}
	}

	immediate = {

		random_owned_non_rural_location = {
			limit = {
				region = region:russian_region
				controller != root
			}
			save_scope_as = target_location
		}
		event_illustration_estate_effect = { 
			foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
	}

	option = {
		name = flavor_mos.86.a
		historical_option = yes

		change_gold_effect = { scale = 3 }

		add_manpower = { value = root.monthly_manpower multiply = 3 }

		ai_chance = {
			factor = 1
		}

	}

	option = {
	name = flavor_mos.86.b

		add_estate_satisfaction = { type = estate_type:burghers_estate
			value = estate_satisfaction_severe_bonus
		}

		custom_tooltip = flavor_mos.86.tt1

		add_war_exhaustion = war_exhaustion_mild_penalty

		ai_chance = {
			factor = 0.5
		}

	}

	historical_info = flavor_mos.86.historical_info

}