trpg/data/webs/physical-instances/conversations/convo1.json
austin b740431717
All checks were successful
studiorailgun/trpg/pipeline/head This commit looks good
breakout speech nodes from root
2024-12-30 15:08:40 -05:00

39 lines
1.0 KiB
JSON

{
"tag" : "convo1",
"nodes" : {
"0" : {
"id" : 0,
"name" : "CurrentConversation"
}
},
"relations" : {
"0" : {
"comment" : "The current conversation is an instance of a conversation",
"id" : 0,
"name" : "instanceOf",
"parent" : 0,
"parentWeb" : "conversation",
"child" : 0
},
"4" : {
"comment" : "The current conversation has the other as a participant",
"id" : 4,
"name" : "participantOf",
"parent" : 0,
"child" : 4,
"childWeb" : "root"
},
"5" : {
"comment" : "The current conversation has the self as a participant",
"id" : 5,
"name" : "participantOf",
"parent" : 0,
"child" : 2,
"childWeb" : "root"
}
},
"dependencies" : [
"./data/webs/physical-instances/characters/bert-self.json",
"./data/webs/root.json"
]
}