com.pyxorium.dicestreak.rollspace
Schema Diff
+8 -2
1
1
{
2
2
"id": "com.pyxorium.dicestreak.rollspace",
3
3
"defs": {
4
4
"main": {
5
5
"key": "literal:self",
6
6
"name": "House Dice private rolls",
7
7
"type": "space",
8
8
"collections": [
9
9
"com.pyxorium.dicestreak.privateroll",
10
-
"com.pyxorium.dicestreak.privatepig"
10
+
"com.pyxorium.dicestreak.privatepig",
11
+
"com.pyxorium.dicestreak.privatehighroller",
12
+
"com.pyxorium.dicestreak.privateshipcaptaincrew",
13
+
"com.pyxorium.dicestreak.privateprism",
14
+
"com.pyxorium.dicestreak.privatecontagion",
15
+
"com.pyxorium.dicestreak.privategoingtotown",
16
+
"com.pyxorium.dicestreak.privatefavorites"
11
17
],
12
-
"description": "A private, owner-only space containing this account's Seven-Up and Pig rolls, when the player has opted into private-only play."
18
+
"description": "A private, owner-only space containing this account's rolls across every House Dice game, used automatically when the player signs in through a permissioned-space-capable PDS."
13
19
}
14
20
},
15
21
"$type": "com.atproto.lexicon.schema",
16
22
"lexicon": 1
17
23
}