Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions scenes/quests/lore_quests/quest_000/quest.tres
Original file line number Diff line number Diff line change
@@ -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")
Expand All @@ -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"
Original file line number Diff line number Diff line change
@@ -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!
Original file line number Diff line number Diff line change
@@ -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