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,
|
"id" : 4,
|
||||||
"name" : "participantOf",
|
"name" : "participantOf",
|
||||||
"parent" : 0,
|
"parent" : 0,
|
||||||
"child" : 4,
|
"child" : 0,
|
||||||
"childWeb" : "root"
|
"childWeb" : "other-player"
|
||||||
},
|
},
|
||||||
"5" : {
|
"5" : {
|
||||||
"comment" : "The current conversation has the self as a participant",
|
"comment" : "The current conversation has the self as a participant",
|
||||||
@ -34,6 +34,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies" : [
|
"dependencies" : [
|
||||||
"./data/webs/physical-instances/characters/bert-self.json",
|
"./data/webs/physical-instances/characters/bert-self.json",
|
||||||
|
"./data/webs/physical-instances/characters/other-player.json",
|
||||||
"./data/webs/root.json"
|
"./data/webs/root.json"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@ -1,24 +1,12 @@
|
|||||||
{
|
{
|
||||||
"tag" : "root",
|
"tag" : "root",
|
||||||
"nodes" : {
|
"nodes" : {
|
||||||
"4" : {
|
|
||||||
"id" : 4,
|
|
||||||
"name" : "Other"
|
|
||||||
},
|
|
||||||
"8" : {
|
"8" : {
|
||||||
"id" : 8,
|
"id" : 8,
|
||||||
"name" : "hat"
|
"name" : "hat"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"relations" : {
|
"relations" : {
|
||||||
"3" : {
|
|
||||||
"comment" : "The other is an instance of a person",
|
|
||||||
"id" : 3,
|
|
||||||
"name" : "instanceOf",
|
|
||||||
"parent" : 0,
|
|
||||||
"parentWeb" : "person",
|
|
||||||
"child" : 4
|
|
||||||
},
|
|
||||||
"8" : {
|
"8" : {
|
||||||
"comment" : "hat is an instance of a concept",
|
"comment" : "hat is an instance of a concept",
|
||||||
"id" : 8,
|
"id" : 8,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user