outfly/assets/scenes/conversations.scn.ron

160 lines
5 KiB
Plaintext

(
resources: {},
entities: {
4294967296: (
components: {
"outfly::actor::ChatBranch": (
id: "hialien",
name: "Icarus",
label: "INIT",
delay: 2.0,
sound: "ping",
level: "info",
reply: "Requesting permission to communicate...",
goto: "requested",
),
},
),
4294967297: (
components: {
"outfly::actor::ChatBranch": (
id: "hialien",
name: "Icarus",
label: "requested",
delay: 4.0,
sound: "chat",
level: "chat",
reply: "Oh hey there!",
goto: "sup",
),
},
),
4294967298: (
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?",
goto: "reply1",
),
},
),
4294967299: (
components: {
"outfly::actor::ChatBranch": (
id: "hialien",
name: "Icarus",
label: "reply1",
delay: 3.5,
sound: "chat",
level: "chat",
reply: "Not so chatty, huh? That's ok. See you around.",
goto: "pizza",
),
},
),
4294967300: (
components: {
"outfly::actor::ChatBranch": (
id: "hialien",
name: "Icarus",
label: "pizza",
delay: 1.5,
sound: "chat",
level: "chat",
reply: "Make sure to check out the Pizza place.",
goto: "disco",
),
},
),
4294967301: (
components: {
"outfly::actor::ChatBranch": (
id: "hialien",
name: "Icarus",
label: "disco",
delay: 0.0,
sound: "ping",
level: "info",
reply: "Disconnected.",
goto: "EXIT",
),
},
),
4294967400: (
components: {
"outfly::actor::ChatBranch": (
id: "pizzeria",
name: "Space Pizza™",
label: "INIT",
delay: 1.0,
sound: "ping",
level: "chat",
reply: "Requesting permission to communicate...",
goto: "requested",
),
},
),
4294967401: (
components: {
"outfly::actor::ChatBranch": (
id: "pizzeria",
name: "Space Pizza™",
label: "requested",
delay: 5.0,
sound: "chat",
level: "chat",
reply: "Welcome to Space Pizza™, best pizza all across the Jovian rings!",
goto: "ask",
),
},
),
4294967402: (
components: {
"outfly::actor::ChatBranch": (
id: "pizzeria",
name: "Space Pizza™",
label: "ask",
delay: 10.0,
sound: "chat",
level: "chat",
reply: "Would you like to order today's special Miracle Spacefungi? Freshly blended pizza smoothie ready for your space suit feeding tube!",
goto: "hello?",
),
},
),
4294967403: (
components: {
"outfly::actor::ChatBranch": (
id: "pizzeria",
name: "Space Pizza™",
label: "hello?",
delay: 10.0,
sound: "chat",
level: "chat",
reply: "Hello? Are you still there?",
goto: "disco",
),
},
),
4294967304: (
components: {
"outfly::actor::ChatBranch": (
id: "pizzeria",
name: "Space Pizza™",
label: "disco",
delay: 0.0,
sound: "ping",
level: "info",
reply: "Disconnected.",
goto: "EXIT",
),
},
),
},
)