イベント
新たな王朝の興隆

適切な継承者のいないOld Rulerの死は、Old Ruler Dynasty王朝の死を意味した。わが国民は統治者一族の死を悼んでいるものの、Countryは前に進まなければならず、新たな指導者が国民の呼びかけに応じて立ち上がった。
それはNew Leader Dynasty王朝のNew Leaderであり、貴族のなかで最も影響力のある強力な存在として、不満を抱く派閥を抑制し、国の混乱を回避するために即位したのだ。
定義in_game/events/government/succession.txt:484
485type = country_event
487title = succession.4.title 新たな王朝の興隆
488desc = succession.4.desc 適切な継承者のいないOld Rulerの死は、Old Ruler Dynasty王朝の死を意味した。わが国民は統治者一族の死を悼んでいるものの、Countryは前に進まなければならず、新たな指導者が国民の呼びかけに応じて立ち上がった。
それはNew Leader Dynasty王朝のNew Leaderであり、貴族のなかで最も影響力のある強力な存在として、不満を抱く派閥を抑制し、国の混乱を回避するために即位したのだ。
それはNew Leader Dynasty王朝のNew Leaderであり、貴族のなかで最も影響力のある強力な存在として、不満を抱く派閥を抑制し、国の混乱を回避するために即位したのだ。
489outcome = neutral
491illustration_tags = {
49210 = angry
49310 = interior
}
496immediate = {
}
498previous_ruler ?= {
499save_scope_as = old_ruler
}
503if = {
504limit = {
505exists = scope:new_leader
506scope:new_leader = {
507is_alive = no
}
}
510random_owned_location = {
511create_dynasty_from_location = random
512last_dynasty_in_location = {
512save_scope_as = target_dynasty
}
}
514if = {
515limit = {
515exists = scope:target_dynasty
}
516create_character = {}
}
526else = {
527create_character = {
528religion = root.religion
529culture = root.culture
531age = {
20
60
}
532female = no
533save_scope_as = new_leader
}
535scope:new_leader = {
536found_dynasty = random
}
}
}
}