Event
The New Model Army

A proposal to enhance the quality of the army is soon to be under debate in the Parliament. Traditionally, military command has been entrusted to members of the Nobility, many of whom possess little military experience. The New Model Army seeks to remedy this by barring inexperienced members of the Parliament from holding command in either the army or the navy for the duration of the civil war. Instead, the armed forces would be restructured into the New Model Army, to be led by the experienced and capable Target Character 2.
Definitionin_game/events/disaster/english_civil_war.txt:368
369type = country_event
370category = disaster_event
371title = english_civil_war.256.title The New Model Army
372desc = english_civil_war.256.desc A proposal to enhance the quality of the army is soon to be under debate in the Parliament. Traditionally, military command has been entrusted to members of the Nobility, many of whom possess little military experience. The New Model Army seeks to remedy this by barring inexperienced members of the Parliament from holding command in either the army or the navy for the duration of the civil war. Instead, the armed forces would be restructured into the New Model Army, to be led by the experienced and capable 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
}
}
}