54 lines
4.3 KiB
Plaintext
54 lines
4.3 KiB
Plaintext
audio "res://common/audio_manager/assets/sfx/dialogs/sfx/incoming_transmission.wav"
|
|
[wait time="1.5"]
|
|
join demeter center [animation="Bounce In" length="1.0"]
|
|
demeter: Welcome to [color=#E30022]Astra[/color],[pause=0.2] [color=#FFA617]{orchidName}[/color],[pause=0.2] now that you are here we can start my plan.
|
|
- Yes ! What is next ?
|
|
- What plan ?
|
|
- That was easier than I expected...
|
|
demeter: It was not difficult indeed,[pause=0.2] but do not think it will be an easy task restoring the ecosystem of this planet.
|
|
demeter: First,[pause=0.2] you will have to initiate the [b]Emergency Communication Protocol[/b].[pause=0.3] Do not worry, it will be easy.
|
|
demeter: But I think you deserve some answers first...
|
|
demeter: Do you have any questions ?
|
|
jump debut_dialogue
|
|
label suite_dialogue
|
|
demeter: What else do you want to know ?
|
|
label debut_dialogue
|
|
- Who am I ? | [if {whoamI} == "false"] [else="hide"]
|
|
demeter: I can not answer this question,[pause=0.3] not fully at least.[pause=0.3] I created you,[pause=0.2] and I am sure you are the first robot entirely conceived by another one.[pause=0.3] The rest will be defined by your choices.
|
|
set {whoamI} = "true"
|
|
jump suite_dialogue
|
|
- What happened to this planet ? | [if {whathappened} == "false"] [else="hide"]
|
|
demeter: 10431 years ago,[pause=0.2] humans from the [b]Colony[/b] began to dug into the [color=#119758][b]primeval Talion node[/b][/color],[pause=0.2] and I made a mistake,[pause=0.5] a terrible mistake.
|
|
demeter: Then,[pause=0.2] life quickly left this planet,[pause=0.4] now just a barren wasteland.
|
|
- The primeval Talion node ?
|
|
demeter: My processors classified it as a gem,[pause=0.2] of extraordinary dimensions,[pause=0.2] from which all life erupted and spread across the planet.
|
|
- What did you do ?
|
|
demeter: I[pause=0.4].[pause=0.4].[pause=0.4].[pause=0.4] misjudged the situation,[pause=0.4] and did not execute my tasks properly.
|
|
set {whathappened} = "true"
|
|
jump suite_dialogue
|
|
- Where are the others ? | [if {theothers} == "false"] [else="hide"]
|
|
demeter: Do you mean,[pause=0.2] the other robots ?
|
|
- Yes
|
|
demeter: After the [b]Incident[/b],[pause=0.2] my brothers and sisters began to form clans,[pause=0.2] we slowly departed from each others,[pause=0.3] due to conflict[pause=0.4] and desperation.
|
|
demeter: Now,[pause=0.2] everyone of us is isolated,[pause=0.3] without command,[pause=0.2] I spent eighty-five centuries without any reason to exist,[pause=0.4] I suppose they too.
|
|
- No, the humans...
|
|
demeter: After the [b]Incident[/b],[pause=0.2] they immediately left the planet,[pause=0.3] without even disabling us...
|
|
set {theothers} = "true"
|
|
jump suite_dialogue
|
|
- Why bringing me from the north ? | [if {whynorth} == "false"]
|
|
demeter: It was my only choice,[pause=0.2] the north of this planet is administrated by the [color=#6CDAE7]Borea[/color] base,[pause=0.2] a manufacturing facility.
|
|
demeter: From this place,[pause=0.2] I can you bring you a body.[pause=0.3] It is not ideal but it is the only solution.
|
|
set {whynorth} = "true"
|
|
jump suite_dialogue
|
|
- What is next for me ? (End of demo)
|
|
demeter: You have to enter the command center of the base,[pause=0.2] reach the communication desk and press the red button on it.
|
|
- Really ?
|
|
demeter: Yes,[pause=0.2] I know it sounds silly but I don't have the equipment to press it.[pause=0.4].[pause=0.4].[pause=0.4]
|
|
- I travelled throughout all this planet to press a button ???
|
|
demeter: Absolutely,[pause=0.2] and I brought you to life,[pause=0.2] guided you throughout your hardship and maintained all the [color=#E30022]Astra[/color] and [color=#6CDAE7]Borea[/color] bases functional.[pause=0.4].[pause=0.4].[pause=0.4]
|
|
demeter: Once it is done,[pause=0.2] the Emergency Communication Protocol will activate and I will be able to contact my fellows,[pause=0.3] we need their help.
|
|
demeter: Then,[pause=0.2] you will have to continue restoring the ecosystem around [color=#E30022]Astra[/color].[pause=0.4] While you do it,[pause=0.2] stay alert for anything out of the ordinary.
|
|
demeter: I spotted some ancient structures around [color=#E30022]Astra[/color].[pause=0.3] I need you to investigate.
|
|
demeter: You can reach me from the [color=#FFA617]Internode[/color] if you ever need to.[pause=0.3] Good luck,[pause=0.2] I will keep you updated.
|
|
audio "res://common/audio_manager/assets/sfx/dialogs/sfx/closing_transmission.wav"
|
|
[wait time="2.0"] |