From e755e4c003b3ce0d54515b3424fb7786049009a7 Mon Sep 17 00:00:00 2001 From: MarcoDandolo <131713273+MarcoDandolo@users.noreply.github.com> Date: Mon, 4 Sep 2023 22:05:32 +0200 Subject: [PATCH] Tutorial Lessons for "Thriving Culture" --- .../mr_objective_thriving_culture.txt | 24 +++++++++++++++++++ ...r_objective_thriving_culture_completed.txt | 22 +++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 common/tutorial_lessons/mr_objective_thriving_culture.txt create mode 100644 common/tutorial_lessons/mr_objective_thriving_culture_completed.txt diff --git a/common/tutorial_lessons/mr_objective_thriving_culture.txt b/common/tutorial_lessons/mr_objective_thriving_culture.txt new file mode 100644 index 0000000000..94ddc888d2 --- /dev/null +++ b/common/tutorial_lessons/mr_objective_thriving_culture.txt @@ -0,0 +1,24 @@ +######################### +# MORGENRÖTE OBJECTIVES # +######################### + +#by Marco Dandolo + +######################### + +thriving_culture = { + start_automatically = no + chain = lesson_chain_intro + delay = 0 + + # Welcome to Morgenröte + thriving_culture_welcome = { + text = "thriving_culture_welcome_desc" + + gui_transition = { + button_id = "next" + button_text = "thriving_culture_lesson_button_skip" + target = lesson_finish + } + } +} \ No newline at end of file diff --git a/common/tutorial_lessons/mr_objective_thriving_culture_completed.txt b/common/tutorial_lessons/mr_objective_thriving_culture_completed.txt new file mode 100644 index 0000000000..96ff6edfce --- /dev/null +++ b/common/tutorial_lessons/mr_objective_thriving_culture_completed.txt @@ -0,0 +1,22 @@ +######################### +# MORGENRÖTE OBJECTIVES # +######################### + +#by Marco Dandolo + +######################### + +thriving_culture_complete = { + start_automatically = no + chain = lesson_chain_journal_guides + + thriving_culture_complete_1 = { + text = "thriving_culture_complete_desc" + + gui_transition = { + button_id = "next" + button_text = "tutorial_lesson_button_complete" + target = lesson_finish + } + } +} \ No newline at end of file