搜档网
当前位置:搜档网 › 钢铁雄心3加入阵营事件代码

钢铁雄心3加入阵营事件代码

# Response to the UK - IRQ Accepts
# 任意国家加入阵营
# 使用方法:拷贝此文件到\tfh\events下,控制台输入:event 65535
# 把IRQ换成其他国家代码,可用于其他国家加入阵营
country_event = {

id = 65534

is_triggered_only = yes

title = "加入阵营"
desc = "加入阵营"
picture = "chameberlain"

option = {
name = "加入同盟国" # Great!
IRQ = { join_faction = allies }
}

option = {
name = "加入轴心国" # Great!
IRQ = { join_faction = axis }
}
option = {
name = "加入共产国际" # Great!
IRQ = { join_faction = comintern }
}
}

相关主题