com.pyxorium.dicestreak.rollspace
Schema Diff
+7 -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"
11
16
],
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."
17
+
"description": "A private, owner-only space containing this account's rolls across every House Dice game, when the player has opted into private-only play."
13
18
}
14
19
},
15
20
"$type": "com.atproto.lexicon.schema",
16
21
"lexicon": 1
17
22
}