creates a leader and adds it to proper party in country
if a character with the same token, or the same name already exists, then just add the country leader role.
Example:
create_country_leader = {
name = "Leader Name"
name = XXX_leader_name # optional, faster to find an already existing character
desc = "LEADER_DESC_LOCALIZATION_TAG"
picture = "Portrait_leader_name.dds" # picture = "...." also supported for backwards compatibility
expire = "1965.1.1"
ideology = despotism
traits = {
the_director
}
}
实战 · 配合 · 坑
实战内容由 AI 生成,并已对照 vanilla 命令词表校验 —— 请当作起点而非权威依据。上方的定义节才是游戏自带文档原文。
实战用法
create_country_leader 最常见于 mod 添加新势力、政治剧变或内战事件中,用于为某国即时生成并指定一位特定意识形态的领袖。例如在一个架空历史 mod 里,当某国通过焦点完成政变后,自动替换掉原领导人: