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_chi.121 军事著作《火龙经》的诞生

时间范围:1375.1.1 - 1425.1.1(每月 10% 概率触发)

触发条件

  • 国家陆军传统 ≥ 80。
  • 拥有至少一位军事能力 ≥ 80 的将领。

关键效果

  • 选项 flavor_chi.121.a
    • 在首都创建一件名为 huolongjing 的艺术品(著作),其艺术家为触发事件时军事能力最高的将领,品质在 0.75 至 0.9 之间。
    • 为国家添加名为 chi_huolongjing 的修正,持续 20 年。

背景介绍: 在明朝初期,随着火器在军事中的应用日益广泛,对相关战术、技术和制造工艺的系统性总结成为迫切需求。这一时期,杰出的军事将领或学者可能基于实战经验,编纂出集大成的火器专著。《火龙经》便是此类著作的代表,它系统记载了火铳、火炮、火箭、爆炸物等火器的制造、使用及战术,反映了当时中国在军事科技领域的领先地位和知识传承。该事件模拟了在具备高度军事传统和杰出将领的条件下,此类重要军事理论著作诞生的过程。

完整事件代码

flavor_chi.121 = {
	type = country_event
	title = flavor_chi.121.title
	desc = flavor_chi.121.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = CHI
		from = 1375.1.1
		to = 1425.1.1
		monthly_chance = 10
	}

	trigger = {
		army_tradition >= 80
		any_character = {
			is_general = yes
			mil >= 80
		}
	}

	illustration_tags = {
		10 = regular
		10 = exterior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		ordered_character = {
			limit = {
				is_general = yes
				mil >= 80
			}
			order_by = mil
			save_scope_as = target_character
		}
		set_local_variable = {
			name = work_of_art_quality
			value = { 0.75 0.9 }
		}
		capital = {
			create_art = {
				artist = scope:target_character
				key = huolongjing
				quality = local_var:work_of_art_quality
				type = work_of_art_type:treatise
			}
		}
		work_of_art:huolongjing = {
			save_scope_as = target_work_of_art
		}
	}

	option = {
		name = flavor_chi.121.a

		show_as_tooltip = {
			capital = {
				create_art = {
					artist = scope:target_character
					key = huolongjing
					quality = local_var:work_of_art_quality
					type = work_of_art_type:treatise
				}
			}
		}
		add_country_modifier = {
			mode = replace
			modifier = chi_huolongjing
			years = 20
		}
	}
}