at.turtleme.authPlay
Schema Diff
+13 -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
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
18
},
19
19
{
20
20
"lxm": [
21
21
"at.turtleme.game.getState",
22
22
"at.turtleme.game.setNet",
23
-
"at.turtleme.game.haulNet"
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"
24
36
],
25
37
"type": "permission",
26
38
"resource": "rpc",
27
39
"inheritAud": true
28
40
}
29
41
]
30
42
}
31
43
},
32
44
"$type": "com.atproto.lexicon.schema",
33
45
"lexicon": 1
34
46
}