motely-node 2.2.3 → 3.0.0

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.
Files changed (59) hide show
  1. package/README.md +10 -10
  2. package/_framework/Motely.8y5rvfuai3.wasm +0 -0
  3. package/_framework/Motely.SingleThread.tnxmlx0rs7.wasm +0 -0
  4. package/_framework/{System.Private.CoreLib.t6vylij0to.wasm → System.Private.CoreLib.q31xygua1s.wasm} +0 -0
  5. package/_framework/dotnet.js +11 -11
  6. package/_framework/{dotnet.native.ws3tq8jgzv.wasm → dotnet.native.f4wynpy50s.wasm} +0 -0
  7. package/index.cjs +3 -0
  8. package/index.d.ts +3 -0
  9. package/index.js +3 -0
  10. package/jaml-schema.d.ts +12 -0
  11. package/jaml-schema.js +3284 -0
  12. package/jaml.schema.json +1267 -115
  13. package/package.json +11 -4
  14. package/_framework/Motely.80zooe1g1b.wasm +0 -0
  15. package/_framework/Motely.80zooe1g1b.wasm.br +0 -0
  16. package/_framework/Motely.80zooe1g1b.wasm.gz +0 -0
  17. package/_framework/Motely.SingleThread.qdb6metss2.wasm +0 -0
  18. package/_framework/Motely.SingleThread.qdb6metss2.wasm.br +0 -0
  19. package/_framework/Motely.SingleThread.qdb6metss2.wasm.gz +0 -0
  20. package/_framework/System.Collections.Concurrent.ayp51emk7f.wasm.br +0 -0
  21. package/_framework/System.Collections.Concurrent.ayp51emk7f.wasm.gz +0 -0
  22. package/_framework/System.Collections.tt425i6ify.wasm.br +0 -0
  23. package/_framework/System.Collections.tt425i6ify.wasm.gz +0 -0
  24. package/_framework/System.ComponentModel.Primitives.fjv77ljto2.wasm.br +0 -0
  25. package/_framework/System.ComponentModel.Primitives.fjv77ljto2.wasm.gz +0 -0
  26. package/_framework/System.Console.a5h4vm85mj.wasm.br +0 -0
  27. package/_framework/System.Console.a5h4vm85mj.wasm.gz +0 -0
  28. package/_framework/System.IO.Pipelines.dvb53mk2zg.wasm.br +0 -0
  29. package/_framework/System.IO.Pipelines.dvb53mk2zg.wasm.gz +0 -0
  30. package/_framework/System.Linq.x3bjseuxl8.wasm.br +0 -0
  31. package/_framework/System.Linq.x3bjseuxl8.wasm.gz +0 -0
  32. package/_framework/System.Memory.tf17uamb4m.wasm.br +0 -0
  33. package/_framework/System.Memory.tf17uamb4m.wasm.gz +0 -0
  34. package/_framework/System.ObjectModel.8ksm30ll2f.wasm.br +0 -0
  35. package/_framework/System.ObjectModel.8ksm30ll2f.wasm.gz +0 -0
  36. package/_framework/System.Private.CoreLib.t6vylij0to.wasm.br +0 -0
  37. package/_framework/System.Private.CoreLib.t6vylij0to.wasm.gz +0 -0
  38. package/_framework/System.Private.Uri.vf3uyjlk4r.wasm.br +0 -0
  39. package/_framework/System.Private.Uri.vf3uyjlk4r.wasm.gz +0 -0
  40. package/_framework/System.Runtime.InteropServices.JavaScript.4jnkqxblyl.wasm.br +0 -0
  41. package/_framework/System.Runtime.InteropServices.JavaScript.4jnkqxblyl.wasm.gz +0 -0
  42. package/_framework/System.Text.Encodings.Web.ha1lyoz09i.wasm.br +0 -0
  43. package/_framework/System.Text.Encodings.Web.ha1lyoz09i.wasm.gz +0 -0
  44. package/_framework/System.Text.Json.ad1y3qs7i4.wasm.br +0 -0
  45. package/_framework/System.Text.Json.ad1y3qs7i4.wasm.gz +0 -0
  46. package/_framework/System.Text.RegularExpressions.n5mf3b24ec.wasm.br +0 -0
  47. package/_framework/System.Text.RegularExpressions.n5mf3b24ec.wasm.gz +0 -0
  48. package/_framework/System.Threading.8wct646wp9.wasm.br +0 -0
  49. package/_framework/System.Threading.8wct646wp9.wasm.gz +0 -0
  50. package/_framework/YamlDotNet.b2a7su70z1.wasm.br +0 -0
  51. package/_framework/YamlDotNet.b2a7su70z1.wasm.gz +0 -0
  52. package/_framework/dotnet.js.br +0 -0
  53. package/_framework/dotnet.js.gz +0 -0
  54. package/_framework/dotnet.native.2rnmjvcnrv.js.br +0 -0
  55. package/_framework/dotnet.native.2rnmjvcnrv.js.gz +0 -0
  56. package/_framework/dotnet.native.ws3tq8jgzv.wasm.br +0 -0
  57. package/_framework/dotnet.native.ws3tq8jgzv.wasm.gz +0 -0
  58. package/_framework/dotnet.runtime.q5rqv3xrhm.js.br +0 -0
  59. package/_framework/dotnet.runtime.q5rqv3xrhm.js.gz +0 -0
package/jaml-schema.js ADDED
@@ -0,0 +1,3284 @@
1
+ export const JAML_SCHEMA_VERSION = "3.0.0";
2
+ export const jamlSchema = {
3
+ "$schema": "http://json-schema.org/draft-07/schema#",
4
+ "$id": "https://seedfinder.app/jaml.schema.json",
5
+ "version": "3.0.0",
6
+ "title": "JAML - Jimbo\u0027s Ante Markup Language",
7
+ "description": "Schema for Balatro seed filter configuration files (.jaml)",
8
+ "type": "object",
9
+ "properties": {
10
+ "name": {
11
+ "type": "string",
12
+ "description": "Display name of the filter"
13
+ },
14
+ "description": {
15
+ "type": "string",
16
+ "description": "Description of what this filter searches for"
17
+ },
18
+ "author": {
19
+ "type": "string",
20
+ "description": "Creator of the filter"
21
+ },
22
+ "dateCreated": {
23
+ "type": "string",
24
+ "format": "date-time",
25
+ "description": "ISO 8601 timestamp when filter was created"
26
+ },
27
+ "deck": {
28
+ "type": "string",
29
+ "enum": [
30
+ "Red",
31
+ "Blue",
32
+ "Yellow",
33
+ "Green",
34
+ "Black",
35
+ "Magic",
36
+ "Nebula",
37
+ "Ghost",
38
+ "Abandoned",
39
+ "Checkered",
40
+ "Zodiac",
41
+ "Painted",
42
+ "Anaglyph",
43
+ "Plasma",
44
+ "Erratic"
45
+ ],
46
+ "description": "Balatro deck to search with",
47
+ "default": "Red"
48
+ },
49
+ "stake": {
50
+ "type": "string",
51
+ "enum": [
52
+ "White",
53
+ "Red",
54
+ "Green",
55
+ "Black",
56
+ "Blue",
57
+ "Purple",
58
+ "Orange",
59
+ "Gold"
60
+ ],
61
+ "description": "Balatro stake level",
62
+ "default": "White"
63
+ },
64
+ "seeds": {
65
+ "type": "array",
66
+ "items": {
67
+ "type": "string"
68
+ },
69
+ "description": "Known seed examples associated with this filter."
70
+ },
71
+ "defaults": {
72
+ "type": "object",
73
+ "description": "Default values applied to clauses when a clause does not specify its own values.",
74
+ "properties": {
75
+ "antes": {
76
+ "type": "array",
77
+ "items": {
78
+ "type": "integer",
79
+ "minimum": 0,
80
+ "maximum": 39
81
+ },
82
+ "description": "Default antes to check if a clause does not specify antes.",
83
+ "default": [
84
+ 1,
85
+ 2,
86
+ 3,
87
+ 4,
88
+ 5,
89
+ 6,
90
+ 7,
91
+ 8
92
+ ]
93
+ },
94
+ "boosterPacks": {
95
+ "type": "array",
96
+ "items": {
97
+ "type": "integer",
98
+ "minimum": 0,
99
+ "maximum": 5
100
+ },
101
+ "description": "Default pack offering slots to inspect.",
102
+ "default": [
103
+ 0,
104
+ 1,
105
+ 2,
106
+ 3,
107
+ 4,
108
+ 5
109
+ ]
110
+ },
111
+ "shopItems": {
112
+ "type": "array",
113
+ "items": {
114
+ "type": "integer",
115
+ "minimum": 0,
116
+ "maximum": 5
117
+ },
118
+ "description": "Default shop item slots to inspect.",
119
+ "default": [
120
+ 0,
121
+ 1,
122
+ 2,
123
+ 3,
124
+ 4,
125
+ 5
126
+ ]
127
+ },
128
+ "score": {
129
+ "type": "integer",
130
+ "minimum": 0,
131
+ "description": "Default score for should clauses.",
132
+ "default": 1
133
+ }
134
+ },
135
+ "additionalProperties": false
136
+ },
137
+ "must": {
138
+ "type": "array",
139
+ "description": "Required clauses. All listed clauses must match.",
140
+ "items": {
141
+ "$ref": "#/definitions/clause"
142
+ }
143
+ },
144
+ "should": {
145
+ "type": "array",
146
+ "description": "Scored clauses. Matching clauses add score but do not gate the seed by themselves.",
147
+ "items": {
148
+ "$ref": "#/definitions/clause"
149
+ }
150
+ },
151
+ "mustNot": {
152
+ "type": "array",
153
+ "description": "Rejected clauses. If any listed clause matches, the seed is rejected.",
154
+ "items": {
155
+ "$ref": "#/definitions/clause"
156
+ }
157
+ }
158
+ },
159
+ "definitions": {
160
+ "clause": {
161
+ "type": "object",
162
+ "properties": {
163
+ "type": {
164
+ "type": "string",
165
+ "enum": [
166
+ "Joker",
167
+ "CommonJoker",
168
+ "UncommonJoker",
169
+ "RareJoker",
170
+ "MixedJoker",
171
+ "SoulJoker",
172
+ "Voucher",
173
+ "TarotCard",
174
+ "Planet",
175
+ "PlanetCard",
176
+ "Spectral",
177
+ "SpectralCard",
178
+ "Tag",
179
+ "SmallBlindTag",
180
+ "BigBlindTag",
181
+ "Boss",
182
+ "BossBlind",
183
+ "StandardCard",
184
+ "Event",
185
+ "LuckyMoney",
186
+ "LuckyMult",
187
+ "MisprintMult",
188
+ "WheelOfFortune",
189
+ "CavendishExtinct",
190
+ "GrosMichelExtinct",
191
+ "ErraticRank",
192
+ "ErraticSuit",
193
+ "ErraticCard",
194
+ "StartingDraw",
195
+ "And",
196
+ "Or"
197
+ ],
198
+ "description": "Explicit clause type when using the type/value form."
199
+ },
200
+ "value": {
201
+ "type": "string",
202
+ "description": "Primary clause value when using the explicit type/value form."
203
+ },
204
+ "eventType": {
205
+ "type": "string",
206
+ "enum": [
207
+ "LuckyMoney",
208
+ "LuckyMult",
209
+ "MisprintMult",
210
+ "WheelOfFortune",
211
+ "CavendishExtinct",
212
+ "GrosMichelExtinct"
213
+ ],
214
+ "description": "Event clause value for the explicit type/eventType form."
215
+ },
216
+ "joker": {
217
+ "type": "string",
218
+ "enum": [
219
+ "Joker",
220
+ "GreedyJoker",
221
+ "LustyJoker",
222
+ "WrathfulJoker",
223
+ "GluttonousJoker",
224
+ "JollyJoker",
225
+ "ZanyJoker",
226
+ "MadJoker",
227
+ "CrazyJoker",
228
+ "DrollJoker",
229
+ "SlyJoker",
230
+ "WilyJoker",
231
+ "CleverJoker",
232
+ "DeviousJoker",
233
+ "CraftyJoker",
234
+ "HalfJoker",
235
+ "CreditCard",
236
+ "Banner",
237
+ "MysticSummit",
238
+ "EightBall",
239
+ "Misprint",
240
+ "RaisedFist",
241
+ "ChaostheClown",
242
+ "ScaryFace",
243
+ "AbstractJoker",
244
+ "DelayedGratification",
245
+ "GrosMichel",
246
+ "EvenSteven",
247
+ "OddTodd",
248
+ "Scholar",
249
+ "BusinessCard",
250
+ "Supernova",
251
+ "RideTheBus",
252
+ "Egg",
253
+ "Runner",
254
+ "IceCream",
255
+ "Splash",
256
+ "BlueJoker",
257
+ "FacelessJoker",
258
+ "GreenJoker",
259
+ "Superposition",
260
+ "ToDoList",
261
+ "Cavendish",
262
+ "RedCard",
263
+ "SquareJoker",
264
+ "RiffRaff",
265
+ "Photograph",
266
+ "ReservedParking",
267
+ "MailInRebate",
268
+ "Hallucination",
269
+ "FortuneTeller",
270
+ "Juggler",
271
+ "Drunkard",
272
+ "GoldenJoker",
273
+ "Popcorn",
274
+ "WalkieTalkie",
275
+ "SmileyFace",
276
+ "GoldenTicket",
277
+ "Swashbuckler",
278
+ "HangingChad",
279
+ "ShootTheMoon",
280
+ "JokerStencil",
281
+ "FourFingers",
282
+ "Mime",
283
+ "CeremonialDagger",
284
+ "MarbleJoker",
285
+ "LoyaltyCard",
286
+ "Dusk",
287
+ "Fibonacci",
288
+ "SteelJoker",
289
+ "Hack",
290
+ "Pareidolia",
291
+ "SpaceJoker",
292
+ "Burglar",
293
+ "Blackboard",
294
+ "SixthSense",
295
+ "Constellation",
296
+ "Hiker",
297
+ "CardSharp",
298
+ "Madness",
299
+ "Seance",
300
+ "Vampire",
301
+ "Shortcut",
302
+ "Hologram",
303
+ "Cloud9",
304
+ "Rocket",
305
+ "MidasMask",
306
+ "Luchador",
307
+ "GiftCard",
308
+ "TurtleBean",
309
+ "Erosion",
310
+ "ToTheMoon",
311
+ "StoneJoker",
312
+ "LuckyCat",
313
+ "Bull",
314
+ "DietCola",
315
+ "TradingCard",
316
+ "FlashCard",
317
+ "SpareTrousers",
318
+ "Ramen",
319
+ "Seltzer",
320
+ "Castle",
321
+ "MrBones",
322
+ "Acrobat",
323
+ "SockAndBuskin",
324
+ "Troubadour",
325
+ "Certificate",
326
+ "SmearedJoker",
327
+ "Throwback",
328
+ "RoughGem",
329
+ "Bloodstone",
330
+ "Arrowhead",
331
+ "OnyxAgate",
332
+ "GlassJoker",
333
+ "Showman",
334
+ "FlowerPot",
335
+ "MerryAndy",
336
+ "OopsAll6s",
337
+ "TheIdol",
338
+ "SeeingDouble",
339
+ "Matador",
340
+ "Satellite",
341
+ "Cartomancer",
342
+ "Astronomer",
343
+ "Bootstraps",
344
+ "DNA",
345
+ "Vagabond",
346
+ "Baron",
347
+ "Obelisk",
348
+ "BaseballCard",
349
+ "AncientJoker",
350
+ "Campfire",
351
+ "Blueprint",
352
+ "WeeJoker",
353
+ "HitTheRoad",
354
+ "TheDuo",
355
+ "TheTrio",
356
+ "TheFamily",
357
+ "TheOrder",
358
+ "TheTribe",
359
+ "Stuntman",
360
+ "InvisibleJoker",
361
+ "Brainstorm",
362
+ "DriversLicense",
363
+ "BurntJoker",
364
+ "Canio",
365
+ "Triboulet",
366
+ "Yorick",
367
+ "Chicot",
368
+ "Perkeo"
369
+ ],
370
+ "description": "Joker clause."
371
+ },
372
+ "jokers": {
373
+ "type": "array",
374
+ "items": {
375
+ "type": "string"
376
+ },
377
+ "description": "Joker clause matching any listed joker names."
378
+ },
379
+ "commonJoker": {
380
+ "type": "string",
381
+ "enum": [
382
+ "Joker",
383
+ "GreedyJoker",
384
+ "LustyJoker",
385
+ "WrathfulJoker",
386
+ "GluttonousJoker",
387
+ "JollyJoker",
388
+ "ZanyJoker",
389
+ "MadJoker",
390
+ "CrazyJoker",
391
+ "DrollJoker",
392
+ "SlyJoker",
393
+ "WilyJoker",
394
+ "CleverJoker",
395
+ "DeviousJoker",
396
+ "CraftyJoker",
397
+ "HalfJoker",
398
+ "CreditCard",
399
+ "Banner",
400
+ "MysticSummit",
401
+ "EightBall",
402
+ "Misprint",
403
+ "RaisedFist",
404
+ "ChaostheClown",
405
+ "ScaryFace",
406
+ "AbstractJoker",
407
+ "DelayedGratification",
408
+ "GrosMichel",
409
+ "EvenSteven",
410
+ "OddTodd",
411
+ "Scholar",
412
+ "BusinessCard",
413
+ "Supernova",
414
+ "RideTheBus",
415
+ "Egg",
416
+ "Runner",
417
+ "IceCream",
418
+ "Splash",
419
+ "BlueJoker",
420
+ "FacelessJoker",
421
+ "GreenJoker",
422
+ "Superposition",
423
+ "ToDoList",
424
+ "Cavendish",
425
+ "RedCard",
426
+ "SquareJoker",
427
+ "RiffRaff",
428
+ "Photograph",
429
+ "ReservedParking",
430
+ "MailInRebate",
431
+ "Hallucination",
432
+ "FortuneTeller",
433
+ "Juggler",
434
+ "Drunkard",
435
+ "GoldenJoker",
436
+ "Popcorn",
437
+ "WalkieTalkie",
438
+ "SmileyFace",
439
+ "GoldenTicket",
440
+ "Swashbuckler",
441
+ "HangingChad",
442
+ "ShootTheMoon"
443
+ ],
444
+ "description": "Common Joker clause."
445
+ },
446
+ "commonJokers": {
447
+ "type": "array",
448
+ "items": {
449
+ "type": "string"
450
+ },
451
+ "description": "Common Joker clause matching any listed common joker names."
452
+ },
453
+ "uncommonJoker": {
454
+ "type": "string",
455
+ "enum": [
456
+ "JokerStencil",
457
+ "FourFingers",
458
+ "Mime",
459
+ "CeremonialDagger",
460
+ "MarbleJoker",
461
+ "LoyaltyCard",
462
+ "Dusk",
463
+ "Fibonacci",
464
+ "SteelJoker",
465
+ "Hack",
466
+ "Pareidolia",
467
+ "SpaceJoker",
468
+ "Burglar",
469
+ "Blackboard",
470
+ "SixthSense",
471
+ "Constellation",
472
+ "Hiker",
473
+ "CardSharp",
474
+ "Madness",
475
+ "Seance",
476
+ "Vampire",
477
+ "Shortcut",
478
+ "Hologram",
479
+ "Cloud9",
480
+ "Rocket",
481
+ "MidasMask",
482
+ "Luchador",
483
+ "GiftCard",
484
+ "TurtleBean",
485
+ "Erosion",
486
+ "ToTheMoon",
487
+ "StoneJoker",
488
+ "LuckyCat",
489
+ "Bull",
490
+ "DietCola",
491
+ "TradingCard",
492
+ "FlashCard",
493
+ "SpareTrousers",
494
+ "Ramen",
495
+ "Seltzer",
496
+ "Castle",
497
+ "MrBones",
498
+ "Acrobat",
499
+ "SockAndBuskin",
500
+ "Troubadour",
501
+ "Certificate",
502
+ "SmearedJoker",
503
+ "Throwback",
504
+ "RoughGem",
505
+ "Bloodstone",
506
+ "Arrowhead",
507
+ "OnyxAgate",
508
+ "GlassJoker",
509
+ "Showman",
510
+ "FlowerPot",
511
+ "MerryAndy",
512
+ "OopsAll6s",
513
+ "TheIdol",
514
+ "SeeingDouble",
515
+ "Matador",
516
+ "Satellite",
517
+ "Cartomancer",
518
+ "Astronomer",
519
+ "Bootstraps"
520
+ ],
521
+ "description": "Uncommon Joker clause."
522
+ },
523
+ "uncommonJokers": {
524
+ "type": "array",
525
+ "items": {
526
+ "type": "string"
527
+ },
528
+ "description": "Uncommon Joker clause matching any listed uncommon joker names."
529
+ },
530
+ "rareJoker": {
531
+ "type": "string",
532
+ "enum": [
533
+ "DNA",
534
+ "Vagabond",
535
+ "Baron",
536
+ "Obelisk",
537
+ "BaseballCard",
538
+ "AncientJoker",
539
+ "Campfire",
540
+ "Blueprint",
541
+ "WeeJoker",
542
+ "HitTheRoad",
543
+ "TheDuo",
544
+ "TheTrio",
545
+ "TheFamily",
546
+ "TheOrder",
547
+ "TheTribe",
548
+ "Stuntman",
549
+ "InvisibleJoker",
550
+ "Brainstorm",
551
+ "DriversLicense",
552
+ "BurntJoker"
553
+ ],
554
+ "description": "Rare Joker clause."
555
+ },
556
+ "rareJokers": {
557
+ "type": "array",
558
+ "items": {
559
+ "type": "string"
560
+ },
561
+ "description": "Rare Joker clause matching any listed rare joker names."
562
+ },
563
+ "mixedJoker": {
564
+ "type": "string",
565
+ "enum": [
566
+ "Joker",
567
+ "GreedyJoker",
568
+ "LustyJoker",
569
+ "WrathfulJoker",
570
+ "GluttonousJoker",
571
+ "JollyJoker",
572
+ "ZanyJoker",
573
+ "MadJoker",
574
+ "CrazyJoker",
575
+ "DrollJoker",
576
+ "SlyJoker",
577
+ "WilyJoker",
578
+ "CleverJoker",
579
+ "DeviousJoker",
580
+ "CraftyJoker",
581
+ "HalfJoker",
582
+ "CreditCard",
583
+ "Banner",
584
+ "MysticSummit",
585
+ "EightBall",
586
+ "Misprint",
587
+ "RaisedFist",
588
+ "ChaostheClown",
589
+ "ScaryFace",
590
+ "AbstractJoker",
591
+ "DelayedGratification",
592
+ "GrosMichel",
593
+ "EvenSteven",
594
+ "OddTodd",
595
+ "Scholar",
596
+ "BusinessCard",
597
+ "Supernova",
598
+ "RideTheBus",
599
+ "Egg",
600
+ "Runner",
601
+ "IceCream",
602
+ "Splash",
603
+ "BlueJoker",
604
+ "FacelessJoker",
605
+ "GreenJoker",
606
+ "Superposition",
607
+ "ToDoList",
608
+ "Cavendish",
609
+ "RedCard",
610
+ "SquareJoker",
611
+ "RiffRaff",
612
+ "Photograph",
613
+ "ReservedParking",
614
+ "MailInRebate",
615
+ "Hallucination",
616
+ "FortuneTeller",
617
+ "Juggler",
618
+ "Drunkard",
619
+ "GoldenJoker",
620
+ "Popcorn",
621
+ "WalkieTalkie",
622
+ "SmileyFace",
623
+ "GoldenTicket",
624
+ "Swashbuckler",
625
+ "HangingChad",
626
+ "ShootTheMoon",
627
+ "JokerStencil",
628
+ "FourFingers",
629
+ "Mime",
630
+ "CeremonialDagger",
631
+ "MarbleJoker",
632
+ "LoyaltyCard",
633
+ "Dusk",
634
+ "Fibonacci",
635
+ "SteelJoker",
636
+ "Hack",
637
+ "Pareidolia",
638
+ "SpaceJoker",
639
+ "Burglar",
640
+ "Blackboard",
641
+ "SixthSense",
642
+ "Constellation",
643
+ "Hiker",
644
+ "CardSharp",
645
+ "Madness",
646
+ "Seance",
647
+ "Vampire",
648
+ "Shortcut",
649
+ "Hologram",
650
+ "Cloud9",
651
+ "Rocket",
652
+ "MidasMask",
653
+ "Luchador",
654
+ "GiftCard",
655
+ "TurtleBean",
656
+ "Erosion",
657
+ "ToTheMoon",
658
+ "StoneJoker",
659
+ "LuckyCat",
660
+ "Bull",
661
+ "DietCola",
662
+ "TradingCard",
663
+ "FlashCard",
664
+ "SpareTrousers",
665
+ "Ramen",
666
+ "Seltzer",
667
+ "Castle",
668
+ "MrBones",
669
+ "Acrobat",
670
+ "SockAndBuskin",
671
+ "Troubadour",
672
+ "Certificate",
673
+ "SmearedJoker",
674
+ "Throwback",
675
+ "RoughGem",
676
+ "Bloodstone",
677
+ "Arrowhead",
678
+ "OnyxAgate",
679
+ "GlassJoker",
680
+ "Showman",
681
+ "FlowerPot",
682
+ "MerryAndy",
683
+ "OopsAll6s",
684
+ "TheIdol",
685
+ "SeeingDouble",
686
+ "Matador",
687
+ "Satellite",
688
+ "Cartomancer",
689
+ "Astronomer",
690
+ "Bootstraps",
691
+ "DNA",
692
+ "Vagabond",
693
+ "Baron",
694
+ "Obelisk",
695
+ "BaseballCard",
696
+ "AncientJoker",
697
+ "Campfire",
698
+ "Blueprint",
699
+ "WeeJoker",
700
+ "HitTheRoad",
701
+ "TheDuo",
702
+ "TheTrio",
703
+ "TheFamily",
704
+ "TheOrder",
705
+ "TheTribe",
706
+ "Stuntman",
707
+ "InvisibleJoker",
708
+ "Brainstorm",
709
+ "DriversLicense",
710
+ "BurntJoker",
711
+ "Canio",
712
+ "Triboulet",
713
+ "Yorick",
714
+ "Chicot",
715
+ "Perkeo"
716
+ ],
717
+ "description": "Mixed-rarity Joker clause."
718
+ },
719
+ "mixedJokers": {
720
+ "type": "array",
721
+ "items": {
722
+ "type": "string"
723
+ },
724
+ "description": "Mixed-rarity Joker clause matching any listed joker names."
725
+ },
726
+ "soulJoker": {
727
+ "type": "string",
728
+ "enum": [
729
+ "Canio",
730
+ "Triboulet",
731
+ "Yorick",
732
+ "Chicot",
733
+ "Perkeo"
734
+ ],
735
+ "description": "Soul Joker clause."
736
+ },
737
+ "legendaryJoker": {
738
+ "type": "string",
739
+ "enum": [
740
+ "Canio",
741
+ "Triboulet",
742
+ "Yorick",
743
+ "Chicot",
744
+ "Perkeo"
745
+ ],
746
+ "description": "Legendary Joker clause."
747
+ },
748
+ "voucher": {
749
+ "type": "string",
750
+ "enum": [
751
+ "Overstock",
752
+ "OverstockPlus",
753
+ "ClearanceSale",
754
+ "Liquidation",
755
+ "Hone",
756
+ "GlowUp",
757
+ "RerollSurplus",
758
+ "RerollGlut",
759
+ "CrystalBall",
760
+ "OmenGlobe",
761
+ "Telescope",
762
+ "Observatory",
763
+ "Grabber",
764
+ "NachoTong",
765
+ "Wasteful",
766
+ "Recyclomancy",
767
+ "TarotMerchant",
768
+ "TarotTycoon",
769
+ "PlanetMerchant",
770
+ "PlanetTycoon",
771
+ "SeedMoney",
772
+ "MoneyTree",
773
+ "Blank",
774
+ "Antimatter",
775
+ "MagicTrick",
776
+ "Illusion",
777
+ "Hieroglyph",
778
+ "Petroglyph",
779
+ "DirectorsCut",
780
+ "Retcon",
781
+ "PaintBrush",
782
+ "Palette"
783
+ ],
784
+ "description": "Voucher clause."
785
+ },
786
+ "vouchers": {
787
+ "type": "array",
788
+ "items": {
789
+ "type": "string"
790
+ },
791
+ "description": "Voucher clause matching any listed voucher names."
792
+ },
793
+ "tarot": {
794
+ "type": "string",
795
+ "enum": [
796
+ "TheFool",
797
+ "TheMagician",
798
+ "TheHighPriestess",
799
+ "TheEmpress",
800
+ "TheEmperor",
801
+ "TheHierophant",
802
+ "TheLovers",
803
+ "TheChariot",
804
+ "Justice",
805
+ "TheHermit",
806
+ "TheWheelOfFortune",
807
+ "Strength",
808
+ "TheHangedMan",
809
+ "Death",
810
+ "Temperance",
811
+ "TheDevil",
812
+ "TheTower",
813
+ "TheStar",
814
+ "TheMoon",
815
+ "TheSun",
816
+ "Judgement",
817
+ "TheWorld"
818
+ ],
819
+ "description": "Tarot card clause."
820
+ },
821
+ "tarotCard": {
822
+ "type": "string",
823
+ "enum": [
824
+ "TheFool",
825
+ "TheMagician",
826
+ "TheHighPriestess",
827
+ "TheEmpress",
828
+ "TheEmperor",
829
+ "TheHierophant",
830
+ "TheLovers",
831
+ "TheChariot",
832
+ "Justice",
833
+ "TheHermit",
834
+ "TheWheelOfFortune",
835
+ "Strength",
836
+ "TheHangedMan",
837
+ "Death",
838
+ "Temperance",
839
+ "TheDevil",
840
+ "TheTower",
841
+ "TheStar",
842
+ "TheMoon",
843
+ "TheSun",
844
+ "Judgement",
845
+ "TheWorld"
846
+ ],
847
+ "description": "Tarot card clause."
848
+ },
849
+ "spectral": {
850
+ "type": "string",
851
+ "enum": [
852
+ "Familiar",
853
+ "Grim",
854
+ "Incantation",
855
+ "Talisman",
856
+ "Aura",
857
+ "Wraith",
858
+ "Sigil",
859
+ "Ouija",
860
+ "Ectoplasm",
861
+ "Immolate",
862
+ "Ankh",
863
+ "DejaVu",
864
+ "Hex",
865
+ "Trance",
866
+ "Medium",
867
+ "Cryptid",
868
+ "TheSoul",
869
+ "BlackHole"
870
+ ],
871
+ "description": "Spectral card clause."
872
+ },
873
+ "spectralCard": {
874
+ "type": "string",
875
+ "enum": [
876
+ "Familiar",
877
+ "Grim",
878
+ "Incantation",
879
+ "Talisman",
880
+ "Aura",
881
+ "Wraith",
882
+ "Sigil",
883
+ "Ouija",
884
+ "Ectoplasm",
885
+ "Immolate",
886
+ "Ankh",
887
+ "DejaVu",
888
+ "Hex",
889
+ "Trance",
890
+ "Medium",
891
+ "Cryptid",
892
+ "TheSoul",
893
+ "BlackHole"
894
+ ],
895
+ "description": "Spectral card clause."
896
+ },
897
+ "planet": {
898
+ "type": "string",
899
+ "enum": [
900
+ "Mercury",
901
+ "Venus",
902
+ "Earth",
903
+ "Mars",
904
+ "Jupiter",
905
+ "Saturn",
906
+ "Uranus",
907
+ "Neptune",
908
+ "Pluto",
909
+ "PlanetX",
910
+ "Ceres",
911
+ "Eris"
912
+ ],
913
+ "description": "Planet card clause."
914
+ },
915
+ "planetCard": {
916
+ "type": "string",
917
+ "enum": [
918
+ "Mercury",
919
+ "Venus",
920
+ "Earth",
921
+ "Mars",
922
+ "Jupiter",
923
+ "Saturn",
924
+ "Uranus",
925
+ "Neptune",
926
+ "Pluto",
927
+ "PlanetX",
928
+ "Ceres",
929
+ "Eris"
930
+ ],
931
+ "description": "Planet card clause."
932
+ },
933
+ "boss": {
934
+ "type": "string",
935
+ "enum": [
936
+ "TheClub",
937
+ "TheGoad",
938
+ "TheHead",
939
+ "TheHook",
940
+ "TheManacle",
941
+ "ThePillar",
942
+ "ThePsychic",
943
+ "TheWindow",
944
+ "TheArm",
945
+ "TheFish",
946
+ "TheFlint",
947
+ "TheHouse",
948
+ "TheMark",
949
+ "TheMouth",
950
+ "TheNeedle",
951
+ "TheWall",
952
+ "TheWater",
953
+ "TheWheel",
954
+ "TheEye",
955
+ "TheTooth",
956
+ "ThePlant",
957
+ "TheSerpent",
958
+ "TheOx",
959
+ "AmberAcorn",
960
+ "CeruleanBell",
961
+ "CrimsonHeart",
962
+ "VerdantLeaf",
963
+ "VioletVessel"
964
+ ],
965
+ "description": "Boss clause."
966
+ },
967
+ "tag": {
968
+ "type": "string",
969
+ "enum": [
970
+ "UncommonTag",
971
+ "RareTag",
972
+ "NegativeTag",
973
+ "FoilTag",
974
+ "HolographicTag",
975
+ "PolychromeTag",
976
+ "InvestmentTag",
977
+ "VoucherTag",
978
+ "BossTag",
979
+ "StandardTag",
980
+ "CharmTag",
981
+ "MeteorTag",
982
+ "BuffoonTag",
983
+ "HandyTag",
984
+ "GarbageTag",
985
+ "EtherealTag",
986
+ "CouponTag",
987
+ "DoubleTag",
988
+ "JuggleTag",
989
+ "D6Tag",
990
+ "TopupTag",
991
+ "SpeedTag",
992
+ "OrbitalTag",
993
+ "EconomyTag"
994
+ ],
995
+ "description": "Tag clause matching either blind position."
996
+ },
997
+ "smallBlindTag": {
998
+ "type": "string",
999
+ "enum": [
1000
+ "UncommonTag",
1001
+ "RareTag",
1002
+ "NegativeTag",
1003
+ "FoilTag",
1004
+ "HolographicTag",
1005
+ "PolychromeTag",
1006
+ "InvestmentTag",
1007
+ "VoucherTag",
1008
+ "BossTag",
1009
+ "StandardTag",
1010
+ "CharmTag",
1011
+ "MeteorTag",
1012
+ "BuffoonTag",
1013
+ "HandyTag",
1014
+ "GarbageTag",
1015
+ "EtherealTag",
1016
+ "CouponTag",
1017
+ "DoubleTag",
1018
+ "JuggleTag",
1019
+ "D6Tag",
1020
+ "TopupTag",
1021
+ "SpeedTag",
1022
+ "OrbitalTag",
1023
+ "EconomyTag"
1024
+ ],
1025
+ "description": "Small blind tag clause."
1026
+ },
1027
+ "bigBlindTag": {
1028
+ "type": "string",
1029
+ "enum": [
1030
+ "UncommonTag",
1031
+ "RareTag",
1032
+ "NegativeTag",
1033
+ "FoilTag",
1034
+ "HolographicTag",
1035
+ "PolychromeTag",
1036
+ "InvestmentTag",
1037
+ "VoucherTag",
1038
+ "BossTag",
1039
+ "StandardTag",
1040
+ "CharmTag",
1041
+ "MeteorTag",
1042
+ "BuffoonTag",
1043
+ "HandyTag",
1044
+ "GarbageTag",
1045
+ "EtherealTag",
1046
+ "CouponTag",
1047
+ "DoubleTag",
1048
+ "JuggleTag",
1049
+ "D6Tag",
1050
+ "TopupTag",
1051
+ "SpeedTag",
1052
+ "OrbitalTag",
1053
+ "EconomyTag"
1054
+ ],
1055
+ "description": "Big blind tag clause."
1056
+ },
1057
+ "standardCard": {
1058
+ "type": "string",
1059
+ "enum": [
1060
+ "C2",
1061
+ "C3",
1062
+ "C4",
1063
+ "C5",
1064
+ "C6",
1065
+ "C7",
1066
+ "C8",
1067
+ "C9",
1068
+ "C10",
1069
+ "CJ",
1070
+ "CQ",
1071
+ "CK",
1072
+ "CA",
1073
+ "D2",
1074
+ "D3",
1075
+ "D4",
1076
+ "D5",
1077
+ "D6",
1078
+ "D7",
1079
+ "D8",
1080
+ "D9",
1081
+ "D10",
1082
+ "DJ",
1083
+ "DQ",
1084
+ "DK",
1085
+ "DA",
1086
+ "H2",
1087
+ "H3",
1088
+ "H4",
1089
+ "H5",
1090
+ "H6",
1091
+ "H7",
1092
+ "H8",
1093
+ "H9",
1094
+ "H10",
1095
+ "HJ",
1096
+ "HQ",
1097
+ "HK",
1098
+ "HA",
1099
+ "S2",
1100
+ "S3",
1101
+ "S4",
1102
+ "S5",
1103
+ "S6",
1104
+ "S7",
1105
+ "S8",
1106
+ "S9",
1107
+ "S10",
1108
+ "SJ",
1109
+ "SQ",
1110
+ "SK",
1111
+ "SA"
1112
+ ],
1113
+ "description": "Playing card clause."
1114
+ },
1115
+ "erraticRank": {
1116
+ "type": "string",
1117
+ "enum": [
1118
+ "2",
1119
+ "3",
1120
+ "4",
1121
+ "5",
1122
+ "6",
1123
+ "7",
1124
+ "8",
1125
+ "9",
1126
+ "10",
1127
+ "J",
1128
+ "Jack",
1129
+ "Q",
1130
+ "Queen",
1131
+ "K",
1132
+ "King",
1133
+ "A",
1134
+ "Ace"
1135
+ ],
1136
+ "description": "Erratic deck rank clause."
1137
+ },
1138
+ "erraticSuit": {
1139
+ "type": "string",
1140
+ "enum": [
1141
+ "Hearts",
1142
+ "Diamonds",
1143
+ "Clubs",
1144
+ "Spades"
1145
+ ],
1146
+ "description": "Erratic deck suit clause."
1147
+ },
1148
+ "erraticCard": {
1149
+ "type": "string",
1150
+ "enum": [
1151
+ "C2",
1152
+ "C3",
1153
+ "C4",
1154
+ "C5",
1155
+ "C6",
1156
+ "C7",
1157
+ "C8",
1158
+ "C9",
1159
+ "C10",
1160
+ "CJ",
1161
+ "CQ",
1162
+ "CK",
1163
+ "CA",
1164
+ "D2",
1165
+ "D3",
1166
+ "D4",
1167
+ "D5",
1168
+ "D6",
1169
+ "D7",
1170
+ "D8",
1171
+ "D9",
1172
+ "D10",
1173
+ "DJ",
1174
+ "DQ",
1175
+ "DK",
1176
+ "DA",
1177
+ "H2",
1178
+ "H3",
1179
+ "H4",
1180
+ "H5",
1181
+ "H6",
1182
+ "H7",
1183
+ "H8",
1184
+ "H9",
1185
+ "H10",
1186
+ "HJ",
1187
+ "HQ",
1188
+ "HK",
1189
+ "HA",
1190
+ "S2",
1191
+ "S3",
1192
+ "S4",
1193
+ "S5",
1194
+ "S6",
1195
+ "S7",
1196
+ "S8",
1197
+ "S9",
1198
+ "S10",
1199
+ "SJ",
1200
+ "SQ",
1201
+ "SK",
1202
+ "SA"
1203
+ ],
1204
+ "description": "Erratic deck card clause."
1205
+ },
1206
+ "startingDraw": {
1207
+ "type": "string",
1208
+ "enum": [
1209
+ "C2",
1210
+ "C3",
1211
+ "C4",
1212
+ "C5",
1213
+ "C6",
1214
+ "C7",
1215
+ "C8",
1216
+ "C9",
1217
+ "C10",
1218
+ "CJ",
1219
+ "CQ",
1220
+ "CK",
1221
+ "CA",
1222
+ "D2",
1223
+ "D3",
1224
+ "D4",
1225
+ "D5",
1226
+ "D6",
1227
+ "D7",
1228
+ "D8",
1229
+ "D9",
1230
+ "D10",
1231
+ "DJ",
1232
+ "DQ",
1233
+ "DK",
1234
+ "DA",
1235
+ "H2",
1236
+ "H3",
1237
+ "H4",
1238
+ "H5",
1239
+ "H6",
1240
+ "H7",
1241
+ "H8",
1242
+ "H9",
1243
+ "H10",
1244
+ "HJ",
1245
+ "HQ",
1246
+ "HK",
1247
+ "HA",
1248
+ "S2",
1249
+ "S3",
1250
+ "S4",
1251
+ "S5",
1252
+ "S6",
1253
+ "S7",
1254
+ "S8",
1255
+ "S9",
1256
+ "S10",
1257
+ "SJ",
1258
+ "SQ",
1259
+ "SK",
1260
+ "SA"
1261
+ ],
1262
+ "description": "Starting draw clause."
1263
+ },
1264
+ "event": {
1265
+ "type": "string",
1266
+ "enum": [
1267
+ "LuckyMoney",
1268
+ "LuckyMult",
1269
+ "MisprintMult",
1270
+ "WheelOfFortune",
1271
+ "CavendishExtinct",
1272
+ "GrosMichelExtinct"
1273
+ ],
1274
+ "description": "Event clause."
1275
+ },
1276
+ "antes": {
1277
+ "type": "array",
1278
+ "items": {
1279
+ "type": "integer",
1280
+ "minimum": 0,
1281
+ "maximum": 39
1282
+ },
1283
+ "description": "Which antes to search in."
1284
+ },
1285
+ "score": {
1286
+ "type": "integer",
1287
+ "minimum": 0,
1288
+ "description": "Score contribution for should clauses.",
1289
+ "default": 1
1290
+ },
1291
+ "min": {
1292
+ "type": "integer",
1293
+ "minimum": 0,
1294
+ "description": "Minimum matches required for this clause."
1295
+ },
1296
+ "max": {
1297
+ "type": "integer",
1298
+ "minimum": 0,
1299
+ "description": "Maximum matches allowed for this clause."
1300
+ },
1301
+ "label": {
1302
+ "type": "string",
1303
+ "description": "Custom label for result output."
1304
+ },
1305
+ "edition": {
1306
+ "type": "string",
1307
+ "enum": [
1308
+ "Foil",
1309
+ "Holographic",
1310
+ "Polychrome",
1311
+ "Negative"
1312
+ ],
1313
+ "description": "Required edition for matching items."
1314
+ },
1315
+ "stickers": {
1316
+ "type": "array",
1317
+ "items": {
1318
+ "type": "string",
1319
+ "enum": [
1320
+ "Eternal",
1321
+ "Perishable",
1322
+ "Rental"
1323
+ ]
1324
+ },
1325
+ "description": "Required joker stickers."
1326
+ },
1327
+ "seal": {
1328
+ "type": "string",
1329
+ "enum": [
1330
+ "Gold",
1331
+ "Red",
1332
+ "Blue",
1333
+ "Purple"
1334
+ ],
1335
+ "description": "Required seal for playing cards."
1336
+ },
1337
+ "enhancement": {
1338
+ "type": "string",
1339
+ "enum": [
1340
+ "Bonus",
1341
+ "Mult",
1342
+ "Wild",
1343
+ "Glass",
1344
+ "Steel",
1345
+ "Stone",
1346
+ "Gold",
1347
+ "Lucky"
1348
+ ],
1349
+ "description": "Required enhancement for playing cards."
1350
+ },
1351
+ "rank": {
1352
+ "type": "string",
1353
+ "enum": [
1354
+ "2",
1355
+ "3",
1356
+ "4",
1357
+ "5",
1358
+ "6",
1359
+ "7",
1360
+ "8",
1361
+ "9",
1362
+ "10",
1363
+ "J",
1364
+ "Jack",
1365
+ "Q",
1366
+ "Queen",
1367
+ "K",
1368
+ "King",
1369
+ "A",
1370
+ "Ace"
1371
+ ],
1372
+ "description": "Required rank for playing-card-based clauses."
1373
+ },
1374
+ "suit": {
1375
+ "type": "string",
1376
+ "enum": [
1377
+ "Hearts",
1378
+ "Diamonds",
1379
+ "Clubs",
1380
+ "Spades"
1381
+ ],
1382
+ "description": "Required suit for playing-card-based clauses."
1383
+ },
1384
+ "rolls": {
1385
+ "type": "array",
1386
+ "items": {
1387
+ "type": "integer",
1388
+ "minimum": 0
1389
+ },
1390
+ "description": "Event occurrence indices to check."
1391
+ },
1392
+ "shopItems": {
1393
+ "type": "array",
1394
+ "items": {
1395
+ "type": "integer",
1396
+ "minimum": 0,
1397
+ "maximum": 1023
1398
+ },
1399
+ "description": "Clause-level source mapping for shop item slots."
1400
+ },
1401
+ "boosterPacks": {
1402
+ "type": "array",
1403
+ "items": {
1404
+ "type": "integer",
1405
+ "minimum": 0,
1406
+ "maximum": 5
1407
+ },
1408
+ "description": "Clause-level source mapping for pack offering slots."
1409
+ },
1410
+ "minShopSlot": {
1411
+ "type": "integer",
1412
+ "minimum": 0,
1413
+ "description": "Minimum shop slot index for range generation.",
1414
+ "maximum": 1023
1415
+ },
1416
+ "maxShopSlot": {
1417
+ "type": "integer",
1418
+ "minimum": 0,
1419
+ "description": "Maximum shop slot index for range generation.",
1420
+ "maximum": 1023
1421
+ },
1422
+ "minPackSlot": {
1423
+ "type": "integer",
1424
+ "minimum": 0,
1425
+ "description": "Minimum pack slot index for range generation.",
1426
+ "maximum": 5
1427
+ },
1428
+ "maxPackSlot": {
1429
+ "type": "integer",
1430
+ "minimum": 0,
1431
+ "description": "Maximum pack slot index for range generation.",
1432
+ "maximum": 5
1433
+ },
1434
+ "sources": {
1435
+ "type": "object",
1436
+ "description": "Source mapping that describes where the clause may be satisfied.",
1437
+ "properties": {
1438
+ "shopItems": {
1439
+ "type": "array",
1440
+ "items": {
1441
+ "type": "integer",
1442
+ "minimum": 0,
1443
+ "maximum": 1023
1444
+ },
1445
+ "description": "Shop item slot indices."
1446
+ },
1447
+ "boosterPacks": {
1448
+ "type": "array",
1449
+ "items": {
1450
+ "type": "integer",
1451
+ "minimum": 0,
1452
+ "maximum": 5
1453
+ },
1454
+ "description": "Pack offering slot indices."
1455
+ },
1456
+ "minShopSlot": {
1457
+ "type": "integer",
1458
+ "minimum": 0,
1459
+ "description": "Minimum shop slot index for range generation.",
1460
+ "maximum": 1023
1461
+ },
1462
+ "maxShopSlot": {
1463
+ "type": "integer",
1464
+ "minimum": 0,
1465
+ "description": "Maximum shop slot index for range generation.",
1466
+ "maximum": 1023
1467
+ },
1468
+ "minPackSlot": {
1469
+ "type": "integer",
1470
+ "minimum": 0,
1471
+ "description": "Minimum pack slot index for range generation.",
1472
+ "maximum": 5
1473
+ },
1474
+ "maxPackSlot": {
1475
+ "type": "integer",
1476
+ "minimum": 0,
1477
+ "description": "Maximum pack slot index for range generation.",
1478
+ "maximum": 5
1479
+ },
1480
+ "tags": {
1481
+ "type": "boolean",
1482
+ "description": "Allow tag-based sources."
1483
+ },
1484
+ "requireMega": {
1485
+ "type": "boolean",
1486
+ "description": "Require Mega pack sources where applicable."
1487
+ },
1488
+ "judgement": {
1489
+ "type": "array",
1490
+ "items": {
1491
+ "type": "integer",
1492
+ "minimum": 0
1493
+ },
1494
+ "description": "Judgement roll indices."
1495
+ },
1496
+ "rareTag": {
1497
+ "type": "array",
1498
+ "items": {
1499
+ "type": "integer",
1500
+ "minimum": 0
1501
+ },
1502
+ "description": "Rare Tag roll indices."
1503
+ },
1504
+ "uncommonTag": {
1505
+ "type": "array",
1506
+ "items": {
1507
+ "type": "integer",
1508
+ "minimum": 0
1509
+ },
1510
+ "description": "Uncommon Tag roll indices."
1511
+ },
1512
+ "wraith": {
1513
+ "type": "array",
1514
+ "items": {
1515
+ "type": "integer",
1516
+ "minimum": 0
1517
+ },
1518
+ "description": "Wraith roll indices."
1519
+ },
1520
+ "soulCard": {
1521
+ "type": "array",
1522
+ "items": {
1523
+ "type": "integer",
1524
+ "minimum": 0
1525
+ },
1526
+ "description": "Soul card roll indices."
1527
+ },
1528
+ "riffRaff": {
1529
+ "type": "array",
1530
+ "items": {
1531
+ "type": "integer",
1532
+ "minimum": 0
1533
+ },
1534
+ "description": "Riff-Raff roll indices."
1535
+ },
1536
+ "purpleSealOrEightBall": {
1537
+ "type": "array",
1538
+ "items": {
1539
+ "type": "integer",
1540
+ "minimum": 0
1541
+ },
1542
+ "description": "Purple Seal or 8 Ball tarot roll indices."
1543
+ },
1544
+ "emperor": {
1545
+ "type": "array",
1546
+ "items": {
1547
+ "type": "integer",
1548
+ "minimum": 0
1549
+ },
1550
+ "description": "Emperor roll indices."
1551
+ },
1552
+ "sixthSense": {
1553
+ "type": "array",
1554
+ "items": {
1555
+ "type": "integer",
1556
+ "minimum": 0
1557
+ },
1558
+ "description": "Sixth Sense roll indices."
1559
+ },
1560
+ "seance": {
1561
+ "type": "array",
1562
+ "items": {
1563
+ "type": "integer",
1564
+ "minimum": 0
1565
+ },
1566
+ "description": "Seance roll indices."
1567
+ },
1568
+ "certificate": {
1569
+ "type": "array",
1570
+ "items": {
1571
+ "type": "integer",
1572
+ "minimum": 0
1573
+ },
1574
+ "description": "Certificate roll indices."
1575
+ },
1576
+ "incantation": {
1577
+ "type": "array",
1578
+ "items": {
1579
+ "type": "integer",
1580
+ "minimum": 0
1581
+ },
1582
+ "description": "Incantation roll indices."
1583
+ },
1584
+ "familiar": {
1585
+ "type": "array",
1586
+ "items": {
1587
+ "type": "integer",
1588
+ "minimum": 0
1589
+ },
1590
+ "description": "Familiar roll indices."
1591
+ },
1592
+ "grim": {
1593
+ "type": "array",
1594
+ "items": {
1595
+ "type": "integer",
1596
+ "minimum": 0
1597
+ },
1598
+ "description": "Grim roll indices."
1599
+ },
1600
+ "deckDraw": {
1601
+ "type": "array",
1602
+ "items": {
1603
+ "type": "integer",
1604
+ "minimum": 0
1605
+ },
1606
+ "description": "Deck draw positions."
1607
+ },
1608
+ "uncommonShopJokers": {
1609
+ "type": "array",
1610
+ "items": {
1611
+ "type": "integer",
1612
+ "minimum": 0
1613
+ },
1614
+ "description": "Raw uncommon shop joker stream positions."
1615
+ },
1616
+ "rareShopJokers": {
1617
+ "type": "array",
1618
+ "items": {
1619
+ "type": "integer",
1620
+ "minimum": 0
1621
+ },
1622
+ "description": "Raw rare shop joker stream positions."
1623
+ },
1624
+ "commonShopJokers": {
1625
+ "type": "array",
1626
+ "items": {
1627
+ "type": "integer",
1628
+ "minimum": 0
1629
+ },
1630
+ "description": "Raw common shop joker stream positions."
1631
+ },
1632
+ "allShopJokers": {
1633
+ "type": "array",
1634
+ "items": {
1635
+ "type": "integer",
1636
+ "minimum": 0
1637
+ },
1638
+ "description": "Raw shop joker stream positions across all rarities."
1639
+ }
1640
+ },
1641
+ "additionalProperties": false
1642
+ },
1643
+ "and": {
1644
+ "type": "array",
1645
+ "description": "Nested AND clause list.",
1646
+ "items": {
1647
+ "$ref": "#/definitions/clause"
1648
+ }
1649
+ },
1650
+ "or": {
1651
+ "type": "array",
1652
+ "description": "Nested OR clause list.",
1653
+ "items": {
1654
+ "$ref": "#/definitions/clause"
1655
+ }
1656
+ }
1657
+ },
1658
+ "additionalProperties": false,
1659
+ "minProperties": 1
1660
+ }
1661
+ },
1662
+ "additionalProperties": false
1663
+ };
1664
+ export const METADATA_KEYS = [
1665
+ "name",
1666
+ "author",
1667
+ "dateCreated",
1668
+ "description",
1669
+ "deck",
1670
+ "stake",
1671
+ "seeds"
1672
+ ];
1673
+ export const SECTION_KEYS = [
1674
+ "defaults",
1675
+ "must",
1676
+ "should",
1677
+ "mustNot"
1678
+ ];
1679
+ export const CLAUSE_TYPE_KEYS = [
1680
+ "joker",
1681
+ "jokers",
1682
+ "commonJoker",
1683
+ "commonJokers",
1684
+ "uncommonJoker",
1685
+ "uncommonJokers",
1686
+ "rareJoker",
1687
+ "rareJokers",
1688
+ "mixedJoker",
1689
+ "mixedJokers",
1690
+ "soulJoker",
1691
+ "legendaryJoker",
1692
+ "voucher",
1693
+ "vouchers",
1694
+ "tarot",
1695
+ "tarotCard",
1696
+ "spectral",
1697
+ "spectralCard",
1698
+ "planet",
1699
+ "planetCard",
1700
+ "boss",
1701
+ "tag",
1702
+ "smallBlindTag",
1703
+ "bigBlindTag",
1704
+ "standardCard",
1705
+ "erraticRank",
1706
+ "erraticSuit",
1707
+ "erraticCard",
1708
+ "startingDraw",
1709
+ "event",
1710
+ "eventType"
1711
+ ];
1712
+ export const PROPERTY_KEYS = [
1713
+ "type",
1714
+ "value",
1715
+ "antes",
1716
+ "score",
1717
+ "min",
1718
+ "max",
1719
+ "label",
1720
+ "edition",
1721
+ "stickers",
1722
+ "seal",
1723
+ "enhancement",
1724
+ "rank",
1725
+ "suit",
1726
+ "rolls",
1727
+ "shopItems",
1728
+ "boosterPacks",
1729
+ "minShopSlot",
1730
+ "maxShopSlot",
1731
+ "minPackSlot",
1732
+ "maxPackSlot",
1733
+ "sources",
1734
+ "and",
1735
+ "or"
1736
+ ];
1737
+ export const SOURCE_KEYS = [
1738
+ "shopItems",
1739
+ "boosterPacks",
1740
+ "minShopSlot",
1741
+ "maxShopSlot",
1742
+ "minPackSlot",
1743
+ "maxPackSlot",
1744
+ "tags",
1745
+ "requireMega",
1746
+ "judgement",
1747
+ "rareTag",
1748
+ "uncommonTag",
1749
+ "wraith",
1750
+ "soulCard",
1751
+ "riffRaff",
1752
+ "purpleSealOrEightBall",
1753
+ "emperor",
1754
+ "sixthSense",
1755
+ "seance",
1756
+ "certificate",
1757
+ "incantation",
1758
+ "familiar",
1759
+ "grim",
1760
+ "deckDraw",
1761
+ "uncommonShopJokers",
1762
+ "rareShopJokers",
1763
+ "commonShopJokers",
1764
+ "allShopJokers"
1765
+ ];
1766
+
1767
+ const VALUE_SETS = {
1768
+ "deck": [
1769
+ "Red",
1770
+ "Blue",
1771
+ "Yellow",
1772
+ "Green",
1773
+ "Black",
1774
+ "Magic",
1775
+ "Nebula",
1776
+ "Ghost",
1777
+ "Abandoned",
1778
+ "Checkered",
1779
+ "Zodiac",
1780
+ "Painted",
1781
+ "Anaglyph",
1782
+ "Plasma",
1783
+ "Erratic"
1784
+ ],
1785
+ "stake": [
1786
+ "White",
1787
+ "Red",
1788
+ "Green",
1789
+ "Black",
1790
+ "Blue",
1791
+ "Purple",
1792
+ "Orange",
1793
+ "Gold"
1794
+ ],
1795
+ "joker": [
1796
+ "Joker",
1797
+ "GreedyJoker",
1798
+ "LustyJoker",
1799
+ "WrathfulJoker",
1800
+ "GluttonousJoker",
1801
+ "JollyJoker",
1802
+ "ZanyJoker",
1803
+ "MadJoker",
1804
+ "CrazyJoker",
1805
+ "DrollJoker",
1806
+ "SlyJoker",
1807
+ "WilyJoker",
1808
+ "CleverJoker",
1809
+ "DeviousJoker",
1810
+ "CraftyJoker",
1811
+ "HalfJoker",
1812
+ "CreditCard",
1813
+ "Banner",
1814
+ "MysticSummit",
1815
+ "EightBall",
1816
+ "Misprint",
1817
+ "RaisedFist",
1818
+ "ChaostheClown",
1819
+ "ScaryFace",
1820
+ "AbstractJoker",
1821
+ "DelayedGratification",
1822
+ "GrosMichel",
1823
+ "EvenSteven",
1824
+ "OddTodd",
1825
+ "Scholar",
1826
+ "BusinessCard",
1827
+ "Supernova",
1828
+ "RideTheBus",
1829
+ "Egg",
1830
+ "Runner",
1831
+ "IceCream",
1832
+ "Splash",
1833
+ "BlueJoker",
1834
+ "FacelessJoker",
1835
+ "GreenJoker",
1836
+ "Superposition",
1837
+ "ToDoList",
1838
+ "Cavendish",
1839
+ "RedCard",
1840
+ "SquareJoker",
1841
+ "RiffRaff",
1842
+ "Photograph",
1843
+ "ReservedParking",
1844
+ "MailInRebate",
1845
+ "Hallucination",
1846
+ "FortuneTeller",
1847
+ "Juggler",
1848
+ "Drunkard",
1849
+ "GoldenJoker",
1850
+ "Popcorn",
1851
+ "WalkieTalkie",
1852
+ "SmileyFace",
1853
+ "GoldenTicket",
1854
+ "Swashbuckler",
1855
+ "HangingChad",
1856
+ "ShootTheMoon",
1857
+ "JokerStencil",
1858
+ "FourFingers",
1859
+ "Mime",
1860
+ "CeremonialDagger",
1861
+ "MarbleJoker",
1862
+ "LoyaltyCard",
1863
+ "Dusk",
1864
+ "Fibonacci",
1865
+ "SteelJoker",
1866
+ "Hack",
1867
+ "Pareidolia",
1868
+ "SpaceJoker",
1869
+ "Burglar",
1870
+ "Blackboard",
1871
+ "SixthSense",
1872
+ "Constellation",
1873
+ "Hiker",
1874
+ "CardSharp",
1875
+ "Madness",
1876
+ "Seance",
1877
+ "Vampire",
1878
+ "Shortcut",
1879
+ "Hologram",
1880
+ "Cloud9",
1881
+ "Rocket",
1882
+ "MidasMask",
1883
+ "Luchador",
1884
+ "GiftCard",
1885
+ "TurtleBean",
1886
+ "Erosion",
1887
+ "ToTheMoon",
1888
+ "StoneJoker",
1889
+ "LuckyCat",
1890
+ "Bull",
1891
+ "DietCola",
1892
+ "TradingCard",
1893
+ "FlashCard",
1894
+ "SpareTrousers",
1895
+ "Ramen",
1896
+ "Seltzer",
1897
+ "Castle",
1898
+ "MrBones",
1899
+ "Acrobat",
1900
+ "SockAndBuskin",
1901
+ "Troubadour",
1902
+ "Certificate",
1903
+ "SmearedJoker",
1904
+ "Throwback",
1905
+ "RoughGem",
1906
+ "Bloodstone",
1907
+ "Arrowhead",
1908
+ "OnyxAgate",
1909
+ "GlassJoker",
1910
+ "Showman",
1911
+ "FlowerPot",
1912
+ "MerryAndy",
1913
+ "OopsAll6s",
1914
+ "TheIdol",
1915
+ "SeeingDouble",
1916
+ "Matador",
1917
+ "Satellite",
1918
+ "Cartomancer",
1919
+ "Astronomer",
1920
+ "Bootstraps",
1921
+ "DNA",
1922
+ "Vagabond",
1923
+ "Baron",
1924
+ "Obelisk",
1925
+ "BaseballCard",
1926
+ "AncientJoker",
1927
+ "Campfire",
1928
+ "Blueprint",
1929
+ "WeeJoker",
1930
+ "HitTheRoad",
1931
+ "TheDuo",
1932
+ "TheTrio",
1933
+ "TheFamily",
1934
+ "TheOrder",
1935
+ "TheTribe",
1936
+ "Stuntman",
1937
+ "InvisibleJoker",
1938
+ "Brainstorm",
1939
+ "DriversLicense",
1940
+ "BurntJoker",
1941
+ "Canio",
1942
+ "Triboulet",
1943
+ "Yorick",
1944
+ "Chicot",
1945
+ "Perkeo"
1946
+ ],
1947
+ "jokers": [
1948
+ "Joker",
1949
+ "GreedyJoker",
1950
+ "LustyJoker",
1951
+ "WrathfulJoker",
1952
+ "GluttonousJoker",
1953
+ "JollyJoker",
1954
+ "ZanyJoker",
1955
+ "MadJoker",
1956
+ "CrazyJoker",
1957
+ "DrollJoker",
1958
+ "SlyJoker",
1959
+ "WilyJoker",
1960
+ "CleverJoker",
1961
+ "DeviousJoker",
1962
+ "CraftyJoker",
1963
+ "HalfJoker",
1964
+ "CreditCard",
1965
+ "Banner",
1966
+ "MysticSummit",
1967
+ "EightBall",
1968
+ "Misprint",
1969
+ "RaisedFist",
1970
+ "ChaostheClown",
1971
+ "ScaryFace",
1972
+ "AbstractJoker",
1973
+ "DelayedGratification",
1974
+ "GrosMichel",
1975
+ "EvenSteven",
1976
+ "OddTodd",
1977
+ "Scholar",
1978
+ "BusinessCard",
1979
+ "Supernova",
1980
+ "RideTheBus",
1981
+ "Egg",
1982
+ "Runner",
1983
+ "IceCream",
1984
+ "Splash",
1985
+ "BlueJoker",
1986
+ "FacelessJoker",
1987
+ "GreenJoker",
1988
+ "Superposition",
1989
+ "ToDoList",
1990
+ "Cavendish",
1991
+ "RedCard",
1992
+ "SquareJoker",
1993
+ "RiffRaff",
1994
+ "Photograph",
1995
+ "ReservedParking",
1996
+ "MailInRebate",
1997
+ "Hallucination",
1998
+ "FortuneTeller",
1999
+ "Juggler",
2000
+ "Drunkard",
2001
+ "GoldenJoker",
2002
+ "Popcorn",
2003
+ "WalkieTalkie",
2004
+ "SmileyFace",
2005
+ "GoldenTicket",
2006
+ "Swashbuckler",
2007
+ "HangingChad",
2008
+ "ShootTheMoon",
2009
+ "JokerStencil",
2010
+ "FourFingers",
2011
+ "Mime",
2012
+ "CeremonialDagger",
2013
+ "MarbleJoker",
2014
+ "LoyaltyCard",
2015
+ "Dusk",
2016
+ "Fibonacci",
2017
+ "SteelJoker",
2018
+ "Hack",
2019
+ "Pareidolia",
2020
+ "SpaceJoker",
2021
+ "Burglar",
2022
+ "Blackboard",
2023
+ "SixthSense",
2024
+ "Constellation",
2025
+ "Hiker",
2026
+ "CardSharp",
2027
+ "Madness",
2028
+ "Seance",
2029
+ "Vampire",
2030
+ "Shortcut",
2031
+ "Hologram",
2032
+ "Cloud9",
2033
+ "Rocket",
2034
+ "MidasMask",
2035
+ "Luchador",
2036
+ "GiftCard",
2037
+ "TurtleBean",
2038
+ "Erosion",
2039
+ "ToTheMoon",
2040
+ "StoneJoker",
2041
+ "LuckyCat",
2042
+ "Bull",
2043
+ "DietCola",
2044
+ "TradingCard",
2045
+ "FlashCard",
2046
+ "SpareTrousers",
2047
+ "Ramen",
2048
+ "Seltzer",
2049
+ "Castle",
2050
+ "MrBones",
2051
+ "Acrobat",
2052
+ "SockAndBuskin",
2053
+ "Troubadour",
2054
+ "Certificate",
2055
+ "SmearedJoker",
2056
+ "Throwback",
2057
+ "RoughGem",
2058
+ "Bloodstone",
2059
+ "Arrowhead",
2060
+ "OnyxAgate",
2061
+ "GlassJoker",
2062
+ "Showman",
2063
+ "FlowerPot",
2064
+ "MerryAndy",
2065
+ "OopsAll6s",
2066
+ "TheIdol",
2067
+ "SeeingDouble",
2068
+ "Matador",
2069
+ "Satellite",
2070
+ "Cartomancer",
2071
+ "Astronomer",
2072
+ "Bootstraps",
2073
+ "DNA",
2074
+ "Vagabond",
2075
+ "Baron",
2076
+ "Obelisk",
2077
+ "BaseballCard",
2078
+ "AncientJoker",
2079
+ "Campfire",
2080
+ "Blueprint",
2081
+ "WeeJoker",
2082
+ "HitTheRoad",
2083
+ "TheDuo",
2084
+ "TheTrio",
2085
+ "TheFamily",
2086
+ "TheOrder",
2087
+ "TheTribe",
2088
+ "Stuntman",
2089
+ "InvisibleJoker",
2090
+ "Brainstorm",
2091
+ "DriversLicense",
2092
+ "BurntJoker",
2093
+ "Canio",
2094
+ "Triboulet",
2095
+ "Yorick",
2096
+ "Chicot",
2097
+ "Perkeo"
2098
+ ],
2099
+ "commonJoker": [
2100
+ "Joker",
2101
+ "GreedyJoker",
2102
+ "LustyJoker",
2103
+ "WrathfulJoker",
2104
+ "GluttonousJoker",
2105
+ "JollyJoker",
2106
+ "ZanyJoker",
2107
+ "MadJoker",
2108
+ "CrazyJoker",
2109
+ "DrollJoker",
2110
+ "SlyJoker",
2111
+ "WilyJoker",
2112
+ "CleverJoker",
2113
+ "DeviousJoker",
2114
+ "CraftyJoker",
2115
+ "HalfJoker",
2116
+ "CreditCard",
2117
+ "Banner",
2118
+ "MysticSummit",
2119
+ "EightBall",
2120
+ "Misprint",
2121
+ "RaisedFist",
2122
+ "ChaostheClown",
2123
+ "ScaryFace",
2124
+ "AbstractJoker",
2125
+ "DelayedGratification",
2126
+ "GrosMichel",
2127
+ "EvenSteven",
2128
+ "OddTodd",
2129
+ "Scholar",
2130
+ "BusinessCard",
2131
+ "Supernova",
2132
+ "RideTheBus",
2133
+ "Egg",
2134
+ "Runner",
2135
+ "IceCream",
2136
+ "Splash",
2137
+ "BlueJoker",
2138
+ "FacelessJoker",
2139
+ "GreenJoker",
2140
+ "Superposition",
2141
+ "ToDoList",
2142
+ "Cavendish",
2143
+ "RedCard",
2144
+ "SquareJoker",
2145
+ "RiffRaff",
2146
+ "Photograph",
2147
+ "ReservedParking",
2148
+ "MailInRebate",
2149
+ "Hallucination",
2150
+ "FortuneTeller",
2151
+ "Juggler",
2152
+ "Drunkard",
2153
+ "GoldenJoker",
2154
+ "Popcorn",
2155
+ "WalkieTalkie",
2156
+ "SmileyFace",
2157
+ "GoldenTicket",
2158
+ "Swashbuckler",
2159
+ "HangingChad",
2160
+ "ShootTheMoon"
2161
+ ],
2162
+ "commonJokers": [
2163
+ "Joker",
2164
+ "GreedyJoker",
2165
+ "LustyJoker",
2166
+ "WrathfulJoker",
2167
+ "GluttonousJoker",
2168
+ "JollyJoker",
2169
+ "ZanyJoker",
2170
+ "MadJoker",
2171
+ "CrazyJoker",
2172
+ "DrollJoker",
2173
+ "SlyJoker",
2174
+ "WilyJoker",
2175
+ "CleverJoker",
2176
+ "DeviousJoker",
2177
+ "CraftyJoker",
2178
+ "HalfJoker",
2179
+ "CreditCard",
2180
+ "Banner",
2181
+ "MysticSummit",
2182
+ "EightBall",
2183
+ "Misprint",
2184
+ "RaisedFist",
2185
+ "ChaostheClown",
2186
+ "ScaryFace",
2187
+ "AbstractJoker",
2188
+ "DelayedGratification",
2189
+ "GrosMichel",
2190
+ "EvenSteven",
2191
+ "OddTodd",
2192
+ "Scholar",
2193
+ "BusinessCard",
2194
+ "Supernova",
2195
+ "RideTheBus",
2196
+ "Egg",
2197
+ "Runner",
2198
+ "IceCream",
2199
+ "Splash",
2200
+ "BlueJoker",
2201
+ "FacelessJoker",
2202
+ "GreenJoker",
2203
+ "Superposition",
2204
+ "ToDoList",
2205
+ "Cavendish",
2206
+ "RedCard",
2207
+ "SquareJoker",
2208
+ "RiffRaff",
2209
+ "Photograph",
2210
+ "ReservedParking",
2211
+ "MailInRebate",
2212
+ "Hallucination",
2213
+ "FortuneTeller",
2214
+ "Juggler",
2215
+ "Drunkard",
2216
+ "GoldenJoker",
2217
+ "Popcorn",
2218
+ "WalkieTalkie",
2219
+ "SmileyFace",
2220
+ "GoldenTicket",
2221
+ "Swashbuckler",
2222
+ "HangingChad",
2223
+ "ShootTheMoon"
2224
+ ],
2225
+ "uncommonJoker": [
2226
+ "JokerStencil",
2227
+ "FourFingers",
2228
+ "Mime",
2229
+ "CeremonialDagger",
2230
+ "MarbleJoker",
2231
+ "LoyaltyCard",
2232
+ "Dusk",
2233
+ "Fibonacci",
2234
+ "SteelJoker",
2235
+ "Hack",
2236
+ "Pareidolia",
2237
+ "SpaceJoker",
2238
+ "Burglar",
2239
+ "Blackboard",
2240
+ "SixthSense",
2241
+ "Constellation",
2242
+ "Hiker",
2243
+ "CardSharp",
2244
+ "Madness",
2245
+ "Seance",
2246
+ "Vampire",
2247
+ "Shortcut",
2248
+ "Hologram",
2249
+ "Cloud9",
2250
+ "Rocket",
2251
+ "MidasMask",
2252
+ "Luchador",
2253
+ "GiftCard",
2254
+ "TurtleBean",
2255
+ "Erosion",
2256
+ "ToTheMoon",
2257
+ "StoneJoker",
2258
+ "LuckyCat",
2259
+ "Bull",
2260
+ "DietCola",
2261
+ "TradingCard",
2262
+ "FlashCard",
2263
+ "SpareTrousers",
2264
+ "Ramen",
2265
+ "Seltzer",
2266
+ "Castle",
2267
+ "MrBones",
2268
+ "Acrobat",
2269
+ "SockAndBuskin",
2270
+ "Troubadour",
2271
+ "Certificate",
2272
+ "SmearedJoker",
2273
+ "Throwback",
2274
+ "RoughGem",
2275
+ "Bloodstone",
2276
+ "Arrowhead",
2277
+ "OnyxAgate",
2278
+ "GlassJoker",
2279
+ "Showman",
2280
+ "FlowerPot",
2281
+ "MerryAndy",
2282
+ "OopsAll6s",
2283
+ "TheIdol",
2284
+ "SeeingDouble",
2285
+ "Matador",
2286
+ "Satellite",
2287
+ "Cartomancer",
2288
+ "Astronomer",
2289
+ "Bootstraps"
2290
+ ],
2291
+ "uncommonJokers": [
2292
+ "JokerStencil",
2293
+ "FourFingers",
2294
+ "Mime",
2295
+ "CeremonialDagger",
2296
+ "MarbleJoker",
2297
+ "LoyaltyCard",
2298
+ "Dusk",
2299
+ "Fibonacci",
2300
+ "SteelJoker",
2301
+ "Hack",
2302
+ "Pareidolia",
2303
+ "SpaceJoker",
2304
+ "Burglar",
2305
+ "Blackboard",
2306
+ "SixthSense",
2307
+ "Constellation",
2308
+ "Hiker",
2309
+ "CardSharp",
2310
+ "Madness",
2311
+ "Seance",
2312
+ "Vampire",
2313
+ "Shortcut",
2314
+ "Hologram",
2315
+ "Cloud9",
2316
+ "Rocket",
2317
+ "MidasMask",
2318
+ "Luchador",
2319
+ "GiftCard",
2320
+ "TurtleBean",
2321
+ "Erosion",
2322
+ "ToTheMoon",
2323
+ "StoneJoker",
2324
+ "LuckyCat",
2325
+ "Bull",
2326
+ "DietCola",
2327
+ "TradingCard",
2328
+ "FlashCard",
2329
+ "SpareTrousers",
2330
+ "Ramen",
2331
+ "Seltzer",
2332
+ "Castle",
2333
+ "MrBones",
2334
+ "Acrobat",
2335
+ "SockAndBuskin",
2336
+ "Troubadour",
2337
+ "Certificate",
2338
+ "SmearedJoker",
2339
+ "Throwback",
2340
+ "RoughGem",
2341
+ "Bloodstone",
2342
+ "Arrowhead",
2343
+ "OnyxAgate",
2344
+ "GlassJoker",
2345
+ "Showman",
2346
+ "FlowerPot",
2347
+ "MerryAndy",
2348
+ "OopsAll6s",
2349
+ "TheIdol",
2350
+ "SeeingDouble",
2351
+ "Matador",
2352
+ "Satellite",
2353
+ "Cartomancer",
2354
+ "Astronomer",
2355
+ "Bootstraps"
2356
+ ],
2357
+ "rareJoker": [
2358
+ "DNA",
2359
+ "Vagabond",
2360
+ "Baron",
2361
+ "Obelisk",
2362
+ "BaseballCard",
2363
+ "AncientJoker",
2364
+ "Campfire",
2365
+ "Blueprint",
2366
+ "WeeJoker",
2367
+ "HitTheRoad",
2368
+ "TheDuo",
2369
+ "TheTrio",
2370
+ "TheFamily",
2371
+ "TheOrder",
2372
+ "TheTribe",
2373
+ "Stuntman",
2374
+ "InvisibleJoker",
2375
+ "Brainstorm",
2376
+ "DriversLicense",
2377
+ "BurntJoker"
2378
+ ],
2379
+ "rareJokers": [
2380
+ "DNA",
2381
+ "Vagabond",
2382
+ "Baron",
2383
+ "Obelisk",
2384
+ "BaseballCard",
2385
+ "AncientJoker",
2386
+ "Campfire",
2387
+ "Blueprint",
2388
+ "WeeJoker",
2389
+ "HitTheRoad",
2390
+ "TheDuo",
2391
+ "TheTrio",
2392
+ "TheFamily",
2393
+ "TheOrder",
2394
+ "TheTribe",
2395
+ "Stuntman",
2396
+ "InvisibleJoker",
2397
+ "Brainstorm",
2398
+ "DriversLicense",
2399
+ "BurntJoker"
2400
+ ],
2401
+ "mixedJoker": [
2402
+ "Joker",
2403
+ "GreedyJoker",
2404
+ "LustyJoker",
2405
+ "WrathfulJoker",
2406
+ "GluttonousJoker",
2407
+ "JollyJoker",
2408
+ "ZanyJoker",
2409
+ "MadJoker",
2410
+ "CrazyJoker",
2411
+ "DrollJoker",
2412
+ "SlyJoker",
2413
+ "WilyJoker",
2414
+ "CleverJoker",
2415
+ "DeviousJoker",
2416
+ "CraftyJoker",
2417
+ "HalfJoker",
2418
+ "CreditCard",
2419
+ "Banner",
2420
+ "MysticSummit",
2421
+ "EightBall",
2422
+ "Misprint",
2423
+ "RaisedFist",
2424
+ "ChaostheClown",
2425
+ "ScaryFace",
2426
+ "AbstractJoker",
2427
+ "DelayedGratification",
2428
+ "GrosMichel",
2429
+ "EvenSteven",
2430
+ "OddTodd",
2431
+ "Scholar",
2432
+ "BusinessCard",
2433
+ "Supernova",
2434
+ "RideTheBus",
2435
+ "Egg",
2436
+ "Runner",
2437
+ "IceCream",
2438
+ "Splash",
2439
+ "BlueJoker",
2440
+ "FacelessJoker",
2441
+ "GreenJoker",
2442
+ "Superposition",
2443
+ "ToDoList",
2444
+ "Cavendish",
2445
+ "RedCard",
2446
+ "SquareJoker",
2447
+ "RiffRaff",
2448
+ "Photograph",
2449
+ "ReservedParking",
2450
+ "MailInRebate",
2451
+ "Hallucination",
2452
+ "FortuneTeller",
2453
+ "Juggler",
2454
+ "Drunkard",
2455
+ "GoldenJoker",
2456
+ "Popcorn",
2457
+ "WalkieTalkie",
2458
+ "SmileyFace",
2459
+ "GoldenTicket",
2460
+ "Swashbuckler",
2461
+ "HangingChad",
2462
+ "ShootTheMoon",
2463
+ "JokerStencil",
2464
+ "FourFingers",
2465
+ "Mime",
2466
+ "CeremonialDagger",
2467
+ "MarbleJoker",
2468
+ "LoyaltyCard",
2469
+ "Dusk",
2470
+ "Fibonacci",
2471
+ "SteelJoker",
2472
+ "Hack",
2473
+ "Pareidolia",
2474
+ "SpaceJoker",
2475
+ "Burglar",
2476
+ "Blackboard",
2477
+ "SixthSense",
2478
+ "Constellation",
2479
+ "Hiker",
2480
+ "CardSharp",
2481
+ "Madness",
2482
+ "Seance",
2483
+ "Vampire",
2484
+ "Shortcut",
2485
+ "Hologram",
2486
+ "Cloud9",
2487
+ "Rocket",
2488
+ "MidasMask",
2489
+ "Luchador",
2490
+ "GiftCard",
2491
+ "TurtleBean",
2492
+ "Erosion",
2493
+ "ToTheMoon",
2494
+ "StoneJoker",
2495
+ "LuckyCat",
2496
+ "Bull",
2497
+ "DietCola",
2498
+ "TradingCard",
2499
+ "FlashCard",
2500
+ "SpareTrousers",
2501
+ "Ramen",
2502
+ "Seltzer",
2503
+ "Castle",
2504
+ "MrBones",
2505
+ "Acrobat",
2506
+ "SockAndBuskin",
2507
+ "Troubadour",
2508
+ "Certificate",
2509
+ "SmearedJoker",
2510
+ "Throwback",
2511
+ "RoughGem",
2512
+ "Bloodstone",
2513
+ "Arrowhead",
2514
+ "OnyxAgate",
2515
+ "GlassJoker",
2516
+ "Showman",
2517
+ "FlowerPot",
2518
+ "MerryAndy",
2519
+ "OopsAll6s",
2520
+ "TheIdol",
2521
+ "SeeingDouble",
2522
+ "Matador",
2523
+ "Satellite",
2524
+ "Cartomancer",
2525
+ "Astronomer",
2526
+ "Bootstraps",
2527
+ "DNA",
2528
+ "Vagabond",
2529
+ "Baron",
2530
+ "Obelisk",
2531
+ "BaseballCard",
2532
+ "AncientJoker",
2533
+ "Campfire",
2534
+ "Blueprint",
2535
+ "WeeJoker",
2536
+ "HitTheRoad",
2537
+ "TheDuo",
2538
+ "TheTrio",
2539
+ "TheFamily",
2540
+ "TheOrder",
2541
+ "TheTribe",
2542
+ "Stuntman",
2543
+ "InvisibleJoker",
2544
+ "Brainstorm",
2545
+ "DriversLicense",
2546
+ "BurntJoker",
2547
+ "Canio",
2548
+ "Triboulet",
2549
+ "Yorick",
2550
+ "Chicot",
2551
+ "Perkeo"
2552
+ ],
2553
+ "mixedJokers": [
2554
+ "Joker",
2555
+ "GreedyJoker",
2556
+ "LustyJoker",
2557
+ "WrathfulJoker",
2558
+ "GluttonousJoker",
2559
+ "JollyJoker",
2560
+ "ZanyJoker",
2561
+ "MadJoker",
2562
+ "CrazyJoker",
2563
+ "DrollJoker",
2564
+ "SlyJoker",
2565
+ "WilyJoker",
2566
+ "CleverJoker",
2567
+ "DeviousJoker",
2568
+ "CraftyJoker",
2569
+ "HalfJoker",
2570
+ "CreditCard",
2571
+ "Banner",
2572
+ "MysticSummit",
2573
+ "EightBall",
2574
+ "Misprint",
2575
+ "RaisedFist",
2576
+ "ChaostheClown",
2577
+ "ScaryFace",
2578
+ "AbstractJoker",
2579
+ "DelayedGratification",
2580
+ "GrosMichel",
2581
+ "EvenSteven",
2582
+ "OddTodd",
2583
+ "Scholar",
2584
+ "BusinessCard",
2585
+ "Supernova",
2586
+ "RideTheBus",
2587
+ "Egg",
2588
+ "Runner",
2589
+ "IceCream",
2590
+ "Splash",
2591
+ "BlueJoker",
2592
+ "FacelessJoker",
2593
+ "GreenJoker",
2594
+ "Superposition",
2595
+ "ToDoList",
2596
+ "Cavendish",
2597
+ "RedCard",
2598
+ "SquareJoker",
2599
+ "RiffRaff",
2600
+ "Photograph",
2601
+ "ReservedParking",
2602
+ "MailInRebate",
2603
+ "Hallucination",
2604
+ "FortuneTeller",
2605
+ "Juggler",
2606
+ "Drunkard",
2607
+ "GoldenJoker",
2608
+ "Popcorn",
2609
+ "WalkieTalkie",
2610
+ "SmileyFace",
2611
+ "GoldenTicket",
2612
+ "Swashbuckler",
2613
+ "HangingChad",
2614
+ "ShootTheMoon",
2615
+ "JokerStencil",
2616
+ "FourFingers",
2617
+ "Mime",
2618
+ "CeremonialDagger",
2619
+ "MarbleJoker",
2620
+ "LoyaltyCard",
2621
+ "Dusk",
2622
+ "Fibonacci",
2623
+ "SteelJoker",
2624
+ "Hack",
2625
+ "Pareidolia",
2626
+ "SpaceJoker",
2627
+ "Burglar",
2628
+ "Blackboard",
2629
+ "SixthSense",
2630
+ "Constellation",
2631
+ "Hiker",
2632
+ "CardSharp",
2633
+ "Madness",
2634
+ "Seance",
2635
+ "Vampire",
2636
+ "Shortcut",
2637
+ "Hologram",
2638
+ "Cloud9",
2639
+ "Rocket",
2640
+ "MidasMask",
2641
+ "Luchador",
2642
+ "GiftCard",
2643
+ "TurtleBean",
2644
+ "Erosion",
2645
+ "ToTheMoon",
2646
+ "StoneJoker",
2647
+ "LuckyCat",
2648
+ "Bull",
2649
+ "DietCola",
2650
+ "TradingCard",
2651
+ "FlashCard",
2652
+ "SpareTrousers",
2653
+ "Ramen",
2654
+ "Seltzer",
2655
+ "Castle",
2656
+ "MrBones",
2657
+ "Acrobat",
2658
+ "SockAndBuskin",
2659
+ "Troubadour",
2660
+ "Certificate",
2661
+ "SmearedJoker",
2662
+ "Throwback",
2663
+ "RoughGem",
2664
+ "Bloodstone",
2665
+ "Arrowhead",
2666
+ "OnyxAgate",
2667
+ "GlassJoker",
2668
+ "Showman",
2669
+ "FlowerPot",
2670
+ "MerryAndy",
2671
+ "OopsAll6s",
2672
+ "TheIdol",
2673
+ "SeeingDouble",
2674
+ "Matador",
2675
+ "Satellite",
2676
+ "Cartomancer",
2677
+ "Astronomer",
2678
+ "Bootstraps",
2679
+ "DNA",
2680
+ "Vagabond",
2681
+ "Baron",
2682
+ "Obelisk",
2683
+ "BaseballCard",
2684
+ "AncientJoker",
2685
+ "Campfire",
2686
+ "Blueprint",
2687
+ "WeeJoker",
2688
+ "HitTheRoad",
2689
+ "TheDuo",
2690
+ "TheTrio",
2691
+ "TheFamily",
2692
+ "TheOrder",
2693
+ "TheTribe",
2694
+ "Stuntman",
2695
+ "InvisibleJoker",
2696
+ "Brainstorm",
2697
+ "DriversLicense",
2698
+ "BurntJoker",
2699
+ "Canio",
2700
+ "Triboulet",
2701
+ "Yorick",
2702
+ "Chicot",
2703
+ "Perkeo"
2704
+ ],
2705
+ "soulJoker": [
2706
+ "Canio",
2707
+ "Triboulet",
2708
+ "Yorick",
2709
+ "Chicot",
2710
+ "Perkeo"
2711
+ ],
2712
+ "legendaryJoker": [
2713
+ "Canio",
2714
+ "Triboulet",
2715
+ "Yorick",
2716
+ "Chicot",
2717
+ "Perkeo"
2718
+ ],
2719
+ "voucher": [
2720
+ "Overstock",
2721
+ "OverstockPlus",
2722
+ "ClearanceSale",
2723
+ "Liquidation",
2724
+ "Hone",
2725
+ "GlowUp",
2726
+ "RerollSurplus",
2727
+ "RerollGlut",
2728
+ "CrystalBall",
2729
+ "OmenGlobe",
2730
+ "Telescope",
2731
+ "Observatory",
2732
+ "Grabber",
2733
+ "NachoTong",
2734
+ "Wasteful",
2735
+ "Recyclomancy",
2736
+ "TarotMerchant",
2737
+ "TarotTycoon",
2738
+ "PlanetMerchant",
2739
+ "PlanetTycoon",
2740
+ "SeedMoney",
2741
+ "MoneyTree",
2742
+ "Blank",
2743
+ "Antimatter",
2744
+ "MagicTrick",
2745
+ "Illusion",
2746
+ "Hieroglyph",
2747
+ "Petroglyph",
2748
+ "DirectorsCut",
2749
+ "Retcon",
2750
+ "PaintBrush",
2751
+ "Palette"
2752
+ ],
2753
+ "vouchers": [
2754
+ "Overstock",
2755
+ "OverstockPlus",
2756
+ "ClearanceSale",
2757
+ "Liquidation",
2758
+ "Hone",
2759
+ "GlowUp",
2760
+ "RerollSurplus",
2761
+ "RerollGlut",
2762
+ "CrystalBall",
2763
+ "OmenGlobe",
2764
+ "Telescope",
2765
+ "Observatory",
2766
+ "Grabber",
2767
+ "NachoTong",
2768
+ "Wasteful",
2769
+ "Recyclomancy",
2770
+ "TarotMerchant",
2771
+ "TarotTycoon",
2772
+ "PlanetMerchant",
2773
+ "PlanetTycoon",
2774
+ "SeedMoney",
2775
+ "MoneyTree",
2776
+ "Blank",
2777
+ "Antimatter",
2778
+ "MagicTrick",
2779
+ "Illusion",
2780
+ "Hieroglyph",
2781
+ "Petroglyph",
2782
+ "DirectorsCut",
2783
+ "Retcon",
2784
+ "PaintBrush",
2785
+ "Palette"
2786
+ ],
2787
+ "tarot": [
2788
+ "TheFool",
2789
+ "TheMagician",
2790
+ "TheHighPriestess",
2791
+ "TheEmpress",
2792
+ "TheEmperor",
2793
+ "TheHierophant",
2794
+ "TheLovers",
2795
+ "TheChariot",
2796
+ "Justice",
2797
+ "TheHermit",
2798
+ "TheWheelOfFortune",
2799
+ "Strength",
2800
+ "TheHangedMan",
2801
+ "Death",
2802
+ "Temperance",
2803
+ "TheDevil",
2804
+ "TheTower",
2805
+ "TheStar",
2806
+ "TheMoon",
2807
+ "TheSun",
2808
+ "Judgement",
2809
+ "TheWorld"
2810
+ ],
2811
+ "tarotCard": [
2812
+ "TheFool",
2813
+ "TheMagician",
2814
+ "TheHighPriestess",
2815
+ "TheEmpress",
2816
+ "TheEmperor",
2817
+ "TheHierophant",
2818
+ "TheLovers",
2819
+ "TheChariot",
2820
+ "Justice",
2821
+ "TheHermit",
2822
+ "TheWheelOfFortune",
2823
+ "Strength",
2824
+ "TheHangedMan",
2825
+ "Death",
2826
+ "Temperance",
2827
+ "TheDevil",
2828
+ "TheTower",
2829
+ "TheStar",
2830
+ "TheMoon",
2831
+ "TheSun",
2832
+ "Judgement",
2833
+ "TheWorld"
2834
+ ],
2835
+ "spectral": [
2836
+ "Familiar",
2837
+ "Grim",
2838
+ "Incantation",
2839
+ "Talisman",
2840
+ "Aura",
2841
+ "Wraith",
2842
+ "Sigil",
2843
+ "Ouija",
2844
+ "Ectoplasm",
2845
+ "Immolate",
2846
+ "Ankh",
2847
+ "DejaVu",
2848
+ "Hex",
2849
+ "Trance",
2850
+ "Medium",
2851
+ "Cryptid",
2852
+ "TheSoul",
2853
+ "BlackHole"
2854
+ ],
2855
+ "spectralCard": [
2856
+ "Familiar",
2857
+ "Grim",
2858
+ "Incantation",
2859
+ "Talisman",
2860
+ "Aura",
2861
+ "Wraith",
2862
+ "Sigil",
2863
+ "Ouija",
2864
+ "Ectoplasm",
2865
+ "Immolate",
2866
+ "Ankh",
2867
+ "DejaVu",
2868
+ "Hex",
2869
+ "Trance",
2870
+ "Medium",
2871
+ "Cryptid",
2872
+ "TheSoul",
2873
+ "BlackHole"
2874
+ ],
2875
+ "planet": [
2876
+ "Mercury",
2877
+ "Venus",
2878
+ "Earth",
2879
+ "Mars",
2880
+ "Jupiter",
2881
+ "Saturn",
2882
+ "Uranus",
2883
+ "Neptune",
2884
+ "Pluto",
2885
+ "PlanetX",
2886
+ "Ceres",
2887
+ "Eris"
2888
+ ],
2889
+ "planetCard": [
2890
+ "Mercury",
2891
+ "Venus",
2892
+ "Earth",
2893
+ "Mars",
2894
+ "Jupiter",
2895
+ "Saturn",
2896
+ "Uranus",
2897
+ "Neptune",
2898
+ "Pluto",
2899
+ "PlanetX",
2900
+ "Ceres",
2901
+ "Eris"
2902
+ ],
2903
+ "boss": [
2904
+ "TheClub",
2905
+ "TheGoad",
2906
+ "TheHead",
2907
+ "TheHook",
2908
+ "TheManacle",
2909
+ "ThePillar",
2910
+ "ThePsychic",
2911
+ "TheWindow",
2912
+ "TheArm",
2913
+ "TheFish",
2914
+ "TheFlint",
2915
+ "TheHouse",
2916
+ "TheMark",
2917
+ "TheMouth",
2918
+ "TheNeedle",
2919
+ "TheWall",
2920
+ "TheWater",
2921
+ "TheWheel",
2922
+ "TheEye",
2923
+ "TheTooth",
2924
+ "ThePlant",
2925
+ "TheSerpent",
2926
+ "TheOx",
2927
+ "AmberAcorn",
2928
+ "CeruleanBell",
2929
+ "CrimsonHeart",
2930
+ "VerdantLeaf",
2931
+ "VioletVessel"
2932
+ ],
2933
+ "tag": [
2934
+ "UncommonTag",
2935
+ "RareTag",
2936
+ "NegativeTag",
2937
+ "FoilTag",
2938
+ "HolographicTag",
2939
+ "PolychromeTag",
2940
+ "InvestmentTag",
2941
+ "VoucherTag",
2942
+ "BossTag",
2943
+ "StandardTag",
2944
+ "CharmTag",
2945
+ "MeteorTag",
2946
+ "BuffoonTag",
2947
+ "HandyTag",
2948
+ "GarbageTag",
2949
+ "EtherealTag",
2950
+ "CouponTag",
2951
+ "DoubleTag",
2952
+ "JuggleTag",
2953
+ "D6Tag",
2954
+ "TopupTag",
2955
+ "SpeedTag",
2956
+ "OrbitalTag",
2957
+ "EconomyTag"
2958
+ ],
2959
+ "smallBlindTag": [
2960
+ "UncommonTag",
2961
+ "RareTag",
2962
+ "NegativeTag",
2963
+ "FoilTag",
2964
+ "HolographicTag",
2965
+ "PolychromeTag",
2966
+ "InvestmentTag",
2967
+ "VoucherTag",
2968
+ "BossTag",
2969
+ "StandardTag",
2970
+ "CharmTag",
2971
+ "MeteorTag",
2972
+ "BuffoonTag",
2973
+ "HandyTag",
2974
+ "GarbageTag",
2975
+ "EtherealTag",
2976
+ "CouponTag",
2977
+ "DoubleTag",
2978
+ "JuggleTag",
2979
+ "D6Tag",
2980
+ "TopupTag",
2981
+ "SpeedTag",
2982
+ "OrbitalTag",
2983
+ "EconomyTag"
2984
+ ],
2985
+ "bigBlindTag": [
2986
+ "UncommonTag",
2987
+ "RareTag",
2988
+ "NegativeTag",
2989
+ "FoilTag",
2990
+ "HolographicTag",
2991
+ "PolychromeTag",
2992
+ "InvestmentTag",
2993
+ "VoucherTag",
2994
+ "BossTag",
2995
+ "StandardTag",
2996
+ "CharmTag",
2997
+ "MeteorTag",
2998
+ "BuffoonTag",
2999
+ "HandyTag",
3000
+ "GarbageTag",
3001
+ "EtherealTag",
3002
+ "CouponTag",
3003
+ "DoubleTag",
3004
+ "JuggleTag",
3005
+ "D6Tag",
3006
+ "TopupTag",
3007
+ "SpeedTag",
3008
+ "OrbitalTag",
3009
+ "EconomyTag"
3010
+ ],
3011
+ "standardCard": [
3012
+ "C2",
3013
+ "C3",
3014
+ "C4",
3015
+ "C5",
3016
+ "C6",
3017
+ "C7",
3018
+ "C8",
3019
+ "C9",
3020
+ "C10",
3021
+ "CJ",
3022
+ "CQ",
3023
+ "CK",
3024
+ "CA",
3025
+ "D2",
3026
+ "D3",
3027
+ "D4",
3028
+ "D5",
3029
+ "D6",
3030
+ "D7",
3031
+ "D8",
3032
+ "D9",
3033
+ "D10",
3034
+ "DJ",
3035
+ "DQ",
3036
+ "DK",
3037
+ "DA",
3038
+ "H2",
3039
+ "H3",
3040
+ "H4",
3041
+ "H5",
3042
+ "H6",
3043
+ "H7",
3044
+ "H8",
3045
+ "H9",
3046
+ "H10",
3047
+ "HJ",
3048
+ "HQ",
3049
+ "HK",
3050
+ "HA",
3051
+ "S2",
3052
+ "S3",
3053
+ "S4",
3054
+ "S5",
3055
+ "S6",
3056
+ "S7",
3057
+ "S8",
3058
+ "S9",
3059
+ "S10",
3060
+ "SJ",
3061
+ "SQ",
3062
+ "SK",
3063
+ "SA"
3064
+ ],
3065
+ "erraticRank": [
3066
+ "2",
3067
+ "3",
3068
+ "4",
3069
+ "5",
3070
+ "6",
3071
+ "7",
3072
+ "8",
3073
+ "9",
3074
+ "10",
3075
+ "J",
3076
+ "Jack",
3077
+ "Q",
3078
+ "Queen",
3079
+ "K",
3080
+ "King",
3081
+ "A",
3082
+ "Ace"
3083
+ ],
3084
+ "erraticSuit": [
3085
+ "Hearts",
3086
+ "Diamonds",
3087
+ "Clubs",
3088
+ "Spades"
3089
+ ],
3090
+ "erraticCard": [
3091
+ "C2",
3092
+ "C3",
3093
+ "C4",
3094
+ "C5",
3095
+ "C6",
3096
+ "C7",
3097
+ "C8",
3098
+ "C9",
3099
+ "C10",
3100
+ "CJ",
3101
+ "CQ",
3102
+ "CK",
3103
+ "CA",
3104
+ "D2",
3105
+ "D3",
3106
+ "D4",
3107
+ "D5",
3108
+ "D6",
3109
+ "D7",
3110
+ "D8",
3111
+ "D9",
3112
+ "D10",
3113
+ "DJ",
3114
+ "DQ",
3115
+ "DK",
3116
+ "DA",
3117
+ "H2",
3118
+ "H3",
3119
+ "H4",
3120
+ "H5",
3121
+ "H6",
3122
+ "H7",
3123
+ "H8",
3124
+ "H9",
3125
+ "H10",
3126
+ "HJ",
3127
+ "HQ",
3128
+ "HK",
3129
+ "HA",
3130
+ "S2",
3131
+ "S3",
3132
+ "S4",
3133
+ "S5",
3134
+ "S6",
3135
+ "S7",
3136
+ "S8",
3137
+ "S9",
3138
+ "S10",
3139
+ "SJ",
3140
+ "SQ",
3141
+ "SK",
3142
+ "SA"
3143
+ ],
3144
+ "startingDraw": [
3145
+ "C2",
3146
+ "C3",
3147
+ "C4",
3148
+ "C5",
3149
+ "C6",
3150
+ "C7",
3151
+ "C8",
3152
+ "C9",
3153
+ "C10",
3154
+ "CJ",
3155
+ "CQ",
3156
+ "CK",
3157
+ "CA",
3158
+ "D2",
3159
+ "D3",
3160
+ "D4",
3161
+ "D5",
3162
+ "D6",
3163
+ "D7",
3164
+ "D8",
3165
+ "D9",
3166
+ "D10",
3167
+ "DJ",
3168
+ "DQ",
3169
+ "DK",
3170
+ "DA",
3171
+ "H2",
3172
+ "H3",
3173
+ "H4",
3174
+ "H5",
3175
+ "H6",
3176
+ "H7",
3177
+ "H8",
3178
+ "H9",
3179
+ "H10",
3180
+ "HJ",
3181
+ "HQ",
3182
+ "HK",
3183
+ "HA",
3184
+ "S2",
3185
+ "S3",
3186
+ "S4",
3187
+ "S5",
3188
+ "S6",
3189
+ "S7",
3190
+ "S8",
3191
+ "S9",
3192
+ "S10",
3193
+ "SJ",
3194
+ "SQ",
3195
+ "SK",
3196
+ "SA"
3197
+ ],
3198
+ "event": [
3199
+ "LuckyMoney",
3200
+ "LuckyMult",
3201
+ "MisprintMult",
3202
+ "WheelOfFortune",
3203
+ "CavendishExtinct",
3204
+ "GrosMichelExtinct"
3205
+ ],
3206
+ "eventType": [
3207
+ "LuckyMoney",
3208
+ "LuckyMult",
3209
+ "MisprintMult",
3210
+ "WheelOfFortune",
3211
+ "CavendishExtinct",
3212
+ "GrosMichelExtinct"
3213
+ ],
3214
+ "edition": [
3215
+ "Foil",
3216
+ "Holographic",
3217
+ "Polychrome",
3218
+ "Negative"
3219
+ ],
3220
+ "stickers": [
3221
+ "Eternal",
3222
+ "Perishable",
3223
+ "Rental"
3224
+ ],
3225
+ "seal": [
3226
+ "Gold",
3227
+ "Red",
3228
+ "Blue",
3229
+ "Purple"
3230
+ ],
3231
+ "enhancement": [
3232
+ "Bonus",
3233
+ "Mult",
3234
+ "Wild",
3235
+ "Glass",
3236
+ "Steel",
3237
+ "Stone",
3238
+ "Gold",
3239
+ "Lucky"
3240
+ ],
3241
+ "rank": [
3242
+ "2",
3243
+ "3",
3244
+ "4",
3245
+ "5",
3246
+ "6",
3247
+ "7",
3248
+ "8",
3249
+ "9",
3250
+ "10",
3251
+ "J",
3252
+ "Jack",
3253
+ "Q",
3254
+ "Queen",
3255
+ "K",
3256
+ "King",
3257
+ "A",
3258
+ "Ace"
3259
+ ],
3260
+ "suit": [
3261
+ "Hearts",
3262
+ "Diamonds",
3263
+ "Clubs",
3264
+ "Spades"
3265
+ ]
3266
+ };
3267
+ const PROPERTY_KEY_SET = new Set(PROPERTY_KEYS);
3268
+ const SOURCE_KEY_SET = new Set(SOURCE_KEYS);
3269
+
3270
+ export function getValidValuesForKey(key) {
3271
+ return VALUE_SETS[key] ?? null;
3272
+ }
3273
+
3274
+ export function getAvailablePropsForType(_clauseType) {
3275
+ return [...PROPERTY_KEYS];
3276
+ }
3277
+
3278
+ export function isInvalidPropForType(prop, _clauseType) {
3279
+ return !(PROPERTY_KEY_SET.has(prop) || SOURCE_KEY_SET.has(prop));
3280
+ }
3281
+
3282
+ export function isInvalidValueForProp(_value, _prop, _clauseType) {
3283
+ return false;
3284
+ }