outfly/assets/scenes/conversations.scn.ron

250 lines
7.9 KiB
Plaintext
Raw Normal View History

2024-03-19 04:38:11 +00:00
(
resources: {},
entities: {
4294967296: (
components: {
"outfly::actor::ChatBranch": (
id: "hialien",
name: "Icarus",
label: "INIT",
2024-03-19 05:24:27 +00:00
delay: 2.0,
2024-03-19 04:38:11 +00:00
sound: "ping",
level: "info",
2024-03-19 04:38:11 +00:00
reply: "Requesting permission to communicate...",
2024-03-20 01:03:42 +00:00
choice: "",
2024-03-19 04:38:11 +00:00
goto: "requested",
),
},
),
4294967297: (
components: {
"outfly::actor::ChatBranch": (
id: "hialien",
name: "Icarus",
label: "requested",
2024-03-19 05:24:27 +00:00
delay: 4.0,
2024-03-19 22:32:12 +00:00
sound: "chat",
level: "chat",
2024-03-19 05:24:27 +00:00
reply: "Oh hey there!",
2024-03-20 01:03:42 +00:00
choice: "",
2024-03-19 05:24:27 +00:00
goto: "sup",
),
},
),
4294967298: (
components: {
"outfly::actor::ChatBranch": (
id: "hialien",
name: "Icarus",
label: "sup",
delay: 8.0,
2024-03-19 04:38:11 +00:00
sound: "chat",
level: "chat",
2024-03-19 05:24:27 +00:00
reply: "Didn't even notice you! Was playing some VR game! What's up?",
2024-03-20 01:03:42 +00:00
choice: "",
2024-03-19 04:38:11 +00:00
goto: "reply1",
),
},
),
2024-03-19 05:24:27 +00:00
4294967299: (
2024-03-20 01:03:42 +00:00
components: {
"outfly::actor::ChatBranch": (
id: "hialien",
name: "Icarus",
label: "reply1",
delay: 5.5,
sound: "chat",
level: "chat",
reply: "Are you sure? Your suit is sending a distress call. But whatever you say, have fun!",
choice: "I'm good, how are you?",
goto: "pizza",
),
},
),
4294967300: (
components: {
"outfly::actor::ChatBranch": (
id: "hialien",
name: "Icarus",
label: "reply1",
delay: 5.5,
sound: "chat",
level: "chat",
reply: "Yeah I can imagine, looks like your suit is leaking. Take care!",
choice: "Uhm... where am I? I don't feel so good.",
goto: "pizza",
),
},
),
4294967301: (
2024-03-19 04:38:11 +00:00
components: {
"outfly::actor::ChatBranch": (
id: "hialien",
name: "Icarus",
label: "reply1",
2024-03-19 17:15:19 +00:00
delay: 3.5,
2024-03-19 04:38:11 +00:00
sound: "chat",
level: "chat",
2024-03-19 04:38:11 +00:00
reply: "Not so chatty, huh? That's ok. See you around.",
2024-03-20 01:03:42 +00:00
choice: "",
2024-03-19 17:15:19 +00:00
goto: "pizza",
2024-03-19 05:01:17 +00:00
),
},
),
2024-03-20 01:03:42 +00:00
4294967302: (
2024-03-19 05:01:17 +00:00
components: {
"outfly::actor::ChatBranch": (
id: "hialien",
name: "Icarus",
2024-03-19 17:15:19 +00:00
label: "pizza",
2024-03-20 01:03:42 +00:00
delay: 2.5,
2024-03-19 17:15:19 +00:00
sound: "chat",
level: "chat",
2024-03-19 17:15:19 +00:00
reply: "Make sure to check out the Pizza place.",
2024-03-20 01:03:42 +00:00
choice: "",
goto: "disco_interactive",
),
},
),
4294967303: (
components: {
"outfly::actor::ChatBranch": (
id: "hialien",
name: "Icarus",
label: "disco_interactive",
delay: 0.0,
sound: "ping",
level: "info",
reply: "Disconnected.",
choice: "",
goto: "EXIT",
),
},
),
4294967304: (
components: {
"outfly::actor::ChatBranch": (
id: "hialien",
name: "Icarus",
label: "disco_interactive",
delay: 1.5,
sound: "ping",
level: "chat",
reply: "Bye!",
choice: "See ya~",
2024-03-19 17:15:19 +00:00
goto: "disco",
),
},
),
2024-03-20 01:03:42 +00:00
4294967305: (
2024-03-19 17:15:19 +00:00
components: {
"outfly::actor::ChatBranch": (
id: "hialien",
name: "Icarus",
label: "disco",
delay: 0.0,
sound: "ping",
level: "info",
2024-03-19 17:15:19 +00:00
reply: "Disconnected.",
2024-03-20 01:03:42 +00:00
choice: "",
2024-03-19 17:15:19 +00:00
goto: "EXIT",
),
},
),
2024-03-20 01:03:42 +00:00
4294967306: (
components: {
"outfly::actor::ChatBranch": (
id: "hialien",
name: "Icarus",
label: "sup",
delay: 8.0,
sound: "chat",
level: "chat",
reply: "Didn't even notice you! Was playing some VR game! What's up?",
choice: "Uhm... hi",
goto: "reply1",
),
},
),
2024-03-19 17:15:19 +00:00
4294967400: (
components: {
"outfly::actor::ChatBranch": (
id: "pizzeria",
name: "Space Pizza™",
label: "INIT",
delay: 1.0,
sound: "ping",
level: "chat",
2024-03-19 17:15:19 +00:00
reply: "Requesting permission to communicate...",
2024-03-20 01:03:42 +00:00
choice: "",
2024-03-19 17:15:19 +00:00
goto: "requested",
),
},
),
4294967401: (
components: {
"outfly::actor::ChatBranch": (
id: "pizzeria",
name: "Space Pizza™",
label: "requested",
delay: 5.0,
2024-03-19 22:32:12 +00:00
sound: "chat",
level: "chat",
2024-03-19 17:15:19 +00:00
reply: "Welcome to Space Pizza™, best pizza all across the Jovian rings!",
2024-03-20 01:03:42 +00:00
choice: "",
2024-03-19 17:15:19 +00:00
goto: "ask",
),
},
),
4294967402: (
components: {
"outfly::actor::ChatBranch": (
id: "pizzeria",
name: "Space Pizza™",
label: "ask",
delay: 10.0,
sound: "chat",
level: "chat",
2024-03-19 17:15:19 +00:00
reply: "Would you like to order today's special Miracle Spacefungi? Freshly blended pizza smoothie ready for your space suit feeding tube!",
2024-03-20 01:03:42 +00:00
choice: "",
2024-03-19 17:15:19 +00:00
goto: "hello?",
),
},
),
4294967403: (
components: {
"outfly::actor::ChatBranch": (
id: "pizzeria",
name: "Space Pizza™",
label: "hello?",
delay: 10.0,
sound: "chat",
level: "chat",
2024-03-19 17:15:19 +00:00
reply: "Hello? Are you still there?",
2024-03-20 01:03:42 +00:00
choice: "",
2024-03-19 17:15:19 +00:00
goto: "disco",
),
},
),
2024-03-20 01:03:42 +00:00
4294967404: (
2024-03-19 17:15:19 +00:00
components: {
"outfly::actor::ChatBranch": (
id: "pizzeria",
name: "Space Pizza™",
2024-03-19 05:01:17 +00:00
label: "disco",
delay: 0.0,
sound: "ping",
level: "info",
2024-03-19 05:01:17 +00:00
reply: "Disconnected.",
2024-03-20 01:03:42 +00:00
choice: "",
2024-03-19 04:38:11 +00:00
goto: "EXIT",
),
},
),
},
)