move other to dedicated player file
All checks were successful
studiorailgun/trpg/pipeline/head This commit looks good
All checks were successful
studiorailgun/trpg/pipeline/head This commit looks good
This commit is contained in:
parent
aecfd4666c
commit
b62d5b2e66
19
data/webs/physical-instances/characters/other-player.json
Normal file
19
data/webs/physical-instances/characters/other-player.json
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -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"
|
||||
]
|
||||
}
|
||||
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user