Событие

Artist Menu

qa_debug.1001in_game/events/debug/qa_debug.txt:755

Which Artist do you want to create?

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

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

  1. Character Menu
  2. Artist Menu
    ↳ Вариант E «We need more art!» · сразу
  3. Heir Menu
    ↳ Вариант D «An heir for the state!» · сразу
  4. Ruler Menu
    ↳ Вариант C «The state needs a new ruler!» · сразу
  5. Dynasty Menu
    ↳ Вариант J «Setup a target dynasty first» · сразу
  6. Ruler Menu (см. выше)
    ↳ Вариант A «[Dynasty]» · сразу

Определениеin_game/events/debug/qa_debug.txt:755

756type = country_event
757title = qa_debug.1001.title Artist Menu
758desc = qa_debug.1001.desc Which Artist do you want to create?
759outcome = neutral

Варианты

ACreate a Painter
764create_character = {
765artist = painter
767move_country = root
}
BCreate a Sculptor
773create_character = {
774artist = sculptor
776move_country = root
}
CCreate a Composer
782create_character = {
783artist = composer
785move_country = root
}
DCreate a Writer
791create_character = {
792artist = writer
794move_country = root
}
ECreate an Architect
800create_character = {
801artist = architect
803move_country = root
}
FCreate a Philosopher
809create_character = {
810artist = philosopher
812move_country = root
}
GCreate an Iconographer
818create_character = {
819artist = iconographer
821move_country = root
}
HClose Menu