move other to dedicated player file
All checks were successful
studiorailgun/trpg/pipeline/head This commit looks good

This commit is contained in:
austin 2024-12-30 15:32:25 -05:00
parent aecfd4666c
commit b62d5b2e66
3 changed files with 22 additions and 14 deletions

View File

@ -0,0 +1,19 @@
{
"tag" : "other-player",
"nodes" : {
"0" : {
"id" : 0,
"name" : "Other"
}
},
"relations" : {
"0" : {
"comment" : "The other is an instance of a person",
"id" : 3,
"name" : "instanceOf",
"parent" : 0,
"parentWeb" : "person",
"child" : 0
}
}
}

View File

@ -20,8 +20,8 @@
"id" : 4,
"name" : "participantOf",
"parent" : 0,
"child" : 4,
"childWeb" : "root"
"child" : 0,
"childWeb" : "other-player"
},
"5" : {
"comment" : "The current conversation has the self as a participant",
@ -34,6 +34,7 @@
},
"dependencies" : [
"./data/webs/physical-instances/characters/bert-self.json",
"./data/webs/physical-instances/characters/other-player.json",
"./data/webs/root.json"
]
}

View File

@ -1,24 +1,12 @@
{
"tag" : "root",
"nodes" : {
"4" : {
"id" : 4,
"name" : "Other"
},
"8" : {
"id" : 8,
"name" : "hat"
}
},
"relations" : {
"3" : {
"comment" : "The other is an instance of a person",
"id" : 3,
"name" : "instanceOf",
"parent" : 0,
"parentWeb" : "person",
"child" : 4
},
"8" : {
"comment" : "hat is an instance of a concept",
"id" : 8,