We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec1360c commit 63fad4aCopy full SHA for 63fad4a
schema/1/mapdescriptor.json
@@ -116,7 +116,8 @@
116
"salaryIncrement",
117
"maxDiceRoll",
118
"frbFile1",
119
- "background"
+ "background",
120
+ "tourMode"
121
],
122
"additionalProperties": false,
123
"properties": {
@@ -266,6 +267,11 @@
266
267
"type": "integer"
268
}
269
},
270
+ "required": [
271
+ "opponent1",
272
+ "opponent2",
273
+ "opponent3"
274
+ ],
275
"additionalProperties": false
276
277
"bgm": {
0 commit comments