Диалоги четвертого дня
This commit is contained in:
parent
99dbbd2eab
commit
50d7743d24
1 changed files with 20 additions and 7 deletions
|
@ -178,13 +178,9 @@ Exit = NodePath("../Door_ENGINE2")
|
|||
position = Vector2(54, 255)
|
||||
Exit = NodePath("../Door_ENGINE")
|
||||
|
||||
[node name="Door_CAPTAIN" parent="Doors" node_paths=PackedStringArray("Exit") instance=ExtResource("2_kyojn")]
|
||||
position = Vector2(980, 134)
|
||||
Exit = NodePath("../Door_CAPTAIN2")
|
||||
|
||||
[node name="Door_CAPTAIN2" parent="Doors" node_paths=PackedStringArray("Exit") instance=ExtResource("2_kyojn")]
|
||||
position = Vector2(1019, -258)
|
||||
Exit = NodePath("../Door_CAPTAIN")
|
||||
Exit = NodePath("")
|
||||
|
||||
[node name="NPCs" type="Node2D" parent="."]
|
||||
|
||||
|
@ -192,6 +188,8 @@ Exit = NodePath("../Door_CAPTAIN")
|
|||
position = Vector2(351, 14)
|
||||
NPCName = "Cook"
|
||||
Frames = ExtResource("4_av7ev")
|
||||
DefaultDialogLine = "Time to get cooking"
|
||||
DialogLines = ["You know those things", "You can make really good soup out of it", "Do you want some", "No?! Well i'll get you some canned food", "Here it is...", "You need to be prepared for arriving"]
|
||||
|
||||
[node name="Captain" parent="NPCs" instance=ExtResource("3_vhb2r")]
|
||||
position = Vector2(889, -258)
|
||||
|
@ -202,33 +200,48 @@ Frames = ExtResource("5_cl7fg")
|
|||
position = Vector2(286, 255)
|
||||
NPCName = "Doctor"
|
||||
Frames = ExtResource("6_tudqg")
|
||||
DefaultDialogLine = "Get to the engine room and turn off the engine"
|
||||
DialogLines = ["Oh, good someone who are relativly sane on this ship", "I managed to get in contact with the captain", "but he seems to be completly insane", "Talking about arrival and other nonsence", "We should end all of this", "I have a plan", "Me with last sane people on this ship will break", "into the bridge", "And you should manually turn off the ships engine", "Whatever is happening", "we need to stop our fast approach to this source"]
|
||||
|
||||
[node name="Ivan" parent="NPCs" instance=ExtResource("3_vhb2r")]
|
||||
position = Vector2(1307, 254)
|
||||
NPCName = "Ivan"
|
||||
Frames = ExtResource("7_cr07l")
|
||||
DefaultDialogLine = "New day new joke"
|
||||
DialogLines = ["Do you want to hear a joke?", "Two inmates are sitting in the cell.", "And one asks another:", "\"How did you get here?\"", "\"I opened a window on a work\"", "\"BS they don't jail people for that!", "Where did you work?\"", "\"I work on the submarine\"", "HAHAHA HA", "Nevermind. Get to the sonar room.", "Eugene want to see you."]
|
||||
DefaultDialogLine = "I dont feel good"
|
||||
DialogLines = ["Feel better today", "But no jokes today, sorry", "Everytime I come up with a joke", "it feels like something is messing up with my toughts", "Two inmates are sitting at the submarine", "They are getting closer", "...", "I should really see the doctor", "Ah, doctor. He wanted to talk to you"]
|
||||
|
||||
[node name="Eugene" parent="NPCs" instance=ExtResource("3_vhb2r")]
|
||||
position = Vector2(1326, 14)
|
||||
NPCName = "Eugene"
|
||||
Frames = ExtResource("7_cr07l")
|
||||
DefaultDialogLine = "You hear them in your dreams"
|
||||
DialogLines = ["Every step we make get us closer...", "Do you hear it? In your dreams", "It is calling us", "Below"]
|
||||
|
||||
[node name="Nikolai" parent="NPCs" instance=ExtResource("3_vhb2r")]
|
||||
position = Vector2(575, -6)
|
||||
NPCName = "Nikolai"
|
||||
Frames = ExtResource("7_cr07l")
|
||||
DefaultDialogLine = "Canned food tastes strange today"
|
||||
DialogLines = ["Are they calling us", "or is it only some really messed up dream", "Do they really think", "that something is calling us deep below"]
|
||||
|
||||
[node name="Computer" parent="NPCs" instance=ExtResource("3_vhb2r")]
|
||||
position = Vector2(1597, -12)
|
||||
NPCName = "Computer"
|
||||
Frames = ExtResource("8_je535")
|
||||
DefaultDialogLine = "Approaching target."
|
||||
DialogLines = ["Approaching target.", "ETA $^%@#*&", "bx eva eipd nfenvat sq hdf snswo", "ptso ulp hdf sys", "eo hpsl tpfaxfv", "swo evpoit fpqknid", "..."]
|
||||
|
||||
[node name="Engine" parent="NPCs" instance=ExtResource("3_vhb2r")]
|
||||
position = Vector2(-359, 245)
|
||||
NPCName = "Engine"
|
||||
Frames = ExtResource("8_je535")
|
||||
DialogLines = ["Engine works at 110% capacity", "You pull the lever and mechanism stops", "You fill chills crawl down your spine", "Suddenly you pass out"]
|
||||
|
||||
[node name="Bridge door" parent="NPCs" instance=ExtResource("3_vhb2r")]
|
||||
position = Vector2(979, 131)
|
||||
NPCName = "Bridge door"
|
||||
Frames = ExtResource("8_je535")
|
||||
DefaultDialogLine = "You feel that you will meet captain soon"
|
||||
|
||||
[node name="Player" parent="." instance=ExtResource("9_qlkfx")]
|
||||
position = Vector2(1054, 255)
|
||||
|
|
Loading…
Add table
Reference in a new issue