jaml-ui 1.0.1 → 1.0.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 (42) hide show
  1. package/dist/assets/{searchPoolWorker-DWobBIhl.js → searchPoolWorker-DHh9a5GD.js} +2 -2
  2. package/dist/assets/searchPoolWorker-DHh9a5GD.js.map +1 -0
  3. package/dist/chunks/{jamlSeeds-3ILzc_rj.js → jamlSeeds-CKHvpjhC.js} +1 -1
  4. package/dist/chunks/{jamlSeeds-3ILzc_rj.js.map → jamlSeeds-CKHvpjhC.js.map} +1 -1
  5. package/dist/chunks/{motelyItemFormats-CNrFzcCI.js → motelyItemFormats-Dyq1BINO.js} +275 -267
  6. package/dist/chunks/motelyItemFormats-Dyq1BINO.js.map +1 -0
  7. package/dist/chunks/{searchPoolWorker-tBaSbLZu.js → searchPoolWorker-DgRqVj_q.js} +2 -2
  8. package/dist/chunks/searchPoolWorker-DgRqVj_q.js.map +1 -0
  9. package/dist/chunks/{assets-Bb6wV80_.js → spriteMapper-C2mqQHLj.js} +2417 -2
  10. package/dist/chunks/spriteMapper-C2mqQHLj.js.map +1 -0
  11. package/dist/chunks/{ui-B6Oq-jPj.js → ui-LfKBGL5-.js} +1028 -1015
  12. package/dist/chunks/ui-LfKBGL5-.js.map +1 -0
  13. package/dist/core.js +7 -8
  14. package/dist/core.js.map +1 -1
  15. package/dist/index.js +1632 -1677
  16. package/dist/index.js.map +1 -1
  17. package/dist/lib/motely/runtime.d.ts +7 -0
  18. package/dist/motely.js +10 -11
  19. package/dist/motely.js.map +1 -1
  20. package/dist/ui/jimbo.css +1 -1
  21. package/dist/ui/jimboApp.d.ts +3 -6
  22. package/dist/ui/jimboBackground.d.ts +4 -8
  23. package/dist/ui/sprites.d.ts +2 -1
  24. package/dist/ui.d.ts +0 -1
  25. package/dist/ui.js +2 -3
  26. package/package.json +15 -39
  27. package/dist/assets/searchPoolWorker-DWobBIhl.js.map +0 -1
  28. package/dist/chunks/assets-Bb6wV80_.js.map +0 -1
  29. package/dist/chunks/motelyItemFormats-CNrFzcCI.js.map +0 -1
  30. package/dist/chunks/searchPoolWorker-tBaSbLZu.js.map +0 -1
  31. package/dist/chunks/spriteMapper-CajFGgUU.js +0 -2419
  32. package/dist/chunks/spriteMapper-CajFGgUU.js.map +0 -1
  33. package/dist/chunks/tokens-Qrhlekc4.js +0 -57
  34. package/dist/chunks/tokens-Qrhlekc4.js.map +0 -1
  35. package/dist/chunks/ui-B6Oq-jPj.js.map +0 -1
  36. package/dist/r3f/Card3D.d.ts +0 -25
  37. package/dist/r3f/JimboBillboard.d.ts +0 -10
  38. package/dist/r3f/JimboText3D.d.ts +0 -9
  39. package/dist/r3f.d.ts +0 -3
  40. package/dist/r3f.js +0 -235
  41. package/dist/r3f.js.map +0 -1
  42. package/dist/ui/JimboPanelSplitter.d.ts +0 -8
@@ -32,6 +32,2421 @@ function m(e) {
32
32
  return t;
33
33
  }
34
34
  //#endregion
35
- export { m as n, f as t };
35
+ //#region src/sprites/spriteData.ts
36
+ function h(e, t, n) {
37
+ return {
38
+ asset: e,
39
+ fileName: f[e],
40
+ columns: t,
41
+ rows: n,
42
+ get src() {
43
+ return m(e);
44
+ }
45
+ };
46
+ }
47
+ var g = {
48
+ jokers: h("jokers", 10, 16),
49
+ tarots: h("tarots", 10, 6),
50
+ deck: h("deck", 13, 4),
51
+ enhancers: h("enhancers", 7, 5),
52
+ editions: h("editions", 5, 1),
53
+ stickers: h("stickers", 5, 3),
54
+ blinds: h("blinds", 21, 31),
55
+ vouchers: h("vouchers", 9, 4),
56
+ tags: h("tags", 6, 5),
57
+ boosters: h("boosters", 4, 9),
58
+ stakes: h("stakes", 5, 2)
59
+ }, _ = [
60
+ {
61
+ name: "Joker",
62
+ pos: {
63
+ x: 0,
64
+ y: 0
65
+ }
66
+ },
67
+ {
68
+ name: "Greedy Joker",
69
+ pos: {
70
+ x: 6,
71
+ y: 1
72
+ }
73
+ },
74
+ {
75
+ name: "Lusty Joker",
76
+ pos: {
77
+ x: 7,
78
+ y: 1
79
+ }
80
+ },
81
+ {
82
+ name: "Wrathful Joker",
83
+ pos: {
84
+ x: 8,
85
+ y: 1
86
+ }
87
+ },
88
+ {
89
+ name: "Gluttonous Joker",
90
+ pos: {
91
+ x: 9,
92
+ y: 1
93
+ }
94
+ },
95
+ {
96
+ name: "Jolly Joker",
97
+ pos: {
98
+ x: 2,
99
+ y: 0
100
+ }
101
+ },
102
+ {
103
+ name: "Zany Joker",
104
+ pos: {
105
+ x: 3,
106
+ y: 0
107
+ }
108
+ },
109
+ {
110
+ name: "Mad Joker",
111
+ pos: {
112
+ x: 4,
113
+ y: 0
114
+ }
115
+ },
116
+ {
117
+ name: "Crazy Joker",
118
+ pos: {
119
+ x: 5,
120
+ y: 0
121
+ }
122
+ },
123
+ {
124
+ name: "Droll Joker",
125
+ pos: {
126
+ x: 6,
127
+ y: 0
128
+ }
129
+ },
130
+ {
131
+ name: "Sly Joker",
132
+ pos: {
133
+ x: 0,
134
+ y: 14
135
+ }
136
+ },
137
+ {
138
+ name: "Wily Joker",
139
+ pos: {
140
+ x: 1,
141
+ y: 14
142
+ }
143
+ },
144
+ {
145
+ name: "Clever Joker",
146
+ pos: {
147
+ x: 2,
148
+ y: 14
149
+ }
150
+ },
151
+ {
152
+ name: "Devious Joker",
153
+ pos: {
154
+ x: 3,
155
+ y: 14
156
+ }
157
+ },
158
+ {
159
+ name: "Crafty Joker",
160
+ pos: {
161
+ x: 4,
162
+ y: 14
163
+ }
164
+ },
165
+ {
166
+ name: "Half Joker",
167
+ pos: {
168
+ x: 7,
169
+ y: 0
170
+ }
171
+ },
172
+ {
173
+ name: "Joker Stencil",
174
+ pos: {
175
+ x: 2,
176
+ y: 5
177
+ }
178
+ },
179
+ {
180
+ name: "Four Fingers",
181
+ pos: {
182
+ x: 6,
183
+ y: 6
184
+ }
185
+ },
186
+ {
187
+ name: "Mime",
188
+ pos: {
189
+ x: 4,
190
+ y: 1
191
+ }
192
+ },
193
+ {
194
+ name: "Credit Card",
195
+ pos: {
196
+ x: 5,
197
+ y: 1
198
+ }
199
+ },
200
+ {
201
+ name: "Ceremonial Dagger",
202
+ pos: {
203
+ x: 5,
204
+ y: 5
205
+ }
206
+ },
207
+ {
208
+ name: "Banner",
209
+ pos: {
210
+ x: 1,
211
+ y: 2
212
+ }
213
+ },
214
+ {
215
+ name: "Mystic Summit",
216
+ pos: {
217
+ x: 2,
218
+ y: 2
219
+ }
220
+ },
221
+ {
222
+ name: "Marble Joker",
223
+ pos: {
224
+ x: 3,
225
+ y: 2
226
+ }
227
+ },
228
+ {
229
+ name: "Loyalty Card",
230
+ pos: {
231
+ x: 4,
232
+ y: 2
233
+ }
234
+ },
235
+ {
236
+ name: "8 Ball",
237
+ pos: {
238
+ x: 0,
239
+ y: 5
240
+ }
241
+ },
242
+ {
243
+ name: "Misprint",
244
+ pos: {
245
+ x: 6,
246
+ y: 2
247
+ }
248
+ },
249
+ {
250
+ name: "Dusk",
251
+ pos: {
252
+ x: 4,
253
+ y: 7
254
+ }
255
+ },
256
+ {
257
+ name: "Raised Fist",
258
+ pos: {
259
+ x: 8,
260
+ y: 2
261
+ }
262
+ },
263
+ {
264
+ name: "Chaos the Clown",
265
+ pos: {
266
+ x: 1,
267
+ y: 0
268
+ }
269
+ },
270
+ {
271
+ name: "Fibonacci",
272
+ pos: {
273
+ x: 1,
274
+ y: 5
275
+ }
276
+ },
277
+ {
278
+ name: "Steel Joker",
279
+ pos: {
280
+ x: 7,
281
+ y: 2
282
+ }
283
+ },
284
+ {
285
+ name: "Scary Face",
286
+ pos: {
287
+ x: 2,
288
+ y: 3
289
+ }
290
+ },
291
+ {
292
+ name: "Abstract Joker",
293
+ pos: {
294
+ x: 3,
295
+ y: 3
296
+ }
297
+ },
298
+ {
299
+ name: "Delayed Gratification",
300
+ pos: {
301
+ x: 4,
302
+ y: 3
303
+ }
304
+ },
305
+ {
306
+ name: "Hack",
307
+ pos: {
308
+ x: 5,
309
+ y: 2
310
+ }
311
+ },
312
+ {
313
+ name: "Pareidolia",
314
+ pos: {
315
+ x: 6,
316
+ y: 3
317
+ }
318
+ },
319
+ {
320
+ name: "Gros Michel",
321
+ pos: {
322
+ x: 7,
323
+ y: 6
324
+ }
325
+ },
326
+ {
327
+ name: "Even Steven",
328
+ pos: {
329
+ x: 8,
330
+ y: 3
331
+ }
332
+ },
333
+ {
334
+ name: "Odd Todd",
335
+ pos: {
336
+ x: 9,
337
+ y: 3
338
+ }
339
+ },
340
+ {
341
+ name: "Scholar",
342
+ pos: {
343
+ x: 3,
344
+ y: 6
345
+ }
346
+ },
347
+ {
348
+ name: "Business Card",
349
+ pos: {
350
+ x: 1,
351
+ y: 4
352
+ }
353
+ },
354
+ {
355
+ name: "Supernova",
356
+ pos: {
357
+ x: 2,
358
+ y: 4
359
+ }
360
+ },
361
+ {
362
+ name: "Ride the Bus",
363
+ pos: {
364
+ x: 1,
365
+ y: 6
366
+ }
367
+ },
368
+ {
369
+ name: "Space Joker",
370
+ pos: {
371
+ x: 3,
372
+ y: 5
373
+ }
374
+ },
375
+ {
376
+ name: "Egg",
377
+ pos: {
378
+ x: 0,
379
+ y: 10
380
+ }
381
+ },
382
+ {
383
+ name: "Burglar",
384
+ pos: {
385
+ x: 1,
386
+ y: 10
387
+ }
388
+ },
389
+ {
390
+ name: "Blackboard",
391
+ pos: {
392
+ x: 2,
393
+ y: 10
394
+ }
395
+ },
396
+ {
397
+ name: "Runner",
398
+ pos: {
399
+ x: 3,
400
+ y: 10
401
+ }
402
+ },
403
+ {
404
+ name: "Ice Cream",
405
+ pos: {
406
+ x: 4,
407
+ y: 10
408
+ }
409
+ },
410
+ {
411
+ name: "DNA",
412
+ pos: {
413
+ x: 5,
414
+ y: 10
415
+ }
416
+ },
417
+ {
418
+ name: "Splash",
419
+ pos: {
420
+ x: 6,
421
+ y: 10
422
+ }
423
+ },
424
+ {
425
+ name: "Blue Joker",
426
+ pos: {
427
+ x: 7,
428
+ y: 10
429
+ }
430
+ },
431
+ {
432
+ name: "Sixth Sense",
433
+ pos: {
434
+ x: 8,
435
+ y: 10
436
+ }
437
+ },
438
+ {
439
+ name: "Constellation",
440
+ pos: {
441
+ x: 9,
442
+ y: 10
443
+ }
444
+ },
445
+ {
446
+ name: "Hiker",
447
+ pos: {
448
+ x: 0,
449
+ y: 11
450
+ }
451
+ },
452
+ {
453
+ name: "Faceless Joker",
454
+ pos: {
455
+ x: 1,
456
+ y: 11
457
+ }
458
+ },
459
+ {
460
+ name: "Green Joker",
461
+ pos: {
462
+ x: 2,
463
+ y: 11
464
+ }
465
+ },
466
+ {
467
+ name: "Superposition",
468
+ pos: {
469
+ x: 3,
470
+ y: 11
471
+ }
472
+ },
473
+ {
474
+ name: "To Do List",
475
+ pos: {
476
+ x: 4,
477
+ y: 11
478
+ }
479
+ },
480
+ {
481
+ name: "Cavendish",
482
+ pos: {
483
+ x: 5,
484
+ y: 11
485
+ }
486
+ },
487
+ {
488
+ name: "Card Sharp",
489
+ pos: {
490
+ x: 6,
491
+ y: 11
492
+ }
493
+ },
494
+ {
495
+ name: "Red Card",
496
+ pos: {
497
+ x: 7,
498
+ y: 11
499
+ }
500
+ },
501
+ {
502
+ name: "Madness",
503
+ pos: {
504
+ x: 8,
505
+ y: 11
506
+ }
507
+ },
508
+ {
509
+ name: "Square Joker",
510
+ pos: {
511
+ x: 9,
512
+ y: 11
513
+ }
514
+ },
515
+ {
516
+ name: "Seance",
517
+ pos: {
518
+ x: 0,
519
+ y: 12
520
+ }
521
+ },
522
+ {
523
+ name: "Riff-raff",
524
+ pos: {
525
+ x: 1,
526
+ y: 12
527
+ }
528
+ },
529
+ {
530
+ name: "Vampire",
531
+ pos: {
532
+ x: 2,
533
+ y: 12
534
+ }
535
+ },
536
+ {
537
+ name: "Shortcut",
538
+ pos: {
539
+ x: 3,
540
+ y: 12
541
+ }
542
+ },
543
+ {
544
+ name: "Hologram",
545
+ pos: {
546
+ x: 4,
547
+ y: 12
548
+ }
549
+ },
550
+ {
551
+ name: "Vagabond",
552
+ pos: {
553
+ x: 5,
554
+ y: 12
555
+ }
556
+ },
557
+ {
558
+ name: "Baron",
559
+ pos: {
560
+ x: 6,
561
+ y: 12
562
+ }
563
+ },
564
+ {
565
+ name: "Cloud 9",
566
+ pos: {
567
+ x: 7,
568
+ y: 12
569
+ }
570
+ },
571
+ {
572
+ name: "Rocket",
573
+ pos: {
574
+ x: 8,
575
+ y: 12
576
+ }
577
+ },
578
+ {
579
+ name: "Obelisk",
580
+ pos: {
581
+ x: 9,
582
+ y: 12
583
+ }
584
+ },
585
+ {
586
+ name: "Midas Mask",
587
+ pos: {
588
+ x: 0,
589
+ y: 13
590
+ }
591
+ },
592
+ {
593
+ name: "Luchador",
594
+ pos: {
595
+ x: 1,
596
+ y: 13
597
+ }
598
+ },
599
+ {
600
+ name: "Photograph",
601
+ pos: {
602
+ x: 2,
603
+ y: 13
604
+ }
605
+ },
606
+ {
607
+ name: "Gift Card",
608
+ pos: {
609
+ x: 3,
610
+ y: 13
611
+ }
612
+ },
613
+ {
614
+ name: "Turtle Bean",
615
+ pos: {
616
+ x: 4,
617
+ y: 13
618
+ }
619
+ },
620
+ {
621
+ name: "Erosion",
622
+ pos: {
623
+ x: 5,
624
+ y: 13
625
+ }
626
+ },
627
+ {
628
+ name: "Reserved Parking",
629
+ pos: {
630
+ x: 6,
631
+ y: 13
632
+ }
633
+ },
634
+ {
635
+ name: "Mail In Rebate",
636
+ pos: {
637
+ x: 7,
638
+ y: 13
639
+ }
640
+ },
641
+ {
642
+ name: "To the Moon",
643
+ pos: {
644
+ x: 8,
645
+ y: 13
646
+ }
647
+ },
648
+ {
649
+ name: "Hallucination",
650
+ pos: {
651
+ x: 9,
652
+ y: 13
653
+ }
654
+ },
655
+ {
656
+ name: "Fortune Teller",
657
+ pos: {
658
+ x: 7,
659
+ y: 5
660
+ }
661
+ },
662
+ {
663
+ name: "Juggler",
664
+ pos: {
665
+ x: 0,
666
+ y: 1
667
+ }
668
+ },
669
+ {
670
+ name: "Drunkard",
671
+ pos: {
672
+ x: 1,
673
+ y: 1
674
+ }
675
+ },
676
+ {
677
+ name: "Stone Joker",
678
+ pos: {
679
+ x: 9,
680
+ y: 0
681
+ }
682
+ },
683
+ {
684
+ name: "Golden Joker",
685
+ pos: {
686
+ x: 9,
687
+ y: 2
688
+ }
689
+ },
690
+ {
691
+ name: "Lucky Cat",
692
+ pos: {
693
+ x: 5,
694
+ y: 14
695
+ }
696
+ },
697
+ {
698
+ name: "Baseball Card",
699
+ pos: {
700
+ x: 6,
701
+ y: 14
702
+ }
703
+ },
704
+ {
705
+ name: "Bull",
706
+ pos: {
707
+ x: 7,
708
+ y: 14
709
+ }
710
+ },
711
+ {
712
+ name: "Diet Cola",
713
+ pos: {
714
+ x: 8,
715
+ y: 14
716
+ }
717
+ },
718
+ {
719
+ name: "Trading Card",
720
+ pos: {
721
+ x: 9,
722
+ y: 14
723
+ }
724
+ },
725
+ {
726
+ name: "Flash Card",
727
+ pos: {
728
+ x: 0,
729
+ y: 15
730
+ }
731
+ },
732
+ {
733
+ name: "Popcorn",
734
+ pos: {
735
+ x: 1,
736
+ y: 15
737
+ }
738
+ },
739
+ {
740
+ name: "Spare Trousers",
741
+ pos: {
742
+ x: 4,
743
+ y: 15
744
+ }
745
+ },
746
+ {
747
+ name: "Ancient Joker",
748
+ pos: {
749
+ x: 7,
750
+ y: 15
751
+ }
752
+ },
753
+ {
754
+ name: "Ramen",
755
+ pos: {
756
+ x: 2,
757
+ y: 15
758
+ }
759
+ },
760
+ {
761
+ name: "Walkie Talkie",
762
+ pos: {
763
+ x: 8,
764
+ y: 15
765
+ }
766
+ },
767
+ {
768
+ name: "Seltzer",
769
+ pos: {
770
+ x: 3,
771
+ y: 15
772
+ }
773
+ },
774
+ {
775
+ name: "Castle",
776
+ pos: {
777
+ x: 9,
778
+ y: 15
779
+ }
780
+ },
781
+ {
782
+ name: "Smiley Face",
783
+ pos: {
784
+ x: 6,
785
+ y: 15
786
+ }
787
+ },
788
+ {
789
+ name: "Campfire",
790
+ pos: {
791
+ x: 5,
792
+ y: 15
793
+ }
794
+ },
795
+ {
796
+ name: "Golden Ticket",
797
+ pos: {
798
+ x: 5,
799
+ y: 3
800
+ }
801
+ },
802
+ {
803
+ name: "Mr. Bones",
804
+ pos: {
805
+ x: 3,
806
+ y: 4
807
+ }
808
+ },
809
+ {
810
+ name: "Acrobat",
811
+ pos: {
812
+ x: 2,
813
+ y: 1
814
+ }
815
+ },
816
+ {
817
+ name: "Sock and Buskin",
818
+ pos: {
819
+ x: 3,
820
+ y: 1
821
+ }
822
+ },
823
+ {
824
+ name: "Swashbuckler",
825
+ pos: {
826
+ x: 9,
827
+ y: 5
828
+ }
829
+ },
830
+ {
831
+ name: "Troubadour",
832
+ pos: {
833
+ x: 0,
834
+ y: 2
835
+ }
836
+ },
837
+ {
838
+ name: "Certificate",
839
+ pos: {
840
+ x: 8,
841
+ y: 8
842
+ }
843
+ },
844
+ {
845
+ name: "Smeared Joker",
846
+ pos: {
847
+ x: 4,
848
+ y: 6
849
+ }
850
+ },
851
+ {
852
+ name: "Throwback",
853
+ pos: {
854
+ x: 5,
855
+ y: 7
856
+ }
857
+ },
858
+ {
859
+ name: "Hanging Chad",
860
+ pos: {
861
+ x: 9,
862
+ y: 6
863
+ }
864
+ },
865
+ {
866
+ name: "Rough Gem",
867
+ pos: {
868
+ x: 9,
869
+ y: 7
870
+ }
871
+ },
872
+ {
873
+ name: "Bloodstone",
874
+ pos: {
875
+ x: 0,
876
+ y: 8
877
+ }
878
+ },
879
+ {
880
+ name: "Arrowhead",
881
+ pos: {
882
+ x: 1,
883
+ y: 8
884
+ }
885
+ },
886
+ {
887
+ name: "Onyx Agate",
888
+ pos: {
889
+ x: 2,
890
+ y: 8
891
+ }
892
+ },
893
+ {
894
+ name: "Glass Joker",
895
+ pos: {
896
+ x: 1,
897
+ y: 3
898
+ }
899
+ },
900
+ {
901
+ name: "Showman",
902
+ pos: {
903
+ x: 6,
904
+ y: 5
905
+ }
906
+ },
907
+ {
908
+ name: "Flower Pot",
909
+ pos: {
910
+ x: 0,
911
+ y: 6
912
+ }
913
+ },
914
+ {
915
+ name: "Blueprint",
916
+ pos: {
917
+ x: 0,
918
+ y: 3
919
+ }
920
+ },
921
+ {
922
+ name: "Wee Joker",
923
+ pos: {
924
+ x: 0,
925
+ y: 4
926
+ }
927
+ },
928
+ {
929
+ name: "Merry Andy",
930
+ pos: {
931
+ x: 8,
932
+ y: 0
933
+ }
934
+ },
935
+ {
936
+ name: "Oops! All 6s",
937
+ pos: {
938
+ x: 5,
939
+ y: 6
940
+ }
941
+ },
942
+ {
943
+ name: "The Idol",
944
+ pos: {
945
+ x: 6,
946
+ y: 7
947
+ }
948
+ },
949
+ {
950
+ name: "Seeing Double",
951
+ pos: {
952
+ x: 4,
953
+ y: 4
954
+ }
955
+ },
956
+ {
957
+ name: "Matador",
958
+ pos: {
959
+ x: 4,
960
+ y: 5
961
+ }
962
+ },
963
+ {
964
+ name: "Hit the Road",
965
+ pos: {
966
+ x: 8,
967
+ y: 5
968
+ }
969
+ },
970
+ {
971
+ name: "The Duo",
972
+ pos: {
973
+ x: 5,
974
+ y: 4
975
+ }
976
+ },
977
+ {
978
+ name: "The Trio",
979
+ pos: {
980
+ x: 6,
981
+ y: 4
982
+ }
983
+ },
984
+ {
985
+ name: "The Family",
986
+ pos: {
987
+ x: 7,
988
+ y: 4
989
+ }
990
+ },
991
+ {
992
+ name: "The Order",
993
+ pos: {
994
+ x: 8,
995
+ y: 4
996
+ }
997
+ },
998
+ {
999
+ name: "The Tribe",
1000
+ pos: {
1001
+ x: 9,
1002
+ y: 4
1003
+ }
1004
+ },
1005
+ {
1006
+ name: "Stuntman",
1007
+ pos: {
1008
+ x: 8,
1009
+ y: 6
1010
+ }
1011
+ },
1012
+ {
1013
+ name: "Invisible Joker",
1014
+ pos: {
1015
+ x: 1,
1016
+ y: 7
1017
+ }
1018
+ },
1019
+ {
1020
+ name: "Brainstorm",
1021
+ pos: {
1022
+ x: 7,
1023
+ y: 7
1024
+ }
1025
+ },
1026
+ {
1027
+ name: "Satellite",
1028
+ pos: {
1029
+ x: 8,
1030
+ y: 7
1031
+ }
1032
+ },
1033
+ {
1034
+ name: "Shoot the Moon",
1035
+ pos: {
1036
+ x: 2,
1037
+ y: 6
1038
+ }
1039
+ },
1040
+ {
1041
+ name: "Drivers License",
1042
+ pos: {
1043
+ x: 0,
1044
+ y: 7
1045
+ }
1046
+ },
1047
+ {
1048
+ name: "Cartomancer",
1049
+ pos: {
1050
+ x: 7,
1051
+ y: 3
1052
+ }
1053
+ },
1054
+ {
1055
+ name: "Astronomer",
1056
+ pos: {
1057
+ x: 2,
1058
+ y: 7
1059
+ }
1060
+ },
1061
+ {
1062
+ name: "Burnt Joker",
1063
+ pos: {
1064
+ x: 3,
1065
+ y: 7
1066
+ }
1067
+ },
1068
+ {
1069
+ name: "Bootstraps",
1070
+ pos: {
1071
+ x: 9,
1072
+ y: 8
1073
+ }
1074
+ },
1075
+ {
1076
+ name: "Canio",
1077
+ pos: {
1078
+ x: 3,
1079
+ y: 8
1080
+ }
1081
+ },
1082
+ {
1083
+ name: "Triboulet",
1084
+ pos: {
1085
+ x: 4,
1086
+ y: 8
1087
+ }
1088
+ },
1089
+ {
1090
+ name: "Yorick",
1091
+ pos: {
1092
+ x: 5,
1093
+ y: 8
1094
+ }
1095
+ },
1096
+ {
1097
+ name: "Chicot",
1098
+ pos: {
1099
+ x: 6,
1100
+ y: 8
1101
+ }
1102
+ },
1103
+ {
1104
+ name: "Perkeo",
1105
+ pos: {
1106
+ x: 7,
1107
+ y: 8
1108
+ }
1109
+ }
1110
+ ], v = [
1111
+ {
1112
+ name: "Hologram",
1113
+ pos: {
1114
+ x: 2,
1115
+ y: 9
1116
+ },
1117
+ animated: !0
1118
+ },
1119
+ {
1120
+ name: "Canio",
1121
+ pos: {
1122
+ x: 3,
1123
+ y: 9
1124
+ },
1125
+ animated: !0
1126
+ },
1127
+ {
1128
+ name: "Triboulet",
1129
+ pos: {
1130
+ x: 4,
1131
+ y: 9
1132
+ },
1133
+ animated: !0
1134
+ },
1135
+ {
1136
+ name: "Yorick",
1137
+ pos: {
1138
+ x: 5,
1139
+ y: 9
1140
+ },
1141
+ animated: !0
1142
+ },
1143
+ {
1144
+ name: "Chicot",
1145
+ pos: {
1146
+ x: 6,
1147
+ y: 9
1148
+ },
1149
+ animated: !0
1150
+ },
1151
+ {
1152
+ name: "Perkeo",
1153
+ pos: {
1154
+ x: 7,
1155
+ y: 9
1156
+ },
1157
+ animated: !0
1158
+ }
1159
+ ], y = [{
1160
+ name: "The Soul",
1161
+ pos: {
1162
+ x: 0,
1163
+ y: 1
1164
+ },
1165
+ animated: !0
1166
+ }], b = [
1167
+ {
1168
+ name: "The Fool",
1169
+ pos: {
1170
+ x: 0,
1171
+ y: 0
1172
+ }
1173
+ },
1174
+ {
1175
+ name: "The Magician",
1176
+ pos: {
1177
+ x: 1,
1178
+ y: 0
1179
+ }
1180
+ },
1181
+ {
1182
+ name: "The High Priestess",
1183
+ pos: {
1184
+ x: 2,
1185
+ y: 0
1186
+ }
1187
+ },
1188
+ {
1189
+ name: "The Empress",
1190
+ pos: {
1191
+ x: 3,
1192
+ y: 0
1193
+ }
1194
+ },
1195
+ {
1196
+ name: "The Emperor",
1197
+ pos: {
1198
+ x: 4,
1199
+ y: 0
1200
+ }
1201
+ },
1202
+ {
1203
+ name: "The Hierophant",
1204
+ pos: {
1205
+ x: 5,
1206
+ y: 0
1207
+ }
1208
+ },
1209
+ {
1210
+ name: "The Lovers",
1211
+ pos: {
1212
+ x: 6,
1213
+ y: 0
1214
+ }
1215
+ },
1216
+ {
1217
+ name: "The Chariot",
1218
+ pos: {
1219
+ x: 7,
1220
+ y: 0
1221
+ }
1222
+ },
1223
+ {
1224
+ name: "Justice",
1225
+ pos: {
1226
+ x: 8,
1227
+ y: 0
1228
+ }
1229
+ },
1230
+ {
1231
+ name: "The Hermit",
1232
+ pos: {
1233
+ x: 9,
1234
+ y: 0
1235
+ }
1236
+ },
1237
+ {
1238
+ name: "The Wheel of Fortune",
1239
+ pos: {
1240
+ x: 0,
1241
+ y: 1
1242
+ }
1243
+ },
1244
+ {
1245
+ name: "Strength",
1246
+ pos: {
1247
+ x: 1,
1248
+ y: 1
1249
+ }
1250
+ },
1251
+ {
1252
+ name: "The Hanged Man",
1253
+ pos: {
1254
+ x: 2,
1255
+ y: 1
1256
+ }
1257
+ },
1258
+ {
1259
+ name: "Death",
1260
+ pos: {
1261
+ x: 3,
1262
+ y: 1
1263
+ }
1264
+ },
1265
+ {
1266
+ name: "Temperance",
1267
+ pos: {
1268
+ x: 4,
1269
+ y: 1
1270
+ }
1271
+ },
1272
+ {
1273
+ name: "The Devil",
1274
+ pos: {
1275
+ x: 5,
1276
+ y: 1
1277
+ }
1278
+ },
1279
+ {
1280
+ name: "The Tower",
1281
+ pos: {
1282
+ x: 6,
1283
+ y: 1
1284
+ }
1285
+ },
1286
+ {
1287
+ name: "The Star",
1288
+ pos: {
1289
+ x: 7,
1290
+ y: 1
1291
+ }
1292
+ },
1293
+ {
1294
+ name: "The Moon",
1295
+ pos: {
1296
+ x: 8,
1297
+ y: 1
1298
+ }
1299
+ },
1300
+ {
1301
+ name: "The Sun",
1302
+ pos: {
1303
+ x: 9,
1304
+ y: 1
1305
+ }
1306
+ },
1307
+ {
1308
+ name: "Judgement",
1309
+ pos: {
1310
+ x: 0,
1311
+ y: 2
1312
+ }
1313
+ },
1314
+ {
1315
+ name: "The World",
1316
+ pos: {
1317
+ x: 1,
1318
+ y: 2
1319
+ }
1320
+ },
1321
+ {
1322
+ name: "Mercury",
1323
+ pos: {
1324
+ x: 0,
1325
+ y: 3
1326
+ }
1327
+ },
1328
+ {
1329
+ name: "Venus",
1330
+ pos: {
1331
+ x: 1,
1332
+ y: 3
1333
+ }
1334
+ },
1335
+ {
1336
+ name: "Earth",
1337
+ pos: {
1338
+ x: 2,
1339
+ y: 3
1340
+ }
1341
+ },
1342
+ {
1343
+ name: "Mars",
1344
+ pos: {
1345
+ x: 3,
1346
+ y: 3
1347
+ }
1348
+ },
1349
+ {
1350
+ name: "Jupiter",
1351
+ pos: {
1352
+ x: 4,
1353
+ y: 3
1354
+ }
1355
+ },
1356
+ {
1357
+ name: "Saturn",
1358
+ pos: {
1359
+ x: 5,
1360
+ y: 3
1361
+ }
1362
+ },
1363
+ {
1364
+ name: "Uranus",
1365
+ pos: {
1366
+ x: 6,
1367
+ y: 3
1368
+ }
1369
+ },
1370
+ {
1371
+ name: "Neptune",
1372
+ pos: {
1373
+ x: 7,
1374
+ y: 3
1375
+ }
1376
+ },
1377
+ {
1378
+ name: "Pluto",
1379
+ pos: {
1380
+ x: 8,
1381
+ y: 3
1382
+ }
1383
+ },
1384
+ {
1385
+ name: "Planet X",
1386
+ pos: {
1387
+ x: 9,
1388
+ y: 2
1389
+ }
1390
+ },
1391
+ {
1392
+ name: "Ceres",
1393
+ pos: {
1394
+ x: 8,
1395
+ y: 2
1396
+ }
1397
+ },
1398
+ {
1399
+ name: "Eris",
1400
+ pos: {
1401
+ x: 3,
1402
+ y: 2
1403
+ }
1404
+ },
1405
+ {
1406
+ name: "Familiar",
1407
+ pos: {
1408
+ x: 0,
1409
+ y: 4
1410
+ }
1411
+ },
1412
+ {
1413
+ name: "Grim",
1414
+ pos: {
1415
+ x: 1,
1416
+ y: 4
1417
+ }
1418
+ },
1419
+ {
1420
+ name: "Incantation",
1421
+ pos: {
1422
+ x: 2,
1423
+ y: 4
1424
+ }
1425
+ },
1426
+ {
1427
+ name: "Talisman",
1428
+ pos: {
1429
+ x: 3,
1430
+ y: 4
1431
+ }
1432
+ },
1433
+ {
1434
+ name: "Aura",
1435
+ pos: {
1436
+ x: 4,
1437
+ y: 4
1438
+ }
1439
+ },
1440
+ {
1441
+ name: "Wraith",
1442
+ pos: {
1443
+ x: 5,
1444
+ y: 4
1445
+ }
1446
+ },
1447
+ {
1448
+ name: "Sigil",
1449
+ pos: {
1450
+ x: 6,
1451
+ y: 4
1452
+ }
1453
+ },
1454
+ {
1455
+ name: "Ouija",
1456
+ pos: {
1457
+ x: 7,
1458
+ y: 4
1459
+ }
1460
+ },
1461
+ {
1462
+ name: "Ectoplasm",
1463
+ pos: {
1464
+ x: 8,
1465
+ y: 4
1466
+ }
1467
+ },
1468
+ {
1469
+ name: "Immolate",
1470
+ pos: {
1471
+ x: 9,
1472
+ y: 4
1473
+ }
1474
+ },
1475
+ {
1476
+ name: "Ankh",
1477
+ pos: {
1478
+ x: 0,
1479
+ y: 5
1480
+ }
1481
+ },
1482
+ {
1483
+ name: "Deja Vu",
1484
+ pos: {
1485
+ x: 1,
1486
+ y: 5
1487
+ }
1488
+ },
1489
+ {
1490
+ name: "Hex",
1491
+ pos: {
1492
+ x: 2,
1493
+ y: 5
1494
+ }
1495
+ },
1496
+ {
1497
+ name: "Trance",
1498
+ pos: {
1499
+ x: 3,
1500
+ y: 5
1501
+ }
1502
+ },
1503
+ {
1504
+ name: "Medium",
1505
+ pos: {
1506
+ x: 4,
1507
+ y: 5
1508
+ }
1509
+ },
1510
+ {
1511
+ name: "Cryptid",
1512
+ pos: {
1513
+ x: 5,
1514
+ y: 5
1515
+ }
1516
+ },
1517
+ {
1518
+ name: "The Soul",
1519
+ pos: {
1520
+ x: 2,
1521
+ y: 2
1522
+ }
1523
+ },
1524
+ {
1525
+ name: "Black Hole",
1526
+ pos: {
1527
+ x: 9,
1528
+ y: 3
1529
+ }
1530
+ }
1531
+ ], x = [
1532
+ {
1533
+ name: "Uncommon Tag",
1534
+ pos: {
1535
+ x: 0,
1536
+ y: 0
1537
+ }
1538
+ },
1539
+ {
1540
+ name: "Rare Tag",
1541
+ pos: {
1542
+ x: 1,
1543
+ y: 0
1544
+ }
1545
+ },
1546
+ {
1547
+ name: "Negative Tag",
1548
+ pos: {
1549
+ x: 2,
1550
+ y: 0
1551
+ }
1552
+ },
1553
+ {
1554
+ name: "Foil Tag",
1555
+ pos: {
1556
+ x: 3,
1557
+ y: 0
1558
+ }
1559
+ },
1560
+ {
1561
+ name: "Holographic Tag",
1562
+ pos: {
1563
+ x: 0,
1564
+ y: 1
1565
+ }
1566
+ },
1567
+ {
1568
+ name: "Polychrome Tag",
1569
+ pos: {
1570
+ x: 1,
1571
+ y: 1
1572
+ }
1573
+ },
1574
+ {
1575
+ name: "Investment Tag",
1576
+ pos: {
1577
+ x: 2,
1578
+ y: 1
1579
+ }
1580
+ },
1581
+ {
1582
+ name: "Voucher Tag",
1583
+ pos: {
1584
+ x: 3,
1585
+ y: 1
1586
+ }
1587
+ },
1588
+ {
1589
+ name: "Boss Tag",
1590
+ pos: {
1591
+ x: 0,
1592
+ y: 2
1593
+ }
1594
+ },
1595
+ {
1596
+ name: "Standard Tag",
1597
+ pos: {
1598
+ x: 1,
1599
+ y: 2
1600
+ }
1601
+ },
1602
+ {
1603
+ name: "Charm Tag",
1604
+ pos: {
1605
+ x: 2,
1606
+ y: 2
1607
+ }
1608
+ },
1609
+ {
1610
+ name: "Meteor Tag",
1611
+ pos: {
1612
+ x: 3,
1613
+ y: 2
1614
+ }
1615
+ },
1616
+ {
1617
+ name: "Buffoon Tag",
1618
+ pos: {
1619
+ x: 4,
1620
+ y: 2
1621
+ }
1622
+ },
1623
+ {
1624
+ name: "Handy Tag",
1625
+ pos: {
1626
+ x: 1,
1627
+ y: 3
1628
+ }
1629
+ },
1630
+ {
1631
+ name: "Garbage Tag",
1632
+ pos: {
1633
+ x: 2,
1634
+ y: 3
1635
+ }
1636
+ },
1637
+ {
1638
+ name: "Ethereal Tag",
1639
+ pos: {
1640
+ x: 3,
1641
+ y: 3
1642
+ }
1643
+ },
1644
+ {
1645
+ name: "Coupon Tag",
1646
+ pos: {
1647
+ x: 4,
1648
+ y: 0
1649
+ }
1650
+ },
1651
+ {
1652
+ name: "Double Tag",
1653
+ pos: {
1654
+ x: 5,
1655
+ y: 0
1656
+ }
1657
+ },
1658
+ {
1659
+ name: "Juggle Tag",
1660
+ pos: {
1661
+ x: 5,
1662
+ y: 1
1663
+ }
1664
+ },
1665
+ {
1666
+ name: "D6 Tag",
1667
+ pos: {
1668
+ x: 5,
1669
+ y: 3
1670
+ }
1671
+ },
1672
+ {
1673
+ name: "Top-up Tag",
1674
+ pos: {
1675
+ x: 4,
1676
+ y: 1
1677
+ }
1678
+ },
1679
+ {
1680
+ name: "Speed Tag",
1681
+ pos: {
1682
+ x: 0,
1683
+ y: 3
1684
+ }
1685
+ },
1686
+ {
1687
+ name: "Orbital Tag",
1688
+ pos: {
1689
+ x: 5,
1690
+ y: 2
1691
+ }
1692
+ },
1693
+ {
1694
+ name: "Economy Tag",
1695
+ pos: {
1696
+ x: 4,
1697
+ y: 3
1698
+ }
1699
+ }
1700
+ ], S = [
1701
+ {
1702
+ name: "Overstock",
1703
+ pos: {
1704
+ x: 0,
1705
+ y: 0
1706
+ }
1707
+ },
1708
+ {
1709
+ name: "Clearance Sale",
1710
+ pos: {
1711
+ x: 3,
1712
+ y: 0
1713
+ }
1714
+ },
1715
+ {
1716
+ name: "Hone",
1717
+ pos: {
1718
+ x: 4,
1719
+ y: 0
1720
+ }
1721
+ },
1722
+ {
1723
+ name: "Reroll Surplus",
1724
+ pos: {
1725
+ x: 0,
1726
+ y: 2
1727
+ }
1728
+ },
1729
+ {
1730
+ name: "Crystal Ball",
1731
+ pos: {
1732
+ x: 2,
1733
+ y: 2
1734
+ }
1735
+ },
1736
+ {
1737
+ name: "Telescope",
1738
+ pos: {
1739
+ x: 3,
1740
+ y: 2
1741
+ }
1742
+ },
1743
+ {
1744
+ name: "Grabber",
1745
+ pos: {
1746
+ x: 5,
1747
+ y: 0
1748
+ }
1749
+ },
1750
+ {
1751
+ name: "Wasteful",
1752
+ pos: {
1753
+ x: 6,
1754
+ y: 0
1755
+ }
1756
+ },
1757
+ {
1758
+ name: "Tarot Merchant",
1759
+ pos: {
1760
+ x: 1,
1761
+ y: 0
1762
+ }
1763
+ },
1764
+ {
1765
+ name: "Planet Merchant",
1766
+ pos: {
1767
+ x: 2,
1768
+ y: 0
1769
+ }
1770
+ },
1771
+ {
1772
+ name: "Seed Money",
1773
+ pos: {
1774
+ x: 1,
1775
+ y: 2
1776
+ }
1777
+ },
1778
+ {
1779
+ name: "Blank",
1780
+ pos: {
1781
+ x: 7,
1782
+ y: 0
1783
+ }
1784
+ },
1785
+ {
1786
+ name: "Magic Trick",
1787
+ pos: {
1788
+ x: 4,
1789
+ y: 2
1790
+ }
1791
+ },
1792
+ {
1793
+ name: "Hieroglyph",
1794
+ pos: {
1795
+ x: 5,
1796
+ y: 2
1797
+ }
1798
+ },
1799
+ {
1800
+ name: "Director's Cut",
1801
+ pos: {
1802
+ x: 6,
1803
+ y: 2
1804
+ }
1805
+ },
1806
+ {
1807
+ name: "Paint Brush",
1808
+ pos: {
1809
+ x: 7,
1810
+ y: 2
1811
+ }
1812
+ },
1813
+ {
1814
+ name: "Overstock Plus",
1815
+ pos: {
1816
+ x: 0,
1817
+ y: 1
1818
+ }
1819
+ },
1820
+ {
1821
+ name: "Liquidation",
1822
+ pos: {
1823
+ x: 3,
1824
+ y: 1
1825
+ }
1826
+ },
1827
+ {
1828
+ name: "Glow Up",
1829
+ pos: {
1830
+ x: 4,
1831
+ y: 1
1832
+ }
1833
+ },
1834
+ {
1835
+ name: "Reroll Glut",
1836
+ pos: {
1837
+ x: 0,
1838
+ y: 3
1839
+ }
1840
+ },
1841
+ {
1842
+ name: "Omen Globe",
1843
+ pos: {
1844
+ x: 2,
1845
+ y: 3
1846
+ }
1847
+ },
1848
+ {
1849
+ name: "Observatory",
1850
+ pos: {
1851
+ x: 3,
1852
+ y: 3
1853
+ }
1854
+ },
1855
+ {
1856
+ name: "Nacho Tong",
1857
+ pos: {
1858
+ x: 5,
1859
+ y: 1
1860
+ }
1861
+ },
1862
+ {
1863
+ name: "Recyclomancy",
1864
+ pos: {
1865
+ x: 6,
1866
+ y: 1
1867
+ }
1868
+ },
1869
+ {
1870
+ name: "Tarot Tycoon",
1871
+ pos: {
1872
+ x: 1,
1873
+ y: 1
1874
+ }
1875
+ },
1876
+ {
1877
+ name: "Planet Tycoon",
1878
+ pos: {
1879
+ x: 2,
1880
+ y: 1
1881
+ }
1882
+ },
1883
+ {
1884
+ name: "Money Tree",
1885
+ pos: {
1886
+ x: 1,
1887
+ y: 3
1888
+ }
1889
+ },
1890
+ {
1891
+ name: "Antimatter",
1892
+ pos: {
1893
+ x: 7,
1894
+ y: 1
1895
+ }
1896
+ },
1897
+ {
1898
+ name: "Illusion",
1899
+ pos: {
1900
+ x: 4,
1901
+ y: 3
1902
+ }
1903
+ },
1904
+ {
1905
+ name: "Petroglyph",
1906
+ pos: {
1907
+ x: 5,
1908
+ y: 3
1909
+ }
1910
+ },
1911
+ {
1912
+ name: "Retcon",
1913
+ pos: {
1914
+ x: 6,
1915
+ y: 3
1916
+ }
1917
+ },
1918
+ {
1919
+ name: "Palette",
1920
+ pos: {
1921
+ x: 7,
1922
+ y: 3
1923
+ }
1924
+ }
1925
+ ], C = [
1926
+ {
1927
+ name: "Small Blind",
1928
+ pos: {
1929
+ x: 0,
1930
+ y: 0
1931
+ }
1932
+ },
1933
+ {
1934
+ name: "Big Blind",
1935
+ pos: {
1936
+ x: 0,
1937
+ y: 1
1938
+ }
1939
+ },
1940
+ {
1941
+ name: "The Ox",
1942
+ pos: {
1943
+ x: 0,
1944
+ y: 2
1945
+ }
1946
+ },
1947
+ {
1948
+ name: "The Hook",
1949
+ pos: {
1950
+ x: 0,
1951
+ y: 7
1952
+ }
1953
+ },
1954
+ {
1955
+ name: "The Mouth",
1956
+ pos: {
1957
+ x: 0,
1958
+ y: 18
1959
+ }
1960
+ },
1961
+ {
1962
+ name: "The Fish",
1963
+ pos: {
1964
+ x: 0,
1965
+ y: 5
1966
+ }
1967
+ },
1968
+ {
1969
+ name: "The Club",
1970
+ pos: {
1971
+ x: 0,
1972
+ y: 4
1973
+ }
1974
+ },
1975
+ {
1976
+ name: "The Manacle",
1977
+ pos: {
1978
+ x: 0,
1979
+ y: 8
1980
+ }
1981
+ },
1982
+ {
1983
+ name: "The Tooth",
1984
+ pos: {
1985
+ x: 0,
1986
+ y: 22
1987
+ }
1988
+ },
1989
+ {
1990
+ name: "The Wall",
1991
+ pos: {
1992
+ x: 0,
1993
+ y: 9
1994
+ }
1995
+ },
1996
+ {
1997
+ name: "The House",
1998
+ pos: {
1999
+ x: 0,
2000
+ y: 3
2001
+ }
2002
+ },
2003
+ {
2004
+ name: "The Mark",
2005
+ pos: {
2006
+ x: 0,
2007
+ y: 23
2008
+ }
2009
+ },
2010
+ {
2011
+ name: "Cerulean Bell",
2012
+ pos: {
2013
+ x: 0,
2014
+ y: 26
2015
+ }
2016
+ },
2017
+ {
2018
+ name: "The Wheel",
2019
+ pos: {
2020
+ x: 0,
2021
+ y: 10
2022
+ }
2023
+ },
2024
+ {
2025
+ name: "The Arm",
2026
+ pos: {
2027
+ x: 0,
2028
+ y: 11
2029
+ }
2030
+ },
2031
+ {
2032
+ name: "The Psychic",
2033
+ pos: {
2034
+ x: 0,
2035
+ y: 12
2036
+ }
2037
+ },
2038
+ {
2039
+ name: "The Goad",
2040
+ pos: {
2041
+ x: 0,
2042
+ y: 13
2043
+ }
2044
+ },
2045
+ {
2046
+ name: "The Water",
2047
+ pos: {
2048
+ x: 0,
2049
+ y: 14
2050
+ }
2051
+ },
2052
+ {
2053
+ name: "The Eye",
2054
+ pos: {
2055
+ x: 0,
2056
+ y: 17
2057
+ }
2058
+ },
2059
+ {
2060
+ name: "The Plant",
2061
+ pos: {
2062
+ x: 0,
2063
+ y: 19
2064
+ }
2065
+ },
2066
+ {
2067
+ name: "The Needle",
2068
+ pos: {
2069
+ x: 0,
2070
+ y: 20
2071
+ }
2072
+ },
2073
+ {
2074
+ name: "The Head",
2075
+ pos: {
2076
+ x: 0,
2077
+ y: 21
2078
+ }
2079
+ },
2080
+ {
2081
+ name: "Verdant Leaf",
2082
+ pos: {
2083
+ x: 0,
2084
+ y: 28
2085
+ }
2086
+ },
2087
+ {
2088
+ name: "Violet Vessel",
2089
+ pos: {
2090
+ x: 0,
2091
+ y: 29
2092
+ }
2093
+ },
2094
+ {
2095
+ name: "The Window",
2096
+ pos: {
2097
+ x: 0,
2098
+ y: 6
2099
+ }
2100
+ },
2101
+ {
2102
+ name: "The Serpent",
2103
+ pos: {
2104
+ x: 0,
2105
+ y: 15
2106
+ }
2107
+ },
2108
+ {
2109
+ name: "The Pillar",
2110
+ pos: {
2111
+ x: 0,
2112
+ y: 16
2113
+ }
2114
+ },
2115
+ {
2116
+ name: "The Flint",
2117
+ pos: {
2118
+ x: 0,
2119
+ y: 24
2120
+ }
2121
+ },
2122
+ {
2123
+ name: "Amber Acorn",
2124
+ pos: {
2125
+ x: 0,
2126
+ y: 27
2127
+ }
2128
+ },
2129
+ {
2130
+ name: "Crimson Heart",
2131
+ pos: {
2132
+ x: 0,
2133
+ y: 25
2134
+ }
2135
+ }
2136
+ ], w = [
2137
+ {
2138
+ name: "Arcana Pack",
2139
+ pos: {
2140
+ x: 0,
2141
+ y: 0
2142
+ }
2143
+ },
2144
+ {
2145
+ name: "Celestial Pack",
2146
+ pos: {
2147
+ x: 0,
2148
+ y: 1
2149
+ }
2150
+ },
2151
+ {
2152
+ name: "Jumbo Arcana Pack",
2153
+ pos: {
2154
+ x: 0,
2155
+ y: 2
2156
+ }
2157
+ },
2158
+ {
2159
+ name: "Mega Arcana Pack",
2160
+ pos: {
2161
+ x: 2,
2162
+ y: 2
2163
+ }
2164
+ },
2165
+ {
2166
+ name: "Jumbo Celestial Pack",
2167
+ pos: {
2168
+ x: 0,
2169
+ y: 3
2170
+ }
2171
+ },
2172
+ {
2173
+ name: "Mega Celestial Pack",
2174
+ pos: {
2175
+ x: 2,
2176
+ y: 3
2177
+ }
2178
+ },
2179
+ {
2180
+ name: "Spectral Pack",
2181
+ pos: {
2182
+ x: 0,
2183
+ y: 4
2184
+ }
2185
+ },
2186
+ {
2187
+ name: "Jumbo Spectral Pack",
2188
+ pos: {
2189
+ x: 2,
2190
+ y: 4
2191
+ }
2192
+ },
2193
+ {
2194
+ name: "Mega Spectral Pack",
2195
+ pos: {
2196
+ x: 3,
2197
+ y: 4
2198
+ }
2199
+ },
2200
+ {
2201
+ name: "Standard Pack",
2202
+ pos: {
2203
+ x: 0,
2204
+ y: 6
2205
+ }
2206
+ },
2207
+ {
2208
+ name: "Jumbo Standard Pack",
2209
+ pos: {
2210
+ x: 0,
2211
+ y: 7
2212
+ }
2213
+ },
2214
+ {
2215
+ name: "Mega Standard Pack",
2216
+ pos: {
2217
+ x: 2,
2218
+ y: 7
2219
+ }
2220
+ },
2221
+ {
2222
+ name: "Buffoon Pack",
2223
+ pos: {
2224
+ x: 0,
2225
+ y: 8
2226
+ }
2227
+ },
2228
+ {
2229
+ name: "Jumbo Buffoon Pack",
2230
+ pos: {
2231
+ x: 2,
2232
+ y: 8
2233
+ }
2234
+ },
2235
+ {
2236
+ name: "Mega Buffoon Pack",
2237
+ pos: {
2238
+ x: 3,
2239
+ y: 8
2240
+ }
2241
+ }
2242
+ ], T = {
2243
+ Foil: 1,
2244
+ Holographic: 2,
2245
+ Polychrome: 3
2246
+ }, E = {
2247
+ Eternal: {
2248
+ x: 0,
2249
+ y: 0
2250
+ },
2251
+ Perishable: {
2252
+ x: 0,
2253
+ y: 2
2254
+ },
2255
+ Rental: {
2256
+ x: 1,
2257
+ y: 2
2258
+ }
2259
+ }, D = {
2260
+ 2: 0,
2261
+ 3: 1,
2262
+ 4: 2,
2263
+ 5: 3,
2264
+ 6: 4,
2265
+ 7: 5,
2266
+ 8: 6,
2267
+ 9: 7,
2268
+ 10: 8,
2269
+ Jack: 9,
2270
+ Queen: 10,
2271
+ King: 11,
2272
+ Ace: 12
2273
+ }, O = {
2274
+ Hearts: 0,
2275
+ Clubs: 1,
2276
+ Diamonds: 2,
2277
+ Spades: 3
2278
+ }, k = {
2279
+ Bonus: {
2280
+ x: 1,
2281
+ y: 1
2282
+ },
2283
+ Mult: {
2284
+ x: 2,
2285
+ y: 1
2286
+ },
2287
+ Wild: {
2288
+ x: 3,
2289
+ y: 1
2290
+ },
2291
+ Glass: {
2292
+ x: 5,
2293
+ y: 1
2294
+ },
2295
+ Steel: {
2296
+ x: 6,
2297
+ y: 1
2298
+ },
2299
+ Stone: {
2300
+ x: 5,
2301
+ y: 0
2302
+ },
2303
+ Gold: {
2304
+ x: 6,
2305
+ y: 0
2306
+ },
2307
+ Lucky: {
2308
+ x: 4,
2309
+ y: 1
2310
+ }
2311
+ }, A = {
2312
+ "Gold Seal": {
2313
+ x: 2,
2314
+ y: 0
2315
+ },
2316
+ "Purple Seal": {
2317
+ x: 4,
2318
+ y: 4
2319
+ },
2320
+ "Red Seal": {
2321
+ x: 5,
2322
+ y: 4
2323
+ },
2324
+ "Blue Seal": {
2325
+ x: 6,
2326
+ y: 4
2327
+ },
2328
+ Gold: {
2329
+ x: 2,
2330
+ y: 0
2331
+ },
2332
+ Purple: {
2333
+ x: 4,
2334
+ y: 4
2335
+ },
2336
+ Red: {
2337
+ x: 5,
2338
+ y: 4
2339
+ },
2340
+ Blue: {
2341
+ x: 6,
2342
+ y: 4
2343
+ }
2344
+ };
2345
+ new Map(_.map((e) => [e.name, e])), new Map(v.map((e) => [e.name, e])), new Map(b.map((e) => [e.name, e])), new Map(y.map((e) => [e.name, e])), new Map(x.map((e) => [e.name, e])), new Map(S.map((e) => [e.name, e])), new Map(C.map((e) => [e.name, e])), new Map(w.map((e) => [e.name, e]));
2346
+ //#endregion
2347
+ //#region src/sprites/spriteMapper.ts
2348
+ var j = {
2349
+ Jokers: {
2350
+ cols: 10,
2351
+ rows: 16,
2352
+ assetKey: "jokers"
2353
+ },
2354
+ Tarots: {
2355
+ cols: 10,
2356
+ rows: 6,
2357
+ assetKey: "tarots"
2358
+ },
2359
+ Vouchers: {
2360
+ cols: 9,
2361
+ rows: 4,
2362
+ assetKey: "vouchers"
2363
+ },
2364
+ Boosters: {
2365
+ cols: 4,
2366
+ rows: 9,
2367
+ assetKey: "boosters"
2368
+ },
2369
+ BlindChips: {
2370
+ cols: 21,
2371
+ rows: 31,
2372
+ assetKey: "blinds"
2373
+ },
2374
+ tags: {
2375
+ cols: 6,
2376
+ rows: 5,
2377
+ assetKey: "tags"
2378
+ },
2379
+ Enhancers: {
2380
+ cols: 7,
2381
+ rows: 5,
2382
+ assetKey: "enhancers"
2383
+ },
2384
+ Editions: {
2385
+ cols: 5,
2386
+ rows: 1,
2387
+ assetKey: "editions"
2388
+ },
2389
+ Stakes: {
2390
+ cols: 5,
2391
+ rows: 2,
2392
+ assetKey: "stakes"
2393
+ },
2394
+ Decks: {
2395
+ cols: 13,
2396
+ rows: 4,
2397
+ assetKey: "deck"
2398
+ }
2399
+ }, M = (e) => e.toLowerCase().replace(/\s+/g, ""), N = (e) => e.replace(/^(Joker|Tarot|Planet|Voucher|Pack|Edition|Tag) [|:] /i, "").trim(), P = /* @__PURE__ */ new Map();
2400
+ function F(e, t) {
2401
+ for (let n of e) {
2402
+ if (!n.name || !n.pos) continue;
2403
+ let e = M(n.name);
2404
+ P.has(e) || P.set(e, {
2405
+ pos: n.pos,
2406
+ type: t
2407
+ });
2408
+ }
2409
+ }
2410
+ F(_, "Jokers"), F(v, "Jokers"), F(b, "Tarots"), F(y ?? [], "Tarots"), F(S, "Vouchers"), F(C, "BlindChips"), F(x, "tags"), F(w ?? [], "Boosters");
2411
+ var I = {
2412
+ Jokers: {
2413
+ x: 9,
2414
+ y: 9
2415
+ },
2416
+ Tarots: {
2417
+ x: 4,
2418
+ y: 2
2419
+ },
2420
+ Vouchers: {
2421
+ x: 8,
2422
+ y: 2
2423
+ },
2424
+ Boosters: {
2425
+ x: 0,
2426
+ y: 5
2427
+ },
2428
+ tags: {
2429
+ x: 3,
2430
+ y: 4
2431
+ },
2432
+ BlindChips: {
2433
+ x: 0,
2434
+ y: 30
2435
+ }
2436
+ };
2437
+ function L(e) {
2438
+ return {
2439
+ pos: I[e] ?? {
2440
+ x: 0,
2441
+ y: 0
2442
+ },
2443
+ type: e
2444
+ };
2445
+ }
2446
+ function R(e) {
2447
+ return P.get(M(N(e))) ?? P.get(M(e)) ?? null;
2448
+ }
2449
+ //#endregion
2450
+ export { b as _, C as a, m as b, k as c, D as d, A as f, x as g, O as h, w as i, _ as l, E as m, L as n, y as o, g as p, R as r, T as s, j as t, v as u, S as v, f as y };
36
2451
 
37
- //# sourceMappingURL=assets-Bb6wV80_.js.map
2452
+ //# sourceMappingURL=spriteMapper-C2mqQHLj.js.map