jaml-ui 0.31.0 → 0.32.2

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 (98) hide show
  1. package/README.md +193 -61
  2. package/assets/fonts/README.md +14 -0
  3. package/assets/fonts/m6x11.ttf +0 -0
  4. package/assets/fonts/m6x11plus.ttf +0 -0
  5. package/dist/.gitkeep +0 -0
  6. package/dist/assets/searchPoolWorker-Ck5flXVS.js +40 -0
  7. package/dist/assets/searchPoolWorker-Ck5flXVS.js.map +1 -0
  8. package/dist/assets.d.ts +1 -1
  9. package/dist/chunks/{assets-D80i9sMq.js → assets-Bb6wV80_.js} +3 -3
  10. package/dist/chunks/assets-Bb6wV80_.js.map +1 -0
  11. package/dist/chunks/jamlSeeds-3ILzc_rj.js +66 -0
  12. package/dist/chunks/jamlSeeds-3ILzc_rj.js.map +1 -0
  13. package/dist/chunks/motelyItemFormats-CNrFzcCI.js +1836 -0
  14. package/dist/chunks/motelyItemFormats-CNrFzcCI.js.map +1 -0
  15. package/dist/chunks/{searchPoolWorker-DUope_8B.js → searchPoolWorker-gPdRA_pa.js} +2 -2
  16. package/dist/chunks/searchPoolWorker-gPdRA_pa.js.map +1 -0
  17. package/dist/chunks/{spriteMapper-C4_5G1Z6.js → spriteMapper-CajFGgUU.js} +2 -2
  18. package/dist/chunks/spriteMapper-CajFGgUU.js.map +1 -0
  19. package/dist/chunks/tokens-Qrhlekc4.js.map +1 -1
  20. package/dist/chunks/{ui-DRov81qO.js → ui-CgjJDJdZ.js} +1346 -1195
  21. package/dist/chunks/ui-CgjJDJdZ.js.map +1 -0
  22. package/dist/components/CardFan.d.ts +0 -9
  23. package/dist/components/JamlAestheticSelector.d.ts +3 -3
  24. package/dist/components/JamlIde.d.ts +1 -4
  25. package/dist/components/JamlSeedSpinner.d.ts +3 -1
  26. package/dist/components/Jamlyzer.d.ts +5 -8
  27. package/dist/components/MotelyHello.d.ts +5 -0
  28. package/dist/components/SeedFinderApp.d.ts +7 -0
  29. package/dist/components/StandardCard.d.ts +14 -0
  30. package/dist/components/cardEnums.d.ts +48 -0
  31. package/dist/components/jamlMap/JokerPicker.d.ts +2 -1
  32. package/dist/components/jamlMap/MysterySlot.d.ts +2 -1
  33. package/dist/core.d.ts +1 -0
  34. package/dist/core.js +7 -7
  35. package/dist/core.js.map +1 -1
  36. package/dist/hooks/useAnalyzer.d.ts +1 -1
  37. package/dist/hooks/useSearchPool.d.ts +1 -1
  38. package/dist/index.d.ts +6 -4
  39. package/dist/index.js +3870 -3591
  40. package/dist/index.js.map +1 -1
  41. package/dist/lib/data/constants.d.ts +3 -3
  42. package/dist/lib/jaml/jamlData.d.ts +1 -0
  43. package/dist/lib/jaml/jamlSchema.d.ts +10 -60
  44. package/dist/lib/jaml/jamlSeeds.d.ts +7 -0
  45. package/dist/lib/types.d.ts +3 -2
  46. package/dist/motely.d.ts +1 -2
  47. package/dist/motely.js +125 -1999
  48. package/dist/motely.js.map +1 -1
  49. package/dist/r3f.js +1 -1
  50. package/dist/r3f.js.map +1 -1
  51. package/dist/ui/JimboBadge.d.ts +1 -1
  52. package/dist/ui/{footer.d.ts → JimboBalatroFooter.d.ts} +4 -2
  53. package/dist/ui/JimboCopyButton.d.ts +27 -0
  54. package/dist/ui/JimboDeckAndStakeSelectorModal.d.ts +30 -0
  55. package/dist/ui/JimboIconButton.d.ts +8 -3
  56. package/dist/ui/JimboInlineEdit.d.ts +16 -0
  57. package/dist/ui/JimboListItem.d.ts +11 -0
  58. package/dist/ui/JimboPanelSplitter.d.ts +8 -0
  59. package/dist/ui/JimboSeedCopyChip.d.ts +16 -0
  60. package/dist/ui/JimboSelect.d.ts +15 -3
  61. package/dist/ui/JimboSpinner.d.ts +18 -0
  62. package/dist/ui/JimboStepper.d.ts +19 -7
  63. package/dist/ui/JimboValueBadge.d.ts +19 -0
  64. package/dist/ui/codeBlock.d.ts +4 -0
  65. package/dist/ui/hooks.d.ts +30 -3
  66. package/dist/ui/jimbo.css +1 -1
  67. package/dist/ui/jimboApp.d.ts +2 -2
  68. package/dist/ui/jimboBackground.d.ts +12 -5
  69. package/dist/ui/jimboCopyRow.d.ts +2 -2
  70. package/dist/ui/jimboInset.d.ts +3 -3
  71. package/dist/ui/jimboLayout.d.ts +25 -0
  72. package/dist/ui/jimboLink.d.ts +12 -0
  73. package/dist/ui/jimboTabs.d.ts +6 -6
  74. package/dist/ui/jimboText.d.ts +2 -3
  75. package/dist/ui.d.ts +12 -4
  76. package/dist/ui.js +3 -3
  77. package/fonts.css +20 -5
  78. package/package.json +7 -6
  79. package/assets/fonts/m6x11plusplus.otf +0 -0
  80. package/dist/assets/searchPoolWorker-BPJ3Mf0o.js +0 -40
  81. package/dist/assets/searchPoolWorker-BPJ3Mf0o.js.map +0 -1
  82. package/dist/chunks/Layer-Ckd_T6Fw.js +0 -17
  83. package/dist/chunks/Layer-Ckd_T6Fw.js.map +0 -1
  84. package/dist/chunks/assets-D80i9sMq.js.map +0 -1
  85. package/dist/chunks/runtime-C-It0krH.js +0 -10
  86. package/dist/chunks/runtime-C-It0krH.js.map +0 -1
  87. package/dist/chunks/searchPoolWorker-DUope_8B.js.map +0 -1
  88. package/dist/chunks/spriteMapper-C4_5G1Z6.js.map +0 -1
  89. package/dist/chunks/ui-DRov81qO.js.map +0 -1
  90. package/dist/components/CardList.d.ts +0 -8
  91. package/dist/components/Standardcard.d.ts +0 -18
  92. package/dist/config.d.ts +0 -10
  93. package/dist/fonts/m6x11plus.otf +0 -0
  94. package/dist/hooks/useMotelyRuntime.d.ts +0 -11
  95. package/dist/providers/MotelyProvider.d.ts +0 -11
  96. package/dist/ui/JimboFloating.d.ts +0 -8
  97. package/dist/ui/PanelSplitter.d.ts +0 -8
  98. package/jaml.schema.json +0 -1219
package/jaml.schema.json DELETED
@@ -1,1219 +0,0 @@
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
- }