diff --git a/scenes/quests/lore_quests/quest_000/quest.tres b/scenes/quests/lore_quests/quest_000/quest.tres index 6856ea577c..1b4f8ea04b 100644 --- a/scenes/quests/lore_quests/quest_000/quest.tres +++ b/scenes/quests/lore_quests/quest_000/quest.tres @@ -1,6 +1,7 @@ [gd_resource type="Resource" script_class="LoreQuest" format=3 uid="uid://0dcffjdxn6g2"] [ext_resource type="Script" uid="uid://b23ralr2qbarg" path="res://scenes/menus/storybook/components/lore_quest.gd" id="1_036vf"] +[ext_resource type="Resource" uid="uid://66840dnuhupo" path="res://scenes/quests/lore_quests/quest_000/quest_000_retelling.dialogue" id="1_vv47p"] [resource] script = ExtResource("1_036vf") @@ -9,4 +10,5 @@ skip_abilities = Array[int]([1, 16]) status = 1 title = "Tutorial" first_scene = "uid://ck22vke6i1jyq" +retelling = ExtResource("1_vv47p") metadata/_custom_type_script = "uid://dts1hwdy3phin" diff --git a/scenes/quests/lore_quests/quest_000/quest_000_retelling.dialogue b/scenes/quests/lore_quests/quest_000/quest_000_retelling.dialogue new file mode 100644 index 0000000000..1ae67ef619 --- /dev/null +++ b/scenes/quests/lore_quests/quest_000/quest_000_retelling.dialogue @@ -0,0 +1,22 @@ +# SPDX-FileCopyrightText: The Threadbare Authors +# SPDX-License-Identifier: MPL-2.0 +~ start +Townies: Was the journey here difficult? Tell us! +StoryWeaver: Arun guided me all the way here, and... +- He told me what happened to his village {{ memory_text() }} + StoryWeaver: The Void left him all alone. I'm glad I found him! + if has_memory() + do give_memory_upgrade() + Townie: I think I visited his village as a child! +- I learnt to grapple {{ imagination_text() }} + StoryWeaver: I threw my thread and pulled myself across the water. + StoryWeaver: As I flew through the air, I felt so free! + if has_imagination() + do give_imagination_upgrade() + Townie: That sounds like a dream come true. +- I had to sneak through some caves {{ spirit_text() }} + StoryWeaver: The caves were full of StoryVores. + StoryWeaver: I was so glad the KnitWitches were there to help me on my way. + if has_spirit() + do give_spirit_upgrade() + Townie: You must have hidden yourself in the shadows! diff --git a/scenes/quests/lore_quests/quest_000/quest_000_retelling.dialogue.import b/scenes/quests/lore_quests/quest_000/quest_000_retelling.dialogue.import new file mode 100644 index 0000000000..e4e05c3bbd --- /dev/null +++ b/scenes/quests/lore_quests/quest_000/quest_000_retelling.dialogue.import @@ -0,0 +1,16 @@ +[remap] + +importer="dialogue_manager" +importer_version=15 +type="Resource" +uid="uid://66840dnuhupo" +path="res://.godot/imported/quest_000_retelling.dialogue-02cce09673d895d5bcb9ba5f1ffd349e.tres" + +[deps] + +source_file="res://scenes/quests/lore_quests/quest_000/quest_000_retelling.dialogue" +dest_files=["res://.godot/imported/quest_000_retelling.dialogue-02cce09673d895d5bcb9ba5f1ffd349e.tres"] + +[params] + +defaults=true