Событие

Special Units Menu

qa_debug.28in_game/events/debug/qa_debug.txt:2600

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

Цепочка событий

Каждое событие запускается тем, под которым оно вложено; строка под ним указывает, какой выбор к нему ведёт и когда.

  1. Special Units Menu
  2. Quantity of the Special Units
    ↳ Вариант D «Choose how many units should spawn.» · сразу
  3. Special Units Menu (см. выше)
    ↳ Вариант A «Set it to 1» · сразу
  4. The Special Units of Генуя
    ↳ Вариант A «Генуя» · сразу
  5. Special Units Menu (см. выше)
    ↳ Вариант D «Go back to the previous Menu» · сразу
  6. The Special Units of Мали
    ↳ Вариант B «Мали» · сразу
  7. Special Units Menu (см. выше)
    ↳ Вариант H «Go back to the previous Menu» · сразу
  8. The Special Units of Персия
    ↳ Вариант C «Персия» · сразу
  9. 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.
2604outcome = neutral
2605immediate = {
2606if = {
2607limit = {
2607NOT = {
2607has_variable = qa_amount_of_special_units Amount of Spawning Special Units
}
}
2608set_variable = {
2608name = qa_amount_of_special_units Amount of Spawning Special Units
2608value = 1
}
}
}

Варианты

AГенуя
2615custom_tooltip = qa_debug.28.tt This option has access to the following special units:
2616show_as_tooltip = {
2617capital = {
2618create_sub_unit = unit_type:a_genoese_crossbowmen
2619create_sub_unit = unit_type:n_genoese_galley
2620create_sub_unit = unit_type:n_italian_galleass
}
}
2623trigger_event_silently = {
2624id = qa_debug.2803
}
BМали
2630custom_tooltip = qa_debug.28.tt This option has access to the following special units:
2631show_as_tooltip = {
2632capital = {
2633create_sub_unit = unit_type:a_jonow_auxiliary
2634create_sub_unit = unit_type:a_sofa_infantry
2635create_sub_unit = unit_type:a_mandekalu_infantry
2636create_sub_unit = unit_type:a_mandekalu_cavalry
2637create_sub_unit = unit_type:a_farari_infantry
2638create_sub_unit = unit_type:a_farari_cavalry
}
}
2641c:MAL = {
2641save_scope_as = spawn_country
}
2642trigger_event_silently = {
2643id = qa_debug.2804
}
CПерсия
2649trigger = {
2650country_exists = c:IRA
}
2652custom_tooltip = qa_debug.28.tt This option has access to the following special units:
2653show_as_tooltip = {
2654capital = {
2655create_sub_unit = unit_type:a_discovery_qizilbash
2656create_sub_unit = unit_type:a_ghilman
2657create_sub_unit = unit_type:a_tofangchi
2658create_sub_unit = unit_type:a_tupchi
2659create_sub_unit = unit_type:a_jazayerchi
}
}
2662c:IRA = {
2662save_scope_as = spawn_country
}
2663trigger_event_silently = {
2664id = qa_debug.2805
}
DChoose how many units should spawn.
2670custom_tooltip = {
2671text = qa_debug.28.b.tt Get a selection of fixed points of units amount you can spawn
2672trigger_event_silently = {
2673id = qa_debug.2801
}
}
EClose Menu