at.turtleme.authPlay
Schema Diff
+23 -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
+
"at.turtleme.game.buy",
25
+
"at.turtleme.game.sell",
26
+
"at.turtleme.game.exchange",
27
+
"at.turtleme.game.cook",
28
+
"at.turtleme.game.castSpot",
29
+
"at.turtleme.game.fishSpot",
30
+
"at.turtleme.game.cast",
31
+
"at.turtleme.game.strike",
32
+
"at.turtleme.game.reelIn",
33
+
"at.turtleme.game.castReef",
34
+
"at.turtleme.game.sweepReef",
35
+
"at.turtleme.game.leaveReef"
36
+
],
37
+
"type": "permission",
38
+
"resource": "rpc",
39
+
"inheritAud": true
18
40
}
19
41
]
20
42
}
21
43
},
22
44
"$type": "com.atproto.lexicon.schema",
23
45
"lexicon": 1
24
46
}