diff --git a/common/audio_manager/assets/sfx/dialogs/sfx/deactivation.wav b/common/audio_manager/assets/sfx/dialogs/sfx/deactivation.wav new file mode 100644 index 0000000..58c5457 Binary files /dev/null and b/common/audio_manager/assets/sfx/dialogs/sfx/deactivation.wav differ diff --git a/common/audio_manager/assets/sfx/dialogs/sfx/deactivation.wav.import b/common/audio_manager/assets/sfx/dialogs/sfx/deactivation.wav.import new file mode 100644 index 0000000..28d4483 --- /dev/null +++ b/common/audio_manager/assets/sfx/dialogs/sfx/deactivation.wav.import @@ -0,0 +1,24 @@ +[remap] + +importer="wav" +type="AudioStreamWAV" +uid="uid://c8cwobmqg80dw" +path="res://.godot/imported/deactivation.wav-f941c93b81a553c4a9b003d564a3ce38.sample" + +[deps] + +source_file="res://common/audio_manager/assets/sfx/dialogs/sfx/deactivation.wav" +dest_files=["res://.godot/imported/deactivation.wav-f941c93b81a553c4a9b003d564a3ce38.sample"] + +[params] + +force/8_bit=false +force/mono=false +force/max_rate=false +force/max_rate_hz=44100 +edit/trim=false +edit/normalize=false +edit/loop_mode=0 +edit/loop_begin=0 +edit/loop_end=-1 +compress/mode=2 diff --git a/dialogs/timelines/gameplay_related/failure.dtl b/dialogs/timelines/gameplay_related/failure.dtl new file mode 100644 index 0000000..76dea5b --- /dev/null +++ b/dialogs/timelines/gameplay_related/failure.dtl @@ -0,0 +1,11 @@ +audio "res://common/audio_manager/assets/sfx/dialogs/sfx/incoming_transmission.wav" +[wait time="1.5"] +join demeter center [animation="Bounce In"] +demeter: [color=#FFA617]{orchidName}[/color] ? +demeter: The [color=#FFA617]Internode[/color] sensors are deactivated,[pause=0.2] I am losing connection with you. +demeter: You did not generate enough [b]plant points[/b],[pause=0.2] the [color=#FFA617]Internode[/color] will not be able to leave the area.[pause=0.2] Your batteries are running low.[pause=0.4].[pause=0.4].[pause=0.4] +demeter: I have to transfer you back to another body.[pause=0.3] Do not worry,[pause=0.2] it will not hurt you. +audio "res://common/audio_manager/assets/sfx/recharge/recharge.wav" +[wait time="0.9"] +audio "res://common/audio_manager/assets/sfx/dialogs/sfx/deactivation.wav" +[wait time="4.0"] \ No newline at end of file diff --git a/dialogs/timelines/gameplay_related/failure.dtl.uid b/dialogs/timelines/gameplay_related/failure.dtl.uid new file mode 100644 index 0000000..625f8aa --- /dev/null +++ b/dialogs/timelines/gameplay_related/failure.dtl.uid @@ -0,0 +1 @@ +uid://7dugwna5ge2x diff --git a/project.godot b/project.godot index 64432e8..2bf446b 100644 --- a/project.godot +++ b/project.godot @@ -43,7 +43,8 @@ directories/dch_directory={ } directories/dtl_directory={ "demeter_intro": "res://dialogs/timelines/story/demeter_intro.dtl", -"demeter_outro": "res://dialogs/timelines/story/demeter_outro.dtl" +"demeter_outro": "res://dialogs/timelines/story/demeter_outro.dtl", +"failure": "res://dialogs/timelines/gameplay_related/failure.dtl" } layout/style_directory={ "": "res://dialogs/dialogs_style.tres",