이벤트
신모범군

우리 군의 수준을 개선하자는 제안이 이제 곧 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
}
}
}