jaml-ui 0.27.0 → 0.28.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -6
- package/dist/assets/{searchPoolWorker-CejAnH4a.js → searchPoolWorker-BtlROziN.js} +9 -4
- package/dist/assets/searchPoolWorker-BtlROziN.js.map +1 -0
- package/dist/chunks/Layer-BBPJFHfs.js.map +1 -1
- package/dist/chunks/assets-RWUiFSTc.js.map +1 -1
- package/dist/chunks/motelyItemDecoder-BvFrQpaI.js +2061 -0
- package/dist/chunks/motelyItemDecoder-BvFrQpaI.js.map +1 -0
- package/dist/chunks/{searchPoolWorker-CTtPOuxF.js → searchPoolWorker-D1xR43D2.js} +2 -2
- package/dist/chunks/searchPoolWorker-D1xR43D2.js.map +1 -0
- package/dist/chunks/spriteMapper-CFjN0_TV.js.map +1 -1
- package/dist/chunks/tokens-B65Fzble.js.map +1 -1
- package/dist/chunks/ui-BEtq_JNg.js +3229 -0
- package/dist/chunks/ui-BEtq_JNg.js.map +1 -0
- package/dist/components/JamlAestheticSelector.d.ts +2 -3
- package/dist/components/JamlIdeToolbar.d.ts +3 -1
- package/dist/components/JamlSeedInput.d.ts +14 -4
- package/dist/components/JamlSeedSpinner.d.ts +7 -0
- package/dist/components/Jamlyzer.d.ts +5 -1
- package/dist/components/RunConfigModal.d.ts +1 -1
- package/dist/components/jamlSeedUtils.d.ts +1 -0
- package/dist/config.d.ts +5 -4
- package/dist/core.js.map +1 -1
- package/dist/decode/motelyItemFormats.d.ts +3124 -0
- package/dist/hooks/useIntersectionObserver.d.ts +1 -1
- package/dist/hooks/useMotelyRuntime.d.ts +1 -1
- package/dist/hooks/useSearch.d.ts +3 -3
- package/dist/index.d.ts +4 -2
- package/dist/index.js +3297 -3259
- package/dist/index.js.map +1 -1
- package/dist/lib/hooks/useDragScroll.d.ts +1 -1
- package/dist/motely.d.ts +2 -2
- package/dist/motely.js +23 -22
- package/dist/motely.js.map +1 -1
- package/dist/r3f.js.map +1 -1
- package/dist/ui/JimboPanelSpinner.d.ts +15 -0
- package/dist/ui/footer.d.ts +7 -1
- package/dist/ui/hooks.d.ts +2 -2
- package/dist/ui/jimbo.css +1 -1
- package/dist/ui.d.ts +2 -0
- package/dist/ui.js +3 -3
- package/jaml.schema.json +1219 -1165
- package/package.json +20 -22
- package/DESIGN.md +0 -236
- package/dist/assets/searchPoolWorker-CejAnH4a.js.map +0 -1
- package/dist/chunks/motelyItemDecoder-CRhfNIGU.js +0 -219
- package/dist/chunks/motelyItemDecoder-CRhfNIGU.js.map +0 -1
- package/dist/chunks/searchPoolWorker-CTtPOuxF.js.map +0 -1
- package/dist/chunks/ui-BBUfR6RM.js +0 -1386
- package/dist/chunks/ui-BBUfR6RM.js.map +0 -1
- package/dist/motelyBoot.d.ts +0 -15
- package/dist/ui/ide/DeckSprite.d.ts +0 -1
- package/dist/ui/ide/RegexTool.d.ts +0 -3
package/jaml.schema.json
CHANGED
|
@@ -1,1165 +1,1219 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"$id": "https://
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"type": "object",
|
|
8
|
-
"
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
"
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
"
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
},
|
|
123
|
-
"
|
|
124
|
-
"type": "
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
"
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
"
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
"
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
},
|
|
180
|
-
"
|
|
181
|
-
"type": "array",
|
|
182
|
-
"items": {
|
|
183
|
-
"
|
|
184
|
-
}
|
|
185
|
-
},
|
|
186
|
-
"
|
|
187
|
-
"
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
},
|
|
198
|
-
"
|
|
199
|
-
"type": "array",
|
|
200
|
-
"items": {
|
|
201
|
-
"
|
|
202
|
-
}
|
|
203
|
-
},
|
|
204
|
-
"
|
|
205
|
-
"
|
|
206
|
-
},
|
|
207
|
-
"
|
|
208
|
-
"
|
|
209
|
-
},
|
|
210
|
-
"
|
|
211
|
-
"
|
|
212
|
-
},
|
|
213
|
-
"
|
|
214
|
-
"
|
|
215
|
-
},
|
|
216
|
-
"
|
|
217
|
-
"$ref": "#/$defs/
|
|
218
|
-
},
|
|
219
|
-
"
|
|
220
|
-
"
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
"
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
"
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
"
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
"
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
"
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
"
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
"
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
"
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
"
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
"
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
"
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
"
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
"
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
"
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
"
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
"
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
"
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
"
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
"
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
"
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
"
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
"
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
"
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
"
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
"
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
"
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
"
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
"
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
"
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
"
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
"
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
"
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
"
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
"
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
"
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
"
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
"
|
|
451
|
-
|
|
452
|
-
"
|
|
453
|
-
"
|
|
454
|
-
"
|
|
455
|
-
"
|
|
456
|
-
"
|
|
457
|
-
"
|
|
458
|
-
"
|
|
459
|
-
"
|
|
460
|
-
"
|
|
461
|
-
"
|
|
462
|
-
"
|
|
463
|
-
"
|
|
464
|
-
"
|
|
465
|
-
"
|
|
466
|
-
"
|
|
467
|
-
"
|
|
468
|
-
"
|
|
469
|
-
"
|
|
470
|
-
"
|
|
471
|
-
"
|
|
472
|
-
"
|
|
473
|
-
"
|
|
474
|
-
"
|
|
475
|
-
"
|
|
476
|
-
"
|
|
477
|
-
"
|
|
478
|
-
"
|
|
479
|
-
"
|
|
480
|
-
"
|
|
481
|
-
"
|
|
482
|
-
"
|
|
483
|
-
"
|
|
484
|
-
"
|
|
485
|
-
"
|
|
486
|
-
"
|
|
487
|
-
"
|
|
488
|
-
"
|
|
489
|
-
"
|
|
490
|
-
"
|
|
491
|
-
"
|
|
492
|
-
"
|
|
493
|
-
"
|
|
494
|
-
"
|
|
495
|
-
"
|
|
496
|
-
"
|
|
497
|
-
"
|
|
498
|
-
"
|
|
499
|
-
"
|
|
500
|
-
"
|
|
501
|
-
"
|
|
502
|
-
"
|
|
503
|
-
"
|
|
504
|
-
"
|
|
505
|
-
"
|
|
506
|
-
"
|
|
507
|
-
"
|
|
508
|
-
"
|
|
509
|
-
"
|
|
510
|
-
"
|
|
511
|
-
"
|
|
512
|
-
"
|
|
513
|
-
"
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
"
|
|
520
|
-
"
|
|
521
|
-
"
|
|
522
|
-
"
|
|
523
|
-
"
|
|
524
|
-
"
|
|
525
|
-
"
|
|
526
|
-
"
|
|
527
|
-
"
|
|
528
|
-
"
|
|
529
|
-
"
|
|
530
|
-
"
|
|
531
|
-
"
|
|
532
|
-
"
|
|
533
|
-
"
|
|
534
|
-
"
|
|
535
|
-
"
|
|
536
|
-
"
|
|
537
|
-
"
|
|
538
|
-
"
|
|
539
|
-
"
|
|
540
|
-
"
|
|
541
|
-
"
|
|
542
|
-
"
|
|
543
|
-
"
|
|
544
|
-
"
|
|
545
|
-
"
|
|
546
|
-
"
|
|
547
|
-
"
|
|
548
|
-
"
|
|
549
|
-
"
|
|
550
|
-
"
|
|
551
|
-
"
|
|
552
|
-
"
|
|
553
|
-
"
|
|
554
|
-
"
|
|
555
|
-
"
|
|
556
|
-
"
|
|
557
|
-
"
|
|
558
|
-
"
|
|
559
|
-
"
|
|
560
|
-
"
|
|
561
|
-
"
|
|
562
|
-
"
|
|
563
|
-
"
|
|
564
|
-
"
|
|
565
|
-
"
|
|
566
|
-
"
|
|
567
|
-
"
|
|
568
|
-
"
|
|
569
|
-
"
|
|
570
|
-
"
|
|
571
|
-
"
|
|
572
|
-
"
|
|
573
|
-
"
|
|
574
|
-
"
|
|
575
|
-
"
|
|
576
|
-
"
|
|
577
|
-
"
|
|
578
|
-
"
|
|
579
|
-
"
|
|
580
|
-
"
|
|
581
|
-
"
|
|
582
|
-
"
|
|
583
|
-
"
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
"
|
|
590
|
-
"
|
|
591
|
-
"
|
|
592
|
-
"
|
|
593
|
-
"
|
|
594
|
-
"
|
|
595
|
-
"
|
|
596
|
-
"
|
|
597
|
-
"
|
|
598
|
-
"
|
|
599
|
-
"
|
|
600
|
-
"
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
"
|
|
607
|
-
"
|
|
608
|
-
"
|
|
609
|
-
"
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
"
|
|
616
|
-
"
|
|
617
|
-
"
|
|
618
|
-
"
|
|
619
|
-
"
|
|
620
|
-
"
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
"
|
|
627
|
-
"
|
|
628
|
-
"
|
|
629
|
-
"
|
|
630
|
-
"
|
|
631
|
-
"
|
|
632
|
-
"
|
|
633
|
-
"
|
|
634
|
-
"
|
|
635
|
-
"
|
|
636
|
-
"
|
|
637
|
-
"
|
|
638
|
-
"
|
|
639
|
-
"
|
|
640
|
-
"
|
|
641
|
-
"
|
|
642
|
-
"
|
|
643
|
-
"
|
|
644
|
-
"
|
|
645
|
-
"
|
|
646
|
-
"
|
|
647
|
-
"
|
|
648
|
-
"
|
|
649
|
-
"
|
|
650
|
-
"
|
|
651
|
-
"
|
|
652
|
-
"
|
|
653
|
-
"
|
|
654
|
-
"
|
|
655
|
-
"
|
|
656
|
-
"
|
|
657
|
-
"
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
"
|
|
664
|
-
"
|
|
665
|
-
"
|
|
666
|
-
"
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
"
|
|
673
|
-
"
|
|
674
|
-
"
|
|
675
|
-
"
|
|
676
|
-
"
|
|
677
|
-
"
|
|
678
|
-
"
|
|
679
|
-
"
|
|
680
|
-
"
|
|
681
|
-
"
|
|
682
|
-
"
|
|
683
|
-
"
|
|
684
|
-
"
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
"
|
|
691
|
-
"
|
|
692
|
-
"
|
|
693
|
-
"
|
|
694
|
-
"
|
|
695
|
-
"
|
|
696
|
-
"
|
|
697
|
-
"
|
|
698
|
-
"
|
|
699
|
-
"
|
|
700
|
-
"
|
|
701
|
-
"
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
"
|
|
708
|
-
"
|
|
709
|
-
"
|
|
710
|
-
"
|
|
711
|
-
"
|
|
712
|
-
"
|
|
713
|
-
"
|
|
714
|
-
"
|
|
715
|
-
"
|
|
716
|
-
"
|
|
717
|
-
"
|
|
718
|
-
"
|
|
719
|
-
"
|
|
720
|
-
"
|
|
721
|
-
"
|
|
722
|
-
"
|
|
723
|
-
"
|
|
724
|
-
"
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
"
|
|
731
|
-
"
|
|
732
|
-
"
|
|
733
|
-
"
|
|
734
|
-
"
|
|
735
|
-
"
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
"
|
|
742
|
-
"
|
|
743
|
-
"
|
|
744
|
-
"
|
|
745
|
-
"
|
|
746
|
-
"
|
|
747
|
-
"
|
|
748
|
-
"
|
|
749
|
-
"
|
|
750
|
-
"
|
|
751
|
-
"
|
|
752
|
-
"
|
|
753
|
-
"
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
"
|
|
760
|
-
"
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
"
|
|
767
|
-
"
|
|
768
|
-
"
|
|
769
|
-
"
|
|
770
|
-
"
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
"
|
|
777
|
-
"
|
|
778
|
-
"
|
|
779
|
-
"
|
|
780
|
-
"
|
|
781
|
-
"
|
|
782
|
-
"
|
|
783
|
-
"
|
|
784
|
-
"
|
|
785
|
-
"
|
|
786
|
-
"
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
"
|
|
793
|
-
"
|
|
794
|
-
"
|
|
795
|
-
"
|
|
796
|
-
"
|
|
797
|
-
"
|
|
798
|
-
"
|
|
799
|
-
"
|
|
800
|
-
"
|
|
801
|
-
"
|
|
802
|
-
"
|
|
803
|
-
"
|
|
804
|
-
"
|
|
805
|
-
"
|
|
806
|
-
"
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
"
|
|
812
|
-
|
|
813
|
-
"
|
|
814
|
-
"
|
|
815
|
-
"
|
|
816
|
-
"
|
|
817
|
-
"
|
|
818
|
-
"
|
|
819
|
-
"
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
"
|
|
826
|
-
"
|
|
827
|
-
"
|
|
828
|
-
"
|
|
829
|
-
"
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
"
|
|
845
|
-
"
|
|
846
|
-
"
|
|
847
|
-
"
|
|
848
|
-
"
|
|
849
|
-
"
|
|
850
|
-
"
|
|
851
|
-
"
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
"
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
"
|
|
864
|
-
"
|
|
865
|
-
"
|
|
866
|
-
"
|
|
867
|
-
"
|
|
868
|
-
"
|
|
869
|
-
"
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
"
|
|
885
|
-
"
|
|
886
|
-
"
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
"
|
|
893
|
-
"
|
|
894
|
-
"
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
"
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
"
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
"
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
"
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
"
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
"
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
"
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"$id": "https://seedfinder.app/jaml.schema.json",
|
|
4
|
+
"title": "JAML — Jimbo's Ante Markup Language",
|
|
5
|
+
"description": "Declarative filter language for Balatro seed searches. A JAML document specifies the criteria a seed must satisfy; the Motely engine compiles and runs it.",
|
|
6
|
+
"version": "17.4.5",
|
|
7
|
+
"type": "object",
|
|
8
|
+
"additionalProperties": false,
|
|
9
|
+
"properties": {
|
|
10
|
+
"id": {
|
|
11
|
+
"type": "string"
|
|
12
|
+
},
|
|
13
|
+
"name": {
|
|
14
|
+
"type": "string"
|
|
15
|
+
},
|
|
16
|
+
"author": {
|
|
17
|
+
"type": "string"
|
|
18
|
+
},
|
|
19
|
+
"dateCreated": {
|
|
20
|
+
"type": "string"
|
|
21
|
+
},
|
|
22
|
+
"description": {
|
|
23
|
+
"type": "string"
|
|
24
|
+
},
|
|
25
|
+
"deck": {
|
|
26
|
+
"$ref": "#/$defs/MotelyDeck"
|
|
27
|
+
},
|
|
28
|
+
"stake": {
|
|
29
|
+
"$ref": "#/$defs/MotelyStake"
|
|
30
|
+
},
|
|
31
|
+
"defaults": {
|
|
32
|
+
"$ref": "#/$defs/JamlDefaults"
|
|
33
|
+
},
|
|
34
|
+
"must": {
|
|
35
|
+
"type": "array",
|
|
36
|
+
"items": {
|
|
37
|
+
"$ref": "#/$defs/JamlClauseUnion"
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
"should": {
|
|
41
|
+
"type": "array",
|
|
42
|
+
"items": {
|
|
43
|
+
"$ref": "#/$defs/JamlClauseUnion"
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
"mustNot": {
|
|
47
|
+
"type": "array",
|
|
48
|
+
"items": {
|
|
49
|
+
"$ref": "#/$defs/JamlClauseUnion"
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
"hashtags": {
|
|
53
|
+
"type": "array",
|
|
54
|
+
"items": {
|
|
55
|
+
"type": "string"
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
"seeds": {
|
|
59
|
+
"type": "array",
|
|
60
|
+
"items": {
|
|
61
|
+
"type": "string"
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
"$defs": {
|
|
66
|
+
"JamlDefaults": {
|
|
67
|
+
"type": "object",
|
|
68
|
+
"additionalProperties": false,
|
|
69
|
+
"properties": {
|
|
70
|
+
"antes": {
|
|
71
|
+
"type": "array",
|
|
72
|
+
"items": {
|
|
73
|
+
"type": "integer"
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
"boosterPacks": {
|
|
77
|
+
"type": "array",
|
|
78
|
+
"items": {
|
|
79
|
+
"type": "integer"
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
"shopItems": {
|
|
83
|
+
"type": "array",
|
|
84
|
+
"items": {
|
|
85
|
+
"type": "integer"
|
|
86
|
+
}
|
|
87
|
+
},
|
|
88
|
+
"score": {
|
|
89
|
+
"type": "integer"
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
},
|
|
93
|
+
"JamlClauseUnion": {
|
|
94
|
+
"type": "object",
|
|
95
|
+
"additionalProperties": false,
|
|
96
|
+
"properties": {
|
|
97
|
+
"joker": {
|
|
98
|
+
"oneOf": [
|
|
99
|
+
{
|
|
100
|
+
"const": "any"
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"$ref": "#/$defs/MotelyJoker"
|
|
104
|
+
}
|
|
105
|
+
]
|
|
106
|
+
},
|
|
107
|
+
"jokers": {
|
|
108
|
+
"type": "array",
|
|
109
|
+
"items": {
|
|
110
|
+
"$ref": "#/$defs/MotelyJoker"
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
"commonJoker": {
|
|
114
|
+
"oneOf": [
|
|
115
|
+
{
|
|
116
|
+
"const": "any"
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"$ref": "#/$defs/MotelyJokerCommon"
|
|
120
|
+
}
|
|
121
|
+
]
|
|
122
|
+
},
|
|
123
|
+
"commonJokers": {
|
|
124
|
+
"type": "array",
|
|
125
|
+
"items": {
|
|
126
|
+
"$ref": "#/$defs/MotelyJokerCommon"
|
|
127
|
+
}
|
|
128
|
+
},
|
|
129
|
+
"uncommonJoker": {
|
|
130
|
+
"oneOf": [
|
|
131
|
+
{
|
|
132
|
+
"const": "any"
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"$ref": "#/$defs/MotelyJokerUncommon"
|
|
136
|
+
}
|
|
137
|
+
]
|
|
138
|
+
},
|
|
139
|
+
"uncommonJokers": {
|
|
140
|
+
"type": "array",
|
|
141
|
+
"items": {
|
|
142
|
+
"$ref": "#/$defs/MotelyJokerUncommon"
|
|
143
|
+
}
|
|
144
|
+
},
|
|
145
|
+
"rareJoker": {
|
|
146
|
+
"oneOf": [
|
|
147
|
+
{
|
|
148
|
+
"const": "any"
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"$ref": "#/$defs/MotelyJokerRare"
|
|
152
|
+
}
|
|
153
|
+
]
|
|
154
|
+
},
|
|
155
|
+
"rareJokers": {
|
|
156
|
+
"type": "array",
|
|
157
|
+
"items": {
|
|
158
|
+
"$ref": "#/$defs/MotelyJokerRare"
|
|
159
|
+
}
|
|
160
|
+
},
|
|
161
|
+
"legendaryJoker": {
|
|
162
|
+
"oneOf": [
|
|
163
|
+
{
|
|
164
|
+
"const": "any"
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"$ref": "#/$defs/MotelyJokerLegendary"
|
|
168
|
+
}
|
|
169
|
+
]
|
|
170
|
+
},
|
|
171
|
+
"legendaryJokers": {
|
|
172
|
+
"type": "array",
|
|
173
|
+
"items": {
|
|
174
|
+
"$ref": "#/$defs/MotelyJokerLegendary"
|
|
175
|
+
}
|
|
176
|
+
},
|
|
177
|
+
"voucher": {
|
|
178
|
+
"$ref": "#/$defs/MotelyVoucher"
|
|
179
|
+
},
|
|
180
|
+
"vouchers": {
|
|
181
|
+
"type": "array",
|
|
182
|
+
"items": {
|
|
183
|
+
"$ref": "#/$defs/MotelyVoucher"
|
|
184
|
+
}
|
|
185
|
+
},
|
|
186
|
+
"tarotCard": {
|
|
187
|
+
"$ref": "#/$defs/MotelyTarotCard"
|
|
188
|
+
},
|
|
189
|
+
"tarotCards": {
|
|
190
|
+
"type": "array",
|
|
191
|
+
"items": {
|
|
192
|
+
"$ref": "#/$defs/MotelyTarotCard"
|
|
193
|
+
}
|
|
194
|
+
},
|
|
195
|
+
"spectralCard": {
|
|
196
|
+
"$ref": "#/$defs/MotelySpectralCard"
|
|
197
|
+
},
|
|
198
|
+
"spectralCards": {
|
|
199
|
+
"type": "array",
|
|
200
|
+
"items": {
|
|
201
|
+
"$ref": "#/$defs/MotelySpectralCard"
|
|
202
|
+
}
|
|
203
|
+
},
|
|
204
|
+
"planetCard": {
|
|
205
|
+
"$ref": "#/$defs/MotelyPlanetCard"
|
|
206
|
+
},
|
|
207
|
+
"boss": {
|
|
208
|
+
"$ref": "#/$defs/MotelyBossBlind"
|
|
209
|
+
},
|
|
210
|
+
"tag": {
|
|
211
|
+
"$ref": "#/$defs/MotelyTag"
|
|
212
|
+
},
|
|
213
|
+
"smallBlindTag": {
|
|
214
|
+
"$ref": "#/$defs/MotelyTag"
|
|
215
|
+
},
|
|
216
|
+
"bigBlindTag": {
|
|
217
|
+
"$ref": "#/$defs/MotelyTag"
|
|
218
|
+
},
|
|
219
|
+
"standardCard": {
|
|
220
|
+
"oneOf": [
|
|
221
|
+
{
|
|
222
|
+
"type": "string"
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"$ref": "#/$defs/StandardCardConfig"
|
|
226
|
+
}
|
|
227
|
+
]
|
|
228
|
+
},
|
|
229
|
+
"standardCards": {
|
|
230
|
+
"type": "array",
|
|
231
|
+
"items": {
|
|
232
|
+
"oneOf": [
|
|
233
|
+
{
|
|
234
|
+
"type": "string"
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"$ref": "#/$defs/StandardCardConfig"
|
|
238
|
+
}
|
|
239
|
+
]
|
|
240
|
+
}
|
|
241
|
+
},
|
|
242
|
+
"erraticRank": {
|
|
243
|
+
"type": "string"
|
|
244
|
+
},
|
|
245
|
+
"erraticSuit": {
|
|
246
|
+
"type": "string"
|
|
247
|
+
},
|
|
248
|
+
"erraticCard": {
|
|
249
|
+
"type": "string"
|
|
250
|
+
},
|
|
251
|
+
"startingDraw": {
|
|
252
|
+
"type": "string"
|
|
253
|
+
},
|
|
254
|
+
"event": {
|
|
255
|
+
"$ref": "#/$defs/MotelyEventType"
|
|
256
|
+
},
|
|
257
|
+
"luckyMoney": {
|
|
258
|
+
"type": "array",
|
|
259
|
+
"items": {
|
|
260
|
+
"type": "integer"
|
|
261
|
+
}
|
|
262
|
+
},
|
|
263
|
+
"luckyMult": {
|
|
264
|
+
"type": "array",
|
|
265
|
+
"items": {
|
|
266
|
+
"type": "integer"
|
|
267
|
+
}
|
|
268
|
+
},
|
|
269
|
+
"misprintMult": {
|
|
270
|
+
"type": "array",
|
|
271
|
+
"items": {
|
|
272
|
+
"type": "integer"
|
|
273
|
+
}
|
|
274
|
+
},
|
|
275
|
+
"wheelOfFortune": {
|
|
276
|
+
"type": "array",
|
|
277
|
+
"items": {
|
|
278
|
+
"type": "integer"
|
|
279
|
+
}
|
|
280
|
+
},
|
|
281
|
+
"cavendishExtinct": {
|
|
282
|
+
"type": "array",
|
|
283
|
+
"items": {
|
|
284
|
+
"type": "integer"
|
|
285
|
+
}
|
|
286
|
+
},
|
|
287
|
+
"grosMichelExtinct": {
|
|
288
|
+
"type": "array",
|
|
289
|
+
"items": {
|
|
290
|
+
"type": "integer"
|
|
291
|
+
}
|
|
292
|
+
},
|
|
293
|
+
"spaceLevelup": {
|
|
294
|
+
"type": "array",
|
|
295
|
+
"items": {
|
|
296
|
+
"type": "integer"
|
|
297
|
+
}
|
|
298
|
+
},
|
|
299
|
+
"businessPayout": {
|
|
300
|
+
"type": "array",
|
|
301
|
+
"items": {
|
|
302
|
+
"type": "integer"
|
|
303
|
+
}
|
|
304
|
+
},
|
|
305
|
+
"bloodstoneTrigger": {
|
|
306
|
+
"type": "array",
|
|
307
|
+
"items": {
|
|
308
|
+
"type": "integer"
|
|
309
|
+
}
|
|
310
|
+
},
|
|
311
|
+
"parkingPayout": {
|
|
312
|
+
"type": "array",
|
|
313
|
+
"items": {
|
|
314
|
+
"type": "integer"
|
|
315
|
+
}
|
|
316
|
+
},
|
|
317
|
+
"glassDestroy": {
|
|
318
|
+
"type": "array",
|
|
319
|
+
"items": {
|
|
320
|
+
"type": "integer"
|
|
321
|
+
}
|
|
322
|
+
},
|
|
323
|
+
"wheelStaysFlipped": {
|
|
324
|
+
"type": "array",
|
|
325
|
+
"items": {
|
|
326
|
+
"type": "integer"
|
|
327
|
+
}
|
|
328
|
+
},
|
|
329
|
+
"antes": {
|
|
330
|
+
"type": "array",
|
|
331
|
+
"items": {
|
|
332
|
+
"type": "integer"
|
|
333
|
+
}
|
|
334
|
+
},
|
|
335
|
+
"score": {
|
|
336
|
+
"type": "integer"
|
|
337
|
+
},
|
|
338
|
+
"min": {
|
|
339
|
+
"type": "integer"
|
|
340
|
+
},
|
|
341
|
+
"max": {
|
|
342
|
+
"type": "integer"
|
|
343
|
+
},
|
|
344
|
+
"label": {
|
|
345
|
+
"type": "string"
|
|
346
|
+
},
|
|
347
|
+
"edition": {
|
|
348
|
+
"$ref": "#/$defs/MotelyItemEdition"
|
|
349
|
+
},
|
|
350
|
+
"stickers": {
|
|
351
|
+
"type": "array",
|
|
352
|
+
"items": {
|
|
353
|
+
"$ref": "#/$defs/MotelyJokerSticker"
|
|
354
|
+
}
|
|
355
|
+
},
|
|
356
|
+
"seal": {
|
|
357
|
+
"$ref": "#/$defs/MotelyItemSeal"
|
|
358
|
+
},
|
|
359
|
+
"enhancement": {
|
|
360
|
+
"$ref": "#/$defs/MotelyItemEnhancement"
|
|
361
|
+
},
|
|
362
|
+
"rank": {
|
|
363
|
+
"type": "string"
|
|
364
|
+
},
|
|
365
|
+
"suit": {
|
|
366
|
+
"type": "string"
|
|
367
|
+
},
|
|
368
|
+
"rolls": {
|
|
369
|
+
"type": "array",
|
|
370
|
+
"items": {
|
|
371
|
+
"type": "integer"
|
|
372
|
+
}
|
|
373
|
+
},
|
|
374
|
+
"soulEditionRolls": {
|
|
375
|
+
"type": "integer"
|
|
376
|
+
},
|
|
377
|
+
"soulCardOnly": {
|
|
378
|
+
"type": "boolean"
|
|
379
|
+
},
|
|
380
|
+
"and": {
|
|
381
|
+
"type": "array",
|
|
382
|
+
"items": {
|
|
383
|
+
"$ref": "#/$defs/JamlClauseUnion"
|
|
384
|
+
}
|
|
385
|
+
},
|
|
386
|
+
"or": {
|
|
387
|
+
"type": "array",
|
|
388
|
+
"items": {
|
|
389
|
+
"$ref": "#/$defs/JamlClauseUnion"
|
|
390
|
+
}
|
|
391
|
+
},
|
|
392
|
+
"clauses": {
|
|
393
|
+
"type": "array",
|
|
394
|
+
"items": {
|
|
395
|
+
"$ref": "#/$defs/JamlClauseUnion"
|
|
396
|
+
}
|
|
397
|
+
},
|
|
398
|
+
"mode": {
|
|
399
|
+
"type": "string"
|
|
400
|
+
},
|
|
401
|
+
"judgement": {
|
|
402
|
+
"type": "array",
|
|
403
|
+
"items": {
|
|
404
|
+
"type": "integer"
|
|
405
|
+
}
|
|
406
|
+
},
|
|
407
|
+
"wraith": {
|
|
408
|
+
"type": "array",
|
|
409
|
+
"items": {
|
|
410
|
+
"type": "integer"
|
|
411
|
+
}
|
|
412
|
+
},
|
|
413
|
+
"rareTag": {
|
|
414
|
+
"type": "array",
|
|
415
|
+
"items": {
|
|
416
|
+
"type": "integer"
|
|
417
|
+
}
|
|
418
|
+
},
|
|
419
|
+
"uncommonTag": {
|
|
420
|
+
"type": "array",
|
|
421
|
+
"items": {
|
|
422
|
+
"type": "integer"
|
|
423
|
+
}
|
|
424
|
+
},
|
|
425
|
+
"shopItems": {
|
|
426
|
+
"type": "array",
|
|
427
|
+
"items": {
|
|
428
|
+
"type": "integer"
|
|
429
|
+
}
|
|
430
|
+
},
|
|
431
|
+
"boosterPacks": {
|
|
432
|
+
"type": "array",
|
|
433
|
+
"items": {
|
|
434
|
+
"type": "integer"
|
|
435
|
+
}
|
|
436
|
+
},
|
|
437
|
+
"minShopItem": {
|
|
438
|
+
"type": "integer"
|
|
439
|
+
},
|
|
440
|
+
"maxShopItem": {
|
|
441
|
+
"type": "integer"
|
|
442
|
+
},
|
|
443
|
+
"sources": {
|
|
444
|
+
"$ref": "#/$defs/JamlSources"
|
|
445
|
+
}
|
|
446
|
+
}
|
|
447
|
+
},
|
|
448
|
+
"MotelyJoker": {
|
|
449
|
+
"type": "string",
|
|
450
|
+
"enum": [
|
|
451
|
+
"Joker",
|
|
452
|
+
"GreedyJoker",
|
|
453
|
+
"LustyJoker",
|
|
454
|
+
"WrathfulJoker",
|
|
455
|
+
"GluttonousJoker",
|
|
456
|
+
"JollyJoker",
|
|
457
|
+
"ZanyJoker",
|
|
458
|
+
"MadJoker",
|
|
459
|
+
"CrazyJoker",
|
|
460
|
+
"DrollJoker",
|
|
461
|
+
"SlyJoker",
|
|
462
|
+
"WilyJoker",
|
|
463
|
+
"CleverJoker",
|
|
464
|
+
"DeviousJoker",
|
|
465
|
+
"CraftyJoker",
|
|
466
|
+
"HalfJoker",
|
|
467
|
+
"CreditCard",
|
|
468
|
+
"Banner",
|
|
469
|
+
"MysticSummit",
|
|
470
|
+
"EightBall",
|
|
471
|
+
"Misprint",
|
|
472
|
+
"RaisedFist",
|
|
473
|
+
"ChaostheClown",
|
|
474
|
+
"ScaryFace",
|
|
475
|
+
"AbstractJoker",
|
|
476
|
+
"DelayedGratification",
|
|
477
|
+
"GrosMichel",
|
|
478
|
+
"EvenSteven",
|
|
479
|
+
"OddTodd",
|
|
480
|
+
"Scholar",
|
|
481
|
+
"BusinessCard",
|
|
482
|
+
"Supernova",
|
|
483
|
+
"RideTheBus",
|
|
484
|
+
"Egg",
|
|
485
|
+
"Runner",
|
|
486
|
+
"IceCream",
|
|
487
|
+
"Splash",
|
|
488
|
+
"BlueJoker",
|
|
489
|
+
"FacelessJoker",
|
|
490
|
+
"GreenJoker",
|
|
491
|
+
"Superposition",
|
|
492
|
+
"ToDoList",
|
|
493
|
+
"Cavendish",
|
|
494
|
+
"RedCard",
|
|
495
|
+
"SquareJoker",
|
|
496
|
+
"RiffRaff",
|
|
497
|
+
"Photograph",
|
|
498
|
+
"ReservedParking",
|
|
499
|
+
"MailInRebate",
|
|
500
|
+
"Hallucination",
|
|
501
|
+
"FortuneTeller",
|
|
502
|
+
"Juggler",
|
|
503
|
+
"Drunkard",
|
|
504
|
+
"GoldenJoker",
|
|
505
|
+
"Popcorn",
|
|
506
|
+
"WalkieTalkie",
|
|
507
|
+
"SmileyFace",
|
|
508
|
+
"GoldenTicket",
|
|
509
|
+
"Swashbuckler",
|
|
510
|
+
"HangingChad",
|
|
511
|
+
"ShootTheMoon",
|
|
512
|
+
"JokerStencil",
|
|
513
|
+
"FourFingers",
|
|
514
|
+
"Mime",
|
|
515
|
+
"CeremonialDagger",
|
|
516
|
+
"MarbleJoker",
|
|
517
|
+
"LoyaltyCard",
|
|
518
|
+
"Dusk",
|
|
519
|
+
"Fibonacci",
|
|
520
|
+
"SteelJoker",
|
|
521
|
+
"Hack",
|
|
522
|
+
"Pareidolia",
|
|
523
|
+
"SpaceJoker",
|
|
524
|
+
"Burglar",
|
|
525
|
+
"Blackboard",
|
|
526
|
+
"SixthSense",
|
|
527
|
+
"Constellation",
|
|
528
|
+
"Hiker",
|
|
529
|
+
"CardSharp",
|
|
530
|
+
"Madness",
|
|
531
|
+
"Seance",
|
|
532
|
+
"Vampire",
|
|
533
|
+
"Shortcut",
|
|
534
|
+
"Hologram",
|
|
535
|
+
"Cloud9",
|
|
536
|
+
"Rocket",
|
|
537
|
+
"MidasMask",
|
|
538
|
+
"Luchador",
|
|
539
|
+
"GiftCard",
|
|
540
|
+
"TurtleBean",
|
|
541
|
+
"Erosion",
|
|
542
|
+
"ToTheMoon",
|
|
543
|
+
"StoneJoker",
|
|
544
|
+
"LuckyCat",
|
|
545
|
+
"Bull",
|
|
546
|
+
"DietCola",
|
|
547
|
+
"TradingCard",
|
|
548
|
+
"FlashCard",
|
|
549
|
+
"SpareTrousers",
|
|
550
|
+
"Ramen",
|
|
551
|
+
"Seltzer",
|
|
552
|
+
"Castle",
|
|
553
|
+
"MrBones",
|
|
554
|
+
"Acrobat",
|
|
555
|
+
"SockAndBuskin",
|
|
556
|
+
"Troubadour",
|
|
557
|
+
"Certificate",
|
|
558
|
+
"SmearedJoker",
|
|
559
|
+
"Throwback",
|
|
560
|
+
"RoughGem",
|
|
561
|
+
"Bloodstone",
|
|
562
|
+
"Arrowhead",
|
|
563
|
+
"OnyxAgate",
|
|
564
|
+
"GlassJoker",
|
|
565
|
+
"Showman",
|
|
566
|
+
"FlowerPot",
|
|
567
|
+
"MerryAndy",
|
|
568
|
+
"OopsAll6s",
|
|
569
|
+
"TheIdol",
|
|
570
|
+
"SeeingDouble",
|
|
571
|
+
"Matador",
|
|
572
|
+
"Satellite",
|
|
573
|
+
"Cartomancer",
|
|
574
|
+
"Astronomer",
|
|
575
|
+
"Bootstraps",
|
|
576
|
+
"DNA",
|
|
577
|
+
"Vagabond",
|
|
578
|
+
"Baron",
|
|
579
|
+
"Obelisk",
|
|
580
|
+
"BaseballCard",
|
|
581
|
+
"AncientJoker",
|
|
582
|
+
"Campfire",
|
|
583
|
+
"Blueprint",
|
|
584
|
+
"WeeJoker",
|
|
585
|
+
"HitTheRoad",
|
|
586
|
+
"TheDuo",
|
|
587
|
+
"TheTrio",
|
|
588
|
+
"TheFamily",
|
|
589
|
+
"TheOrder",
|
|
590
|
+
"TheTribe",
|
|
591
|
+
"Stuntman",
|
|
592
|
+
"InvisibleJoker",
|
|
593
|
+
"Brainstorm",
|
|
594
|
+
"DriversLicense",
|
|
595
|
+
"BurntJoker",
|
|
596
|
+
"Canio",
|
|
597
|
+
"Triboulet",
|
|
598
|
+
"Yorick",
|
|
599
|
+
"Chicot",
|
|
600
|
+
"Perkeo"
|
|
601
|
+
]
|
|
602
|
+
},
|
|
603
|
+
"MotelyJokerCommon": {
|
|
604
|
+
"type": "string",
|
|
605
|
+
"enum": [
|
|
606
|
+
"Joker",
|
|
607
|
+
"GreedyJoker",
|
|
608
|
+
"LustyJoker",
|
|
609
|
+
"WrathfulJoker",
|
|
610
|
+
"GluttonousJoker",
|
|
611
|
+
"JollyJoker",
|
|
612
|
+
"ZanyJoker",
|
|
613
|
+
"MadJoker",
|
|
614
|
+
"CrazyJoker",
|
|
615
|
+
"DrollJoker",
|
|
616
|
+
"SlyJoker",
|
|
617
|
+
"WilyJoker",
|
|
618
|
+
"CleverJoker",
|
|
619
|
+
"DeviousJoker",
|
|
620
|
+
"CraftyJoker",
|
|
621
|
+
"HalfJoker",
|
|
622
|
+
"CreditCard",
|
|
623
|
+
"Banner",
|
|
624
|
+
"MysticSummit",
|
|
625
|
+
"EightBall",
|
|
626
|
+
"Misprint",
|
|
627
|
+
"RaisedFist",
|
|
628
|
+
"ChaostheClown",
|
|
629
|
+
"ScaryFace",
|
|
630
|
+
"AbstractJoker",
|
|
631
|
+
"DelayedGratification",
|
|
632
|
+
"GrosMichel",
|
|
633
|
+
"EvenSteven",
|
|
634
|
+
"OddTodd",
|
|
635
|
+
"Scholar",
|
|
636
|
+
"BusinessCard",
|
|
637
|
+
"Supernova",
|
|
638
|
+
"RideTheBus",
|
|
639
|
+
"Egg",
|
|
640
|
+
"Runner",
|
|
641
|
+
"IceCream",
|
|
642
|
+
"Splash",
|
|
643
|
+
"BlueJoker",
|
|
644
|
+
"FacelessJoker",
|
|
645
|
+
"GreenJoker",
|
|
646
|
+
"Superposition",
|
|
647
|
+
"ToDoList",
|
|
648
|
+
"Cavendish",
|
|
649
|
+
"RedCard",
|
|
650
|
+
"SquareJoker",
|
|
651
|
+
"RiffRaff",
|
|
652
|
+
"Photograph",
|
|
653
|
+
"ReservedParking",
|
|
654
|
+
"MailInRebate",
|
|
655
|
+
"Hallucination",
|
|
656
|
+
"FortuneTeller",
|
|
657
|
+
"Juggler",
|
|
658
|
+
"Drunkard",
|
|
659
|
+
"GoldenJoker",
|
|
660
|
+
"Popcorn",
|
|
661
|
+
"WalkieTalkie",
|
|
662
|
+
"SmileyFace",
|
|
663
|
+
"GoldenTicket",
|
|
664
|
+
"Swashbuckler",
|
|
665
|
+
"HangingChad",
|
|
666
|
+
"ShootTheMoon"
|
|
667
|
+
]
|
|
668
|
+
},
|
|
669
|
+
"MotelyJokerUncommon": {
|
|
670
|
+
"type": "string",
|
|
671
|
+
"enum": [
|
|
672
|
+
"JokerStencil",
|
|
673
|
+
"FourFingers",
|
|
674
|
+
"Mime",
|
|
675
|
+
"CeremonialDagger",
|
|
676
|
+
"MarbleJoker",
|
|
677
|
+
"LoyaltyCard",
|
|
678
|
+
"Dusk",
|
|
679
|
+
"Fibonacci",
|
|
680
|
+
"SteelJoker",
|
|
681
|
+
"Hack",
|
|
682
|
+
"Pareidolia",
|
|
683
|
+
"SpaceJoker",
|
|
684
|
+
"Burglar",
|
|
685
|
+
"Blackboard",
|
|
686
|
+
"SixthSense",
|
|
687
|
+
"Constellation",
|
|
688
|
+
"Hiker",
|
|
689
|
+
"CardSharp",
|
|
690
|
+
"Madness",
|
|
691
|
+
"Seance",
|
|
692
|
+
"Vampire",
|
|
693
|
+
"Shortcut",
|
|
694
|
+
"Hologram",
|
|
695
|
+
"Cloud9",
|
|
696
|
+
"Rocket",
|
|
697
|
+
"MidasMask",
|
|
698
|
+
"Luchador",
|
|
699
|
+
"GiftCard",
|
|
700
|
+
"TurtleBean",
|
|
701
|
+
"Erosion",
|
|
702
|
+
"ToTheMoon",
|
|
703
|
+
"StoneJoker",
|
|
704
|
+
"LuckyCat",
|
|
705
|
+
"Bull",
|
|
706
|
+
"DietCola",
|
|
707
|
+
"TradingCard",
|
|
708
|
+
"FlashCard",
|
|
709
|
+
"SpareTrousers",
|
|
710
|
+
"Ramen",
|
|
711
|
+
"Seltzer",
|
|
712
|
+
"Castle",
|
|
713
|
+
"MrBones",
|
|
714
|
+
"Acrobat",
|
|
715
|
+
"SockAndBuskin",
|
|
716
|
+
"Troubadour",
|
|
717
|
+
"Certificate",
|
|
718
|
+
"SmearedJoker",
|
|
719
|
+
"Throwback",
|
|
720
|
+
"RoughGem",
|
|
721
|
+
"Bloodstone",
|
|
722
|
+
"Arrowhead",
|
|
723
|
+
"OnyxAgate",
|
|
724
|
+
"GlassJoker",
|
|
725
|
+
"Showman",
|
|
726
|
+
"FlowerPot",
|
|
727
|
+
"MerryAndy",
|
|
728
|
+
"OopsAll6s",
|
|
729
|
+
"TheIdol",
|
|
730
|
+
"SeeingDouble",
|
|
731
|
+
"Matador",
|
|
732
|
+
"Satellite",
|
|
733
|
+
"Cartomancer",
|
|
734
|
+
"Astronomer",
|
|
735
|
+
"Bootstraps"
|
|
736
|
+
]
|
|
737
|
+
},
|
|
738
|
+
"MotelyJokerRare": {
|
|
739
|
+
"type": "string",
|
|
740
|
+
"enum": [
|
|
741
|
+
"DNA",
|
|
742
|
+
"Vagabond",
|
|
743
|
+
"Baron",
|
|
744
|
+
"Obelisk",
|
|
745
|
+
"BaseballCard",
|
|
746
|
+
"AncientJoker",
|
|
747
|
+
"Campfire",
|
|
748
|
+
"Blueprint",
|
|
749
|
+
"WeeJoker",
|
|
750
|
+
"HitTheRoad",
|
|
751
|
+
"TheDuo",
|
|
752
|
+
"TheTrio",
|
|
753
|
+
"TheFamily",
|
|
754
|
+
"TheOrder",
|
|
755
|
+
"TheTribe",
|
|
756
|
+
"Stuntman",
|
|
757
|
+
"InvisibleJoker",
|
|
758
|
+
"Brainstorm",
|
|
759
|
+
"DriversLicense",
|
|
760
|
+
"BurntJoker"
|
|
761
|
+
]
|
|
762
|
+
},
|
|
763
|
+
"MotelyJokerLegendary": {
|
|
764
|
+
"type": "string",
|
|
765
|
+
"enum": [
|
|
766
|
+
"Canio",
|
|
767
|
+
"Triboulet",
|
|
768
|
+
"Yorick",
|
|
769
|
+
"Chicot",
|
|
770
|
+
"Perkeo"
|
|
771
|
+
]
|
|
772
|
+
},
|
|
773
|
+
"MotelyVoucher": {
|
|
774
|
+
"type": "string",
|
|
775
|
+
"enum": [
|
|
776
|
+
"Overstock",
|
|
777
|
+
"OverstockPlus",
|
|
778
|
+
"ClearanceSale",
|
|
779
|
+
"Liquidation",
|
|
780
|
+
"Hone",
|
|
781
|
+
"GlowUp",
|
|
782
|
+
"RerollSurplus",
|
|
783
|
+
"RerollGlut",
|
|
784
|
+
"CrystalBall",
|
|
785
|
+
"OmenGlobe",
|
|
786
|
+
"Telescope",
|
|
787
|
+
"Observatory",
|
|
788
|
+
"Grabber",
|
|
789
|
+
"NachoTong",
|
|
790
|
+
"Wasteful",
|
|
791
|
+
"Recyclomancy",
|
|
792
|
+
"TarotMerchant",
|
|
793
|
+
"TarotTycoon",
|
|
794
|
+
"PlanetMerchant",
|
|
795
|
+
"PlanetTycoon",
|
|
796
|
+
"SeedMoney",
|
|
797
|
+
"MoneyTree",
|
|
798
|
+
"Blank",
|
|
799
|
+
"Antimatter",
|
|
800
|
+
"MagicTrick",
|
|
801
|
+
"Illusion",
|
|
802
|
+
"Hieroglyph",
|
|
803
|
+
"Petroglyph",
|
|
804
|
+
"DirectorsCut",
|
|
805
|
+
"Retcon",
|
|
806
|
+
"PaintBrush",
|
|
807
|
+
"Palette"
|
|
808
|
+
]
|
|
809
|
+
},
|
|
810
|
+
"MotelyTarotCard": {
|
|
811
|
+
"type": "string",
|
|
812
|
+
"enum": [
|
|
813
|
+
"TheFool",
|
|
814
|
+
"TheMagician",
|
|
815
|
+
"TheHighPriestess",
|
|
816
|
+
"TheEmpress",
|
|
817
|
+
"TheEmperor",
|
|
818
|
+
"TheHierophant",
|
|
819
|
+
"TheLovers",
|
|
820
|
+
"TheChariot",
|
|
821
|
+
"Justice",
|
|
822
|
+
"TheHermit",
|
|
823
|
+
"TheWheelOfFortune",
|
|
824
|
+
"Strength",
|
|
825
|
+
"TheHangedMan",
|
|
826
|
+
"Death",
|
|
827
|
+
"Temperance",
|
|
828
|
+
"TheDevil",
|
|
829
|
+
"TheTower",
|
|
830
|
+
"TheStar",
|
|
831
|
+
"TheMoon",
|
|
832
|
+
"TheSun",
|
|
833
|
+
"Judgement",
|
|
834
|
+
"TheWorld"
|
|
835
|
+
]
|
|
836
|
+
},
|
|
837
|
+
"MotelySpectralCard": {
|
|
838
|
+
"type": "string",
|
|
839
|
+
"enum": [
|
|
840
|
+
"Familiar",
|
|
841
|
+
"Grim",
|
|
842
|
+
"Incantation",
|
|
843
|
+
"Talisman",
|
|
844
|
+
"Aura",
|
|
845
|
+
"Wraith",
|
|
846
|
+
"Sigil",
|
|
847
|
+
"Ouija",
|
|
848
|
+
"Ectoplasm",
|
|
849
|
+
"Immolate",
|
|
850
|
+
"Ankh",
|
|
851
|
+
"DejaVu",
|
|
852
|
+
"Hex",
|
|
853
|
+
"Trance",
|
|
854
|
+
"Medium",
|
|
855
|
+
"Cryptid",
|
|
856
|
+
"TheSoul",
|
|
857
|
+
"BlackHole"
|
|
858
|
+
]
|
|
859
|
+
},
|
|
860
|
+
"MotelyPlanetCard": {
|
|
861
|
+
"type": "string",
|
|
862
|
+
"enum": [
|
|
863
|
+
"Mercury",
|
|
864
|
+
"Venus",
|
|
865
|
+
"Earth",
|
|
866
|
+
"Mars",
|
|
867
|
+
"Jupiter",
|
|
868
|
+
"Saturn",
|
|
869
|
+
"Uranus",
|
|
870
|
+
"Neptune",
|
|
871
|
+
"Pluto",
|
|
872
|
+
"PlanetX",
|
|
873
|
+
"Ceres",
|
|
874
|
+
"Eris"
|
|
875
|
+
]
|
|
876
|
+
},
|
|
877
|
+
"MotelyBossBlind": {
|
|
878
|
+
"type": "string",
|
|
879
|
+
"enum": [
|
|
880
|
+
"TheClub",
|
|
881
|
+
"TheGoad",
|
|
882
|
+
"TheHead",
|
|
883
|
+
"TheHook",
|
|
884
|
+
"TheManacle",
|
|
885
|
+
"ThePillar",
|
|
886
|
+
"ThePsychic",
|
|
887
|
+
"TheWindow",
|
|
888
|
+
"TheArm",
|
|
889
|
+
"TheFish",
|
|
890
|
+
"TheFlint",
|
|
891
|
+
"TheHouse",
|
|
892
|
+
"TheMark",
|
|
893
|
+
"TheMouth",
|
|
894
|
+
"TheNeedle",
|
|
895
|
+
"TheWall",
|
|
896
|
+
"TheWater",
|
|
897
|
+
"TheWheel",
|
|
898
|
+
"TheEye",
|
|
899
|
+
"TheTooth",
|
|
900
|
+
"ThePlant",
|
|
901
|
+
"TheSerpent",
|
|
902
|
+
"TheOx",
|
|
903
|
+
"AmberAcorn",
|
|
904
|
+
"CeruleanBell",
|
|
905
|
+
"CrimsonHeart",
|
|
906
|
+
"VerdantLeaf",
|
|
907
|
+
"VioletVessel"
|
|
908
|
+
]
|
|
909
|
+
},
|
|
910
|
+
"MotelyTag": {
|
|
911
|
+
"type": "string",
|
|
912
|
+
"enum": [
|
|
913
|
+
"UncommonTag",
|
|
914
|
+
"RareTag",
|
|
915
|
+
"NegativeTag",
|
|
916
|
+
"FoilTag",
|
|
917
|
+
"HolographicTag",
|
|
918
|
+
"PolychromeTag",
|
|
919
|
+
"InvestmentTag",
|
|
920
|
+
"VoucherTag",
|
|
921
|
+
"BossTag",
|
|
922
|
+
"StandardTag",
|
|
923
|
+
"CharmTag",
|
|
924
|
+
"MeteorTag",
|
|
925
|
+
"BuffoonTag",
|
|
926
|
+
"HandyTag",
|
|
927
|
+
"GarbageTag",
|
|
928
|
+
"EtherealTag",
|
|
929
|
+
"CouponTag",
|
|
930
|
+
"DoubleTag",
|
|
931
|
+
"JuggleTag",
|
|
932
|
+
"D6Tag",
|
|
933
|
+
"TopupTag",
|
|
934
|
+
"SpeedTag",
|
|
935
|
+
"OrbitalTag",
|
|
936
|
+
"EconomyTag"
|
|
937
|
+
]
|
|
938
|
+
},
|
|
939
|
+
"StandardCardConfig": {
|
|
940
|
+
"type": "object",
|
|
941
|
+
"additionalProperties": false,
|
|
942
|
+
"properties": {
|
|
943
|
+
"rank": {
|
|
944
|
+
"type": "string"
|
|
945
|
+
},
|
|
946
|
+
"suit": {
|
|
947
|
+
"type": "string"
|
|
948
|
+
},
|
|
949
|
+
"seal": {
|
|
950
|
+
"$ref": "#/$defs/MotelyItemSeal"
|
|
951
|
+
},
|
|
952
|
+
"enhancement": {
|
|
953
|
+
"$ref": "#/$defs/MotelyItemEnhancement"
|
|
954
|
+
},
|
|
955
|
+
"edition": {
|
|
956
|
+
"$ref": "#/$defs/MotelyItemEdition"
|
|
957
|
+
},
|
|
958
|
+
"sources": {
|
|
959
|
+
"$ref": "#/$defs/JamlSources"
|
|
960
|
+
}
|
|
961
|
+
}
|
|
962
|
+
},
|
|
963
|
+
"MotelyItemSeal": {
|
|
964
|
+
"type": "string",
|
|
965
|
+
"enum": [
|
|
966
|
+
"None",
|
|
967
|
+
"Gold",
|
|
968
|
+
"Red",
|
|
969
|
+
"Blue",
|
|
970
|
+
"Purple"
|
|
971
|
+
]
|
|
972
|
+
},
|
|
973
|
+
"MotelyItemEnhancement": {
|
|
974
|
+
"type": "string",
|
|
975
|
+
"enum": [
|
|
976
|
+
"None",
|
|
977
|
+
"Bonus",
|
|
978
|
+
"Mult",
|
|
979
|
+
"Wild",
|
|
980
|
+
"Glass",
|
|
981
|
+
"Steel",
|
|
982
|
+
"Stone",
|
|
983
|
+
"Gold",
|
|
984
|
+
"Lucky"
|
|
985
|
+
]
|
|
986
|
+
},
|
|
987
|
+
"MotelyItemEdition": {
|
|
988
|
+
"type": "string",
|
|
989
|
+
"enum": [
|
|
990
|
+
"None",
|
|
991
|
+
"Foil",
|
|
992
|
+
"Holographic",
|
|
993
|
+
"Polychrome",
|
|
994
|
+
"Negative"
|
|
995
|
+
]
|
|
996
|
+
},
|
|
997
|
+
"JamlSources": {
|
|
998
|
+
"type": "object",
|
|
999
|
+
"additionalProperties": false,
|
|
1000
|
+
"properties": {
|
|
1001
|
+
"shopItems": {
|
|
1002
|
+
"type": "array",
|
|
1003
|
+
"items": {
|
|
1004
|
+
"type": "integer"
|
|
1005
|
+
}
|
|
1006
|
+
},
|
|
1007
|
+
"boosterPacks": {
|
|
1008
|
+
"type": "array",
|
|
1009
|
+
"items": {
|
|
1010
|
+
"type": "integer"
|
|
1011
|
+
}
|
|
1012
|
+
},
|
|
1013
|
+
"minShopItem": {
|
|
1014
|
+
"type": "integer"
|
|
1015
|
+
},
|
|
1016
|
+
"maxShopItem": {
|
|
1017
|
+
"type": "integer"
|
|
1018
|
+
},
|
|
1019
|
+
"tags": {
|
|
1020
|
+
"type": "boolean"
|
|
1021
|
+
},
|
|
1022
|
+
"requireMega": {
|
|
1023
|
+
"type": "boolean"
|
|
1024
|
+
},
|
|
1025
|
+
"charmTag": {
|
|
1026
|
+
"type": "boolean"
|
|
1027
|
+
},
|
|
1028
|
+
"etherealTag": {
|
|
1029
|
+
"type": "boolean"
|
|
1030
|
+
},
|
|
1031
|
+
"judgement": {
|
|
1032
|
+
"type": "array",
|
|
1033
|
+
"items": {
|
|
1034
|
+
"type": "integer"
|
|
1035
|
+
}
|
|
1036
|
+
},
|
|
1037
|
+
"rareTag": {
|
|
1038
|
+
"type": "array",
|
|
1039
|
+
"items": {
|
|
1040
|
+
"type": "integer"
|
|
1041
|
+
}
|
|
1042
|
+
},
|
|
1043
|
+
"uncommonTag": {
|
|
1044
|
+
"type": "array",
|
|
1045
|
+
"items": {
|
|
1046
|
+
"type": "integer"
|
|
1047
|
+
}
|
|
1048
|
+
},
|
|
1049
|
+
"wraith": {
|
|
1050
|
+
"type": "array",
|
|
1051
|
+
"items": {
|
|
1052
|
+
"type": "integer"
|
|
1053
|
+
}
|
|
1054
|
+
},
|
|
1055
|
+
"soulCard": {
|
|
1056
|
+
"type": "array",
|
|
1057
|
+
"items": {
|
|
1058
|
+
"type": "integer"
|
|
1059
|
+
}
|
|
1060
|
+
},
|
|
1061
|
+
"arcanaPacks": {
|
|
1062
|
+
"type": "array",
|
|
1063
|
+
"items": {
|
|
1064
|
+
"type": "integer"
|
|
1065
|
+
}
|
|
1066
|
+
},
|
|
1067
|
+
"spectralPacks": {
|
|
1068
|
+
"type": "array",
|
|
1069
|
+
"items": {
|
|
1070
|
+
"type": "integer"
|
|
1071
|
+
}
|
|
1072
|
+
},
|
|
1073
|
+
"riffRaff": {
|
|
1074
|
+
"type": "array",
|
|
1075
|
+
"items": {
|
|
1076
|
+
"type": "integer"
|
|
1077
|
+
}
|
|
1078
|
+
},
|
|
1079
|
+
"purpleSealOrEightBall": {
|
|
1080
|
+
"type": "array",
|
|
1081
|
+
"items": {
|
|
1082
|
+
"type": "integer"
|
|
1083
|
+
}
|
|
1084
|
+
},
|
|
1085
|
+
"emperor": {
|
|
1086
|
+
"type": "array",
|
|
1087
|
+
"items": {
|
|
1088
|
+
"type": "integer"
|
|
1089
|
+
}
|
|
1090
|
+
},
|
|
1091
|
+
"sixthSense": {
|
|
1092
|
+
"type": "array",
|
|
1093
|
+
"items": {
|
|
1094
|
+
"type": "integer"
|
|
1095
|
+
}
|
|
1096
|
+
},
|
|
1097
|
+
"seance": {
|
|
1098
|
+
"type": "array",
|
|
1099
|
+
"items": {
|
|
1100
|
+
"type": "integer"
|
|
1101
|
+
}
|
|
1102
|
+
},
|
|
1103
|
+
"certificate": {
|
|
1104
|
+
"type": "array",
|
|
1105
|
+
"items": {
|
|
1106
|
+
"type": "integer"
|
|
1107
|
+
}
|
|
1108
|
+
},
|
|
1109
|
+
"incantation": {
|
|
1110
|
+
"type": "array",
|
|
1111
|
+
"items": {
|
|
1112
|
+
"type": "integer"
|
|
1113
|
+
}
|
|
1114
|
+
},
|
|
1115
|
+
"familiar": {
|
|
1116
|
+
"type": "array",
|
|
1117
|
+
"items": {
|
|
1118
|
+
"type": "integer"
|
|
1119
|
+
}
|
|
1120
|
+
},
|
|
1121
|
+
"grim": {
|
|
1122
|
+
"type": "array",
|
|
1123
|
+
"items": {
|
|
1124
|
+
"type": "integer"
|
|
1125
|
+
}
|
|
1126
|
+
},
|
|
1127
|
+
"deckDraw": {
|
|
1128
|
+
"type": "array",
|
|
1129
|
+
"items": {
|
|
1130
|
+
"type": "integer"
|
|
1131
|
+
}
|
|
1132
|
+
},
|
|
1133
|
+
"uncommonShopJokers": {
|
|
1134
|
+
"type": "array",
|
|
1135
|
+
"items": {
|
|
1136
|
+
"type": "integer"
|
|
1137
|
+
}
|
|
1138
|
+
},
|
|
1139
|
+
"rareShopJokers": {
|
|
1140
|
+
"type": "array",
|
|
1141
|
+
"items": {
|
|
1142
|
+
"type": "integer"
|
|
1143
|
+
}
|
|
1144
|
+
},
|
|
1145
|
+
"commonShopJokers": {
|
|
1146
|
+
"type": "array",
|
|
1147
|
+
"items": {
|
|
1148
|
+
"type": "integer"
|
|
1149
|
+
}
|
|
1150
|
+
},
|
|
1151
|
+
"allShopJokers": {
|
|
1152
|
+
"type": "array",
|
|
1153
|
+
"items": {
|
|
1154
|
+
"type": "integer"
|
|
1155
|
+
}
|
|
1156
|
+
}
|
|
1157
|
+
}
|
|
1158
|
+
},
|
|
1159
|
+
"MotelyEventType": {
|
|
1160
|
+
"type": "string",
|
|
1161
|
+
"enum": [
|
|
1162
|
+
"LuckyMoney",
|
|
1163
|
+
"LuckyMult",
|
|
1164
|
+
"MisprintMult",
|
|
1165
|
+
"WheelOfFortune",
|
|
1166
|
+
"CavendishExtinct",
|
|
1167
|
+
"GrosMichelExtinct",
|
|
1168
|
+
"SpaceLevelup",
|
|
1169
|
+
"BusinessPayout",
|
|
1170
|
+
"BloodstoneTrigger",
|
|
1171
|
+
"ParkingPayout",
|
|
1172
|
+
"GlassDestroy",
|
|
1173
|
+
"WheelStaysFlipped"
|
|
1174
|
+
]
|
|
1175
|
+
},
|
|
1176
|
+
"MotelyJokerSticker": {
|
|
1177
|
+
"type": "string",
|
|
1178
|
+
"enum": [
|
|
1179
|
+
"None",
|
|
1180
|
+
"Eternal",
|
|
1181
|
+
"Perishable",
|
|
1182
|
+
"Rental"
|
|
1183
|
+
]
|
|
1184
|
+
},
|
|
1185
|
+
"MotelyDeck": {
|
|
1186
|
+
"type": "string",
|
|
1187
|
+
"enum": [
|
|
1188
|
+
"Red",
|
|
1189
|
+
"Blue",
|
|
1190
|
+
"Yellow",
|
|
1191
|
+
"Green",
|
|
1192
|
+
"Black",
|
|
1193
|
+
"Magic",
|
|
1194
|
+
"Nebula",
|
|
1195
|
+
"Ghost",
|
|
1196
|
+
"Abandoned",
|
|
1197
|
+
"Checkered",
|
|
1198
|
+
"Zodiac",
|
|
1199
|
+
"Painted",
|
|
1200
|
+
"Anaglyph",
|
|
1201
|
+
"Plasma",
|
|
1202
|
+
"Erratic"
|
|
1203
|
+
]
|
|
1204
|
+
},
|
|
1205
|
+
"MotelyStake": {
|
|
1206
|
+
"type": "string",
|
|
1207
|
+
"enum": [
|
|
1208
|
+
"White",
|
|
1209
|
+
"Red",
|
|
1210
|
+
"Green",
|
|
1211
|
+
"Black",
|
|
1212
|
+
"Blue",
|
|
1213
|
+
"Purple",
|
|
1214
|
+
"Orange",
|
|
1215
|
+
"Gold"
|
|
1216
|
+
]
|
|
1217
|
+
}
|
|
1218
|
+
}
|
|
1219
|
+
}
|