trpg/data/webs/physical-instances/characters/other-player.json
austin b62d5b2e66
All checks were successful
studiorailgun/trpg/pipeline/head This commit looks good
move other to dedicated player file
2024-12-30 15:32:25 -05:00

19 lines
390 B
JSON

{
"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
}
}
}