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