事件
Special Units Menu
Select what special units you want to spawn by choosing the 国家 name to get a list of their potential units to spawn.
The last option allows you to customize how many of them will appear.
波斯可成立国家option 3qa_amount_of_special_units变量immediate事件链
每个事件由其上一层的事件触发;下方一行说明由哪个选项、在何时触发。
- Special Units Menu
- Quantity of the Special Units↳ 选项D“Choose how many units should spawn.” · 立即
- Special Units Menu (见上文)↳ 选项A“Set it to 1” · 立即
- The Special Units of 热那亚↳ 选项A“热那亚” · 立即
- Special Units Menu (见上文)↳ 选项D“Go back to the previous Menu” · 立即
- The Special Units of 马里↳ 选项B“马里” · 立即
- Special Units Menu (见上文)↳ 选项H“Go back to the previous Menu” · 立即
- The Special Units of 波斯↳ 选项C“波斯” · 立即
- Special Units Menu (见上文)↳ 选项F“Go back to the previous Menu” · 立即
定义in_game/events/debug/qa_debug.txt:2600
2601type = country_event
2602title = qa_debug.28.title Special Units Menu
2603desc = qa_debug.28.desc Select what special units you want to spawn by choosing the 国家 name to get a list of their potential units to spawn.
The last option allows you to customize how many of them will appear.
The last option allows you to customize how many of them will appear.
2604outcome = neutral
2605immediate = {
2606if = {
2607limit = {
}
2608set_variable = {
2608value = 1
}
}
}