事件
新模范军

Parliament即将审议一项军队改革的提案。长期以来,贵族成员垄断了军事指挥权,但其中多数人缺乏实战经验。因此,提交的新模范军方案提出,应该在内战期间禁止Parliament中无军事资历者担任陆海军指挥官职务,转而组建由经验丰富且能力出众的职业将领Target Character 2统领的新模范军,实现军队质量的全面提升。
定义in_game/events/disaster/english_civil_war.txt:368
369type = country_event
370category = disaster_event
371title = english_civil_war.256.title 新模范军
372desc = english_civil_war.256.desc Parliament即将审议一项军队改革的提案。长期以来,贵族成员垄断了军事指挥权,但其中多数人缺乏实战经验。因此,提交的新模范军方案提出,应该在内战期间禁止Parliament中无军事资历者担任陆海军指挥官职务,转而组建由经验丰富且能力出众的职业将领Target Character 2统领的新模范军,实现军队质量的全面提升。
373outcome = neutral
374fire_only_once = yes
375image = "gfx/interface/illustrations/disaster/english_civil_war.dds"
377immediate = {
378ruler_or_regent = {
378save_scope_as = target_character_1
}
379if = {
380limit = {
380owns = location:whitby
}
381location:whitby = {
382save_scope_as = target_location
}
}
385else = {
386capital = {
387save_scope_as = target_location
}
}
390if = {
391limit = {
392current_year > 1637
393current_year < 1675
}
395create_character = {
396first_name = name_thomas
397dynasty = dynasty:fairfax_dynasty
398birth_location = scope:target_location
400birth_date = 1612.1.17
401adm = 84
402dip = 81
403mil = 88
404create_in_limbo = yes
405save_scope_as = target_character_2
}
}
408else = {
409create_character = {
410dynasty = dynasty:fairfax_dynasty
411birth_location = scope:target_location
413adm = {
50
85
}
414dip = {
50
80
}
415mil = {
60
95
}
416age = 30
417create_in_limbo = yes
418save_scope_as = target_character_2
}
}
}