{
"id": "at.turtleme.authPlay",
"defs": {
"main": {
"type": "permission-set",
"title": "Play turtle meat",
"detail": "Chat in the global room, say when you are playing, and keep your fishing progress. Everything is written to your own repository, and deleting it removes it.",
"permissions": [
{
"type": "permission",
"resource": "repo",
"collection": [
"at.turtleme.chat.message",
"at.turtleme.player.status",
"at.turtleme.player.state",
"at.turtleme.game.session"
]
},
{
"lxm": [
"at.turtleme.game.getState",
"at.turtleme.game.setNet",
"at.turtleme.game.haulNet"
],
"type": "permission",
"resource": "rpc",
"inheritAud": true
}
]
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}