com.pyxorium.dicestreak.rollspace
Schema Diff
+4 -3
1
1
{
2
2
"id": "com.pyxorium.dicestreak.rollspace",
3
3
"defs": {
4
4
"main": {
5
5
"key": "literal:self",
6
-
"name": "House Dice private Seven-Up rolls",
6
+
"name": "House Dice private rolls",
7
7
"type": "space",
8
8
"collections": [
9
-
"com.pyxorium.dicestreak.privateroll"
9
+
"com.pyxorium.dicestreak.privateroll",
10
+
"com.pyxorium.dicestreak.privatepig"
10
11
],
11
-
"description": "A private, owner-only space containing this account's Seven-Up rolls, when the player has opted into private-only play."
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."
12
13
}
13
14
},
14
15
"$type": "com.atproto.lexicon.schema",
15
16
"lexicon": 1
16
17
}