at.turtleme.authPlay
Schema Diff
+11 -1
1
1
{
2
2
"id": "at.turtleme.authPlay",
3
3
"defs": {
4
4
"main": {
5
5
"type": "permission-set",
6
6
"title": "Play turtle meat",
7
-
"detail": "Chat in the global room, say when you are playing, and publish your fishing progress. Everything is written to your own repository, and deleting it removes it.",
7
+
"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.",
8
8
"permissions": [
9
9
{
10
10
"type": "permission",
11
11
"resource": "repo",
12
12
"collection": [
13
13
"at.turtleme.chat.message",
14
14
"at.turtleme.player.status",
15
15
"at.turtleme.player.state",
16
16
"at.turtleme.game.session"
17
17
]
18
+
},
19
+
{
20
+
"lxm": [
21
+
"at.turtleme.game.getState",
22
+
"at.turtleme.game.setNet",
23
+
"at.turtleme.game.haulNet"
24
+
],
25
+
"type": "permission",
26
+
"resource": "rpc",
27
+
"inheritAud": true
18
28
}
19
29
]
20
30
}
21
31
},
22
32
"$type": "com.atproto.lexicon.schema",
23
33
"lexicon": 1
24
34
}