jaml-ui 0.1.0 → 0.3.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 (47) hide show
  1. package/README.md +37 -0
  2. package/dist/components/GameCard.d.ts +8 -4
  3. package/dist/components/GameCard.js +8 -8
  4. package/dist/components/JamlIde.d.ts +17 -0
  5. package/dist/components/JamlIde.js +61 -0
  6. package/dist/components/JamlIdeToolbar.d.ts +8 -0
  7. package/dist/components/JamlIdeToolbar.js +36 -0
  8. package/dist/components/JamlMapPreview.d.ts +10 -0
  9. package/dist/components/JamlMapPreview.js +117 -0
  10. package/dist/data/balatro-jokers.json +1241 -0
  11. package/dist/decode/motelyItemDecoder.d.ts +49 -5
  12. package/dist/decode/motelyItemDecoder.js +227 -8
  13. package/dist/index.d.ts +4 -0
  14. package/dist/index.js +4 -0
  15. package/dist/motely.d.ts +1 -1
  16. package/dist/motely.js +1 -1
  17. package/dist/r3f/BalatroJokerMesh3D.d.ts +8 -0
  18. package/dist/r3f/BalatroJokerMesh3D.js +98 -0
  19. package/dist/r3f/BalatroJokerPreview3D.d.ts +14 -0
  20. package/dist/r3f/BalatroJokerPreview3D.js +30 -0
  21. package/dist/r3f/BalatroPlayingCard3D.d.ts +22 -0
  22. package/dist/r3f/BalatroPlayingCard3D.js +62 -0
  23. package/dist/r3f/cardConstants.d.ts +16 -0
  24. package/dist/r3f/cardConstants.js +14 -0
  25. package/dist/r3f/compositedAtlas.d.ts +5 -0
  26. package/dist/r3f/compositedAtlas.js +56 -0
  27. package/dist/r3f/gridUV.d.ts +22 -0
  28. package/dist/r3f/gridUV.js +30 -0
  29. package/dist/r3f/index.d.ts +12 -0
  30. package/dist/r3f/index.js +13 -0
  31. package/dist/r3f/jokerRegistry.d.ts +28 -0
  32. package/dist/r3f/jokerRegistry.js +40 -0
  33. package/dist/r3f/jokerTilt.d.ts +8 -0
  34. package/dist/r3f/jokerTilt.js +41 -0
  35. package/dist/r3f/magneticTilt.d.ts +18 -0
  36. package/dist/r3f/magneticTilt.js +34 -0
  37. package/dist/r3f/playingCardTypes.d.ts +24 -0
  38. package/dist/r3f/playingCardTypes.js +32 -0
  39. package/dist/r3f/playingCardVisuals.d.ts +7 -0
  40. package/dist/r3f/playingCardVisuals.js +45 -0
  41. package/dist/r3f/usePlayingCardTexture.d.ts +7 -0
  42. package/dist/r3f/usePlayingCardTexture.js +92 -0
  43. package/dist/render/CanvasRenderer.d.ts +2 -1
  44. package/dist/render/CanvasRenderer.js +31 -3
  45. package/dist/utils/jamlMapPreview.d.ts +12 -0
  46. package/dist/utils/jamlMapPreview.js +105 -0
  47. package/package.json +11 -3
@@ -0,0 +1,1241 @@
1
+ {
2
+ "$schema": "Balatro joker centers — pos is grid cell in Jokers.png (71×95 px per cell @1x, 142×190 @2x)",
3
+ "source": "src/assets/Balatro2/game.txt (P_CENTERS)",
4
+ "atlas": {
5
+ "id": "Joker",
6
+ "file": "resources/textures/2x/Jokers.png",
7
+ "publicPath": "/images/Jokers.png",
8
+ "cellPx": {
9
+ "x": 71,
10
+ "y": 95
11
+ },
12
+ "textureScale": 2
13
+ },
14
+ "count": 150,
15
+ "jokers": [
16
+ {
17
+ "key": "j_8_ball",
18
+ "name": "8 Ball",
19
+ "pos": {
20
+ "x": 0,
21
+ "y": 5
22
+ }
23
+ },
24
+ {
25
+ "key": "j_abstract",
26
+ "name": "Abstract Joker",
27
+ "pos": {
28
+ "x": 3,
29
+ "y": 3
30
+ }
31
+ },
32
+ {
33
+ "key": "j_acrobat",
34
+ "name": "Acrobat",
35
+ "pos": {
36
+ "x": 2,
37
+ "y": 1
38
+ }
39
+ },
40
+ {
41
+ "key": "j_ancient",
42
+ "name": "Ancient Joker",
43
+ "pos": {
44
+ "x": 7,
45
+ "y": 15
46
+ }
47
+ },
48
+ {
49
+ "key": "j_arrowhead",
50
+ "name": "Arrowhead",
51
+ "pos": {
52
+ "x": 1,
53
+ "y": 8
54
+ }
55
+ },
56
+ {
57
+ "key": "j_astronomer",
58
+ "name": "Astronomer",
59
+ "pos": {
60
+ "x": 2,
61
+ "y": 7
62
+ }
63
+ },
64
+ {
65
+ "key": "j_banner",
66
+ "name": "Banner",
67
+ "pos": {
68
+ "x": 1,
69
+ "y": 2
70
+ }
71
+ },
72
+ {
73
+ "key": "j_baron",
74
+ "name": "Baron",
75
+ "pos": {
76
+ "x": 6,
77
+ "y": 12
78
+ }
79
+ },
80
+ {
81
+ "key": "j_baseball",
82
+ "name": "Baseball Card",
83
+ "pos": {
84
+ "x": 6,
85
+ "y": 14
86
+ }
87
+ },
88
+ {
89
+ "key": "j_blackboard",
90
+ "name": "Blackboard",
91
+ "pos": {
92
+ "x": 2,
93
+ "y": 10
94
+ }
95
+ },
96
+ {
97
+ "key": "j_bloodstone",
98
+ "name": "Bloodstone",
99
+ "pos": {
100
+ "x": 0,
101
+ "y": 8
102
+ }
103
+ },
104
+ {
105
+ "key": "j_blue_joker",
106
+ "name": "Blue Joker",
107
+ "pos": {
108
+ "x": 7,
109
+ "y": 10
110
+ }
111
+ },
112
+ {
113
+ "key": "j_blueprint",
114
+ "name": "Blueprint",
115
+ "pos": {
116
+ "x": 0,
117
+ "y": 3
118
+ }
119
+ },
120
+ {
121
+ "key": "j_bootstraps",
122
+ "name": "Bootstraps",
123
+ "pos": {
124
+ "x": 9,
125
+ "y": 8
126
+ }
127
+ },
128
+ {
129
+ "key": "j_brainstorm",
130
+ "name": "Brainstorm",
131
+ "pos": {
132
+ "x": 7,
133
+ "y": 7
134
+ }
135
+ },
136
+ {
137
+ "key": "j_bull",
138
+ "name": "Bull",
139
+ "pos": {
140
+ "x": 7,
141
+ "y": 14
142
+ }
143
+ },
144
+ {
145
+ "key": "j_burglar",
146
+ "name": "Burglar",
147
+ "pos": {
148
+ "x": 1,
149
+ "y": 10
150
+ }
151
+ },
152
+ {
153
+ "key": "j_burnt",
154
+ "name": "Burnt Joker",
155
+ "pos": {
156
+ "x": 3,
157
+ "y": 7
158
+ }
159
+ },
160
+ {
161
+ "key": "j_business",
162
+ "name": "Business Card",
163
+ "pos": {
164
+ "x": 1,
165
+ "y": 4
166
+ }
167
+ },
168
+ {
169
+ "key": "j_caino",
170
+ "name": "Caino",
171
+ "pos": {
172
+ "x": 3,
173
+ "y": 8
174
+ },
175
+ "soulPos": {
176
+ "x": 3,
177
+ "y": 9
178
+ }
179
+ },
180
+ {
181
+ "key": "j_campfire",
182
+ "name": "Campfire",
183
+ "pos": {
184
+ "x": 5,
185
+ "y": 15
186
+ }
187
+ },
188
+ {
189
+ "key": "j_card_sharp",
190
+ "name": "Card Sharp",
191
+ "pos": {
192
+ "x": 6,
193
+ "y": 11
194
+ }
195
+ },
196
+ {
197
+ "key": "j_cartomancer",
198
+ "name": "Cartomancer",
199
+ "pos": {
200
+ "x": 7,
201
+ "y": 3
202
+ }
203
+ },
204
+ {
205
+ "key": "j_castle",
206
+ "name": "Castle",
207
+ "pos": {
208
+ "x": 9,
209
+ "y": 15
210
+ }
211
+ },
212
+ {
213
+ "key": "j_cavendish",
214
+ "name": "Cavendish",
215
+ "pos": {
216
+ "x": 5,
217
+ "y": 11
218
+ }
219
+ },
220
+ {
221
+ "key": "j_ceremonial",
222
+ "name": "Ceremonial Dagger",
223
+ "pos": {
224
+ "x": 5,
225
+ "y": 5
226
+ }
227
+ },
228
+ {
229
+ "key": "j_certificate",
230
+ "name": "Certificate",
231
+ "pos": {
232
+ "x": 8,
233
+ "y": 8
234
+ }
235
+ },
236
+ {
237
+ "key": "j_chaos",
238
+ "name": "Chaos the Clown",
239
+ "pos": {
240
+ "x": 1,
241
+ "y": 0
242
+ }
243
+ },
244
+ {
245
+ "key": "j_chicot",
246
+ "name": "Chicot",
247
+ "pos": {
248
+ "x": 6,
249
+ "y": 8
250
+ },
251
+ "soulPos": {
252
+ "x": 6,
253
+ "y": 9
254
+ }
255
+ },
256
+ {
257
+ "key": "j_clever",
258
+ "name": "Clever Joker",
259
+ "pos": {
260
+ "x": 2,
261
+ "y": 14
262
+ }
263
+ },
264
+ {
265
+ "key": "j_cloud_9",
266
+ "name": "Cloud 9",
267
+ "pos": {
268
+ "x": 7,
269
+ "y": 12
270
+ }
271
+ },
272
+ {
273
+ "key": "j_constellation",
274
+ "name": "Constellation",
275
+ "pos": {
276
+ "x": 9,
277
+ "y": 10
278
+ }
279
+ },
280
+ {
281
+ "key": "j_crafty",
282
+ "name": "Crafty Joker",
283
+ "pos": {
284
+ "x": 4,
285
+ "y": 14
286
+ }
287
+ },
288
+ {
289
+ "key": "j_crazy",
290
+ "name": "Crazy Joker",
291
+ "pos": {
292
+ "x": 5,
293
+ "y": 0
294
+ }
295
+ },
296
+ {
297
+ "key": "j_credit_card",
298
+ "name": "Credit Card",
299
+ "pos": {
300
+ "x": 5,
301
+ "y": 1
302
+ }
303
+ },
304
+ {
305
+ "key": "j_delayed_grat",
306
+ "name": "Delayed Gratification",
307
+ "pos": {
308
+ "x": 4,
309
+ "y": 3
310
+ }
311
+ },
312
+ {
313
+ "key": "j_devious",
314
+ "name": "Devious Joker",
315
+ "pos": {
316
+ "x": 3,
317
+ "y": 14
318
+ }
319
+ },
320
+ {
321
+ "key": "j_diet_cola",
322
+ "name": "Diet Cola",
323
+ "pos": {
324
+ "x": 8,
325
+ "y": 14
326
+ }
327
+ },
328
+ {
329
+ "key": "j_dna",
330
+ "name": "DNA",
331
+ "pos": {
332
+ "x": 5,
333
+ "y": 10
334
+ }
335
+ },
336
+ {
337
+ "key": "j_drivers_license",
338
+ "name": "Driver's License",
339
+ "pos": {
340
+ "x": 0,
341
+ "y": 7
342
+ }
343
+ },
344
+ {
345
+ "key": "j_droll",
346
+ "name": "Droll Joker",
347
+ "pos": {
348
+ "x": 6,
349
+ "y": 0
350
+ }
351
+ },
352
+ {
353
+ "key": "j_drunkard",
354
+ "name": "Drunkard",
355
+ "pos": {
356
+ "x": 1,
357
+ "y": 1
358
+ }
359
+ },
360
+ {
361
+ "key": "j_duo",
362
+ "name": "The Duo",
363
+ "pos": {
364
+ "x": 5,
365
+ "y": 4
366
+ }
367
+ },
368
+ {
369
+ "key": "j_dusk",
370
+ "name": "Dusk",
371
+ "pos": {
372
+ "x": 4,
373
+ "y": 7
374
+ }
375
+ },
376
+ {
377
+ "key": "j_egg",
378
+ "name": "Egg",
379
+ "pos": {
380
+ "x": 0,
381
+ "y": 10
382
+ }
383
+ },
384
+ {
385
+ "key": "j_erosion",
386
+ "name": "Erosion",
387
+ "pos": {
388
+ "x": 5,
389
+ "y": 13
390
+ }
391
+ },
392
+ {
393
+ "key": "j_even_steven",
394
+ "name": "Even Steven",
395
+ "pos": {
396
+ "x": 8,
397
+ "y": 3
398
+ }
399
+ },
400
+ {
401
+ "key": "j_faceless",
402
+ "name": "Faceless Joker",
403
+ "pos": {
404
+ "x": 1,
405
+ "y": 11
406
+ }
407
+ },
408
+ {
409
+ "key": "j_family",
410
+ "name": "The Family",
411
+ "pos": {
412
+ "x": 7,
413
+ "y": 4
414
+ }
415
+ },
416
+ {
417
+ "key": "j_fibonacci",
418
+ "name": "Fibonacci",
419
+ "pos": {
420
+ "x": 1,
421
+ "y": 5
422
+ }
423
+ },
424
+ {
425
+ "key": "j_flash",
426
+ "name": "Flash Card",
427
+ "pos": {
428
+ "x": 0,
429
+ "y": 15
430
+ }
431
+ },
432
+ {
433
+ "key": "j_flower_pot",
434
+ "name": "Flower Pot",
435
+ "pos": {
436
+ "x": 0,
437
+ "y": 6
438
+ }
439
+ },
440
+ {
441
+ "key": "j_fortune_teller",
442
+ "name": "Fortune Teller",
443
+ "pos": {
444
+ "x": 7,
445
+ "y": 5
446
+ }
447
+ },
448
+ {
449
+ "key": "j_four_fingers",
450
+ "name": "Four Fingers",
451
+ "pos": {
452
+ "x": 6,
453
+ "y": 6
454
+ }
455
+ },
456
+ {
457
+ "key": "j_gift",
458
+ "name": "Gift Card",
459
+ "pos": {
460
+ "x": 3,
461
+ "y": 13
462
+ }
463
+ },
464
+ {
465
+ "key": "j_glass",
466
+ "name": "Glass Joker",
467
+ "pos": {
468
+ "x": 1,
469
+ "y": 3
470
+ }
471
+ },
472
+ {
473
+ "key": "j_gluttenous_joker",
474
+ "name": "Gluttonous Joker",
475
+ "pos": {
476
+ "x": 9,
477
+ "y": 1
478
+ }
479
+ },
480
+ {
481
+ "key": "j_golden",
482
+ "name": "Golden Joker",
483
+ "pos": {
484
+ "x": 9,
485
+ "y": 2
486
+ }
487
+ },
488
+ {
489
+ "key": "j_greedy_joker",
490
+ "name": "Greedy Joker",
491
+ "pos": {
492
+ "x": 6,
493
+ "y": 1
494
+ }
495
+ },
496
+ {
497
+ "key": "j_green_joker",
498
+ "name": "Green Joker",
499
+ "pos": {
500
+ "x": 2,
501
+ "y": 11
502
+ }
503
+ },
504
+ {
505
+ "key": "j_gros_michel",
506
+ "name": "Gros Michel",
507
+ "pos": {
508
+ "x": 7,
509
+ "y": 6
510
+ }
511
+ },
512
+ {
513
+ "key": "j_hack",
514
+ "name": "Hack",
515
+ "pos": {
516
+ "x": 5,
517
+ "y": 2
518
+ }
519
+ },
520
+ {
521
+ "key": "j_half",
522
+ "name": "Half Joker",
523
+ "pos": {
524
+ "x": 7,
525
+ "y": 0
526
+ }
527
+ },
528
+ {
529
+ "key": "j_hallucination",
530
+ "name": "Hallucination",
531
+ "pos": {
532
+ "x": 9,
533
+ "y": 13
534
+ }
535
+ },
536
+ {
537
+ "key": "j_hanging_chad",
538
+ "name": "Hanging Chad",
539
+ "pos": {
540
+ "x": 9,
541
+ "y": 6
542
+ }
543
+ },
544
+ {
545
+ "key": "j_hiker",
546
+ "name": "Hiker",
547
+ "pos": {
548
+ "x": 0,
549
+ "y": 11
550
+ }
551
+ },
552
+ {
553
+ "key": "j_hit_the_road",
554
+ "name": "Hit the Road",
555
+ "pos": {
556
+ "x": 8,
557
+ "y": 5
558
+ }
559
+ },
560
+ {
561
+ "key": "j_hologram",
562
+ "name": "Hologram",
563
+ "pos": {
564
+ "x": 4,
565
+ "y": 12
566
+ },
567
+ "soulPos": {
568
+ "x": 2,
569
+ "y": 9
570
+ }
571
+ },
572
+ {
573
+ "key": "j_ice_cream",
574
+ "name": "Ice Cream",
575
+ "pos": {
576
+ "x": 4,
577
+ "y": 10
578
+ }
579
+ },
580
+ {
581
+ "key": "j_idol",
582
+ "name": "The Idol",
583
+ "pos": {
584
+ "x": 6,
585
+ "y": 7
586
+ }
587
+ },
588
+ {
589
+ "key": "j_invisible",
590
+ "name": "Invisible Joker",
591
+ "pos": {
592
+ "x": 1,
593
+ "y": 7
594
+ }
595
+ },
596
+ {
597
+ "key": "j_joker",
598
+ "name": "Joker",
599
+ "pos": {
600
+ "x": 0,
601
+ "y": 0
602
+ }
603
+ },
604
+ {
605
+ "key": "j_jolly",
606
+ "name": "Jolly Joker",
607
+ "pos": {
608
+ "x": 2,
609
+ "y": 0
610
+ }
611
+ },
612
+ {
613
+ "key": "j_juggler",
614
+ "name": "Juggler",
615
+ "pos": {
616
+ "x": 0,
617
+ "y": 1
618
+ }
619
+ },
620
+ {
621
+ "key": "j_loyalty_card",
622
+ "name": "Loyalty Card",
623
+ "pos": {
624
+ "x": 4,
625
+ "y": 2
626
+ }
627
+ },
628
+ {
629
+ "key": "j_luchador",
630
+ "name": "Luchador",
631
+ "pos": {
632
+ "x": 1,
633
+ "y": 13
634
+ }
635
+ },
636
+ {
637
+ "key": "j_lucky_cat",
638
+ "name": "Lucky Cat",
639
+ "pos": {
640
+ "x": 5,
641
+ "y": 14
642
+ }
643
+ },
644
+ {
645
+ "key": "j_lusty_joker",
646
+ "name": "Lusty Joker",
647
+ "pos": {
648
+ "x": 7,
649
+ "y": 1
650
+ }
651
+ },
652
+ {
653
+ "key": "j_mad",
654
+ "name": "Mad Joker",
655
+ "pos": {
656
+ "x": 4,
657
+ "y": 0
658
+ }
659
+ },
660
+ {
661
+ "key": "j_madness",
662
+ "name": "Madness",
663
+ "pos": {
664
+ "x": 8,
665
+ "y": 11
666
+ }
667
+ },
668
+ {
669
+ "key": "j_mail",
670
+ "name": "Mail-In Rebate",
671
+ "pos": {
672
+ "x": 7,
673
+ "y": 13
674
+ }
675
+ },
676
+ {
677
+ "key": "j_marble",
678
+ "name": "Marble Joker",
679
+ "pos": {
680
+ "x": 3,
681
+ "y": 2
682
+ }
683
+ },
684
+ {
685
+ "key": "j_matador",
686
+ "name": "Matador",
687
+ "pos": {
688
+ "x": 4,
689
+ "y": 5
690
+ }
691
+ },
692
+ {
693
+ "key": "j_merry_andy",
694
+ "name": "Merry Andy",
695
+ "pos": {
696
+ "x": 8,
697
+ "y": 0
698
+ }
699
+ },
700
+ {
701
+ "key": "j_midas_mask",
702
+ "name": "Midas Mask",
703
+ "pos": {
704
+ "x": 0,
705
+ "y": 13
706
+ }
707
+ },
708
+ {
709
+ "key": "j_mime",
710
+ "name": "Mime",
711
+ "pos": {
712
+ "x": 4,
713
+ "y": 1
714
+ }
715
+ },
716
+ {
717
+ "key": "j_misprint",
718
+ "name": "Misprint",
719
+ "pos": {
720
+ "x": 6,
721
+ "y": 2
722
+ }
723
+ },
724
+ {
725
+ "key": "j_mr_bones",
726
+ "name": "Mr. Bones",
727
+ "pos": {
728
+ "x": 3,
729
+ "y": 4
730
+ }
731
+ },
732
+ {
733
+ "key": "j_mystic_summit",
734
+ "name": "Mystic Summit",
735
+ "pos": {
736
+ "x": 2,
737
+ "y": 2
738
+ }
739
+ },
740
+ {
741
+ "key": "j_obelisk",
742
+ "name": "Obelisk",
743
+ "pos": {
744
+ "x": 9,
745
+ "y": 12
746
+ }
747
+ },
748
+ {
749
+ "key": "j_odd_todd",
750
+ "name": "Odd Todd",
751
+ "pos": {
752
+ "x": 9,
753
+ "y": 3
754
+ }
755
+ },
756
+ {
757
+ "key": "j_onyx_agate",
758
+ "name": "Onyx Agate",
759
+ "pos": {
760
+ "x": 2,
761
+ "y": 8
762
+ }
763
+ },
764
+ {
765
+ "key": "j_oops",
766
+ "name": "Oops! All 6s",
767
+ "pos": {
768
+ "x": 5,
769
+ "y": 6
770
+ }
771
+ },
772
+ {
773
+ "key": "j_order",
774
+ "name": "The Order",
775
+ "pos": {
776
+ "x": 8,
777
+ "y": 4
778
+ }
779
+ },
780
+ {
781
+ "key": "j_pareidolia",
782
+ "name": "Pareidolia",
783
+ "pos": {
784
+ "x": 6,
785
+ "y": 3
786
+ }
787
+ },
788
+ {
789
+ "key": "j_perkeo",
790
+ "name": "Perkeo",
791
+ "pos": {
792
+ "x": 7,
793
+ "y": 8
794
+ },
795
+ "soulPos": {
796
+ "x": 7,
797
+ "y": 9
798
+ }
799
+ },
800
+ {
801
+ "key": "j_photograph",
802
+ "name": "Photograph",
803
+ "pos": {
804
+ "x": 2,
805
+ "y": 13
806
+ }
807
+ },
808
+ {
809
+ "key": "j_popcorn",
810
+ "name": "Popcorn",
811
+ "pos": {
812
+ "x": 1,
813
+ "y": 15
814
+ }
815
+ },
816
+ {
817
+ "key": "j_raised_fist",
818
+ "name": "Raised Fist",
819
+ "pos": {
820
+ "x": 8,
821
+ "y": 2
822
+ }
823
+ },
824
+ {
825
+ "key": "j_ramen",
826
+ "name": "Ramen",
827
+ "pos": {
828
+ "x": 2,
829
+ "y": 15
830
+ }
831
+ },
832
+ {
833
+ "key": "j_red_card",
834
+ "name": "Red Card",
835
+ "pos": {
836
+ "x": 7,
837
+ "y": 11
838
+ }
839
+ },
840
+ {
841
+ "key": "j_reserved_parking",
842
+ "name": "Reserved Parking",
843
+ "pos": {
844
+ "x": 6,
845
+ "y": 13
846
+ }
847
+ },
848
+ {
849
+ "key": "j_ride_the_bus",
850
+ "name": "Ride the Bus",
851
+ "pos": {
852
+ "x": 1,
853
+ "y": 6
854
+ }
855
+ },
856
+ {
857
+ "key": "j_riff_raff",
858
+ "name": "Riff-raff",
859
+ "pos": {
860
+ "x": 1,
861
+ "y": 12
862
+ }
863
+ },
864
+ {
865
+ "key": "j_ring_master",
866
+ "name": "Showman",
867
+ "pos": {
868
+ "x": 6,
869
+ "y": 5
870
+ }
871
+ },
872
+ {
873
+ "key": "j_rocket",
874
+ "name": "Rocket",
875
+ "pos": {
876
+ "x": 8,
877
+ "y": 12
878
+ }
879
+ },
880
+ {
881
+ "key": "j_rough_gem",
882
+ "name": "Rough Gem",
883
+ "pos": {
884
+ "x": 9,
885
+ "y": 7
886
+ }
887
+ },
888
+ {
889
+ "key": "j_runner",
890
+ "name": "Runner",
891
+ "pos": {
892
+ "x": 3,
893
+ "y": 10
894
+ }
895
+ },
896
+ {
897
+ "key": "j_satellite",
898
+ "name": "Satellite",
899
+ "pos": {
900
+ "x": 8,
901
+ "y": 7
902
+ }
903
+ },
904
+ {
905
+ "key": "j_scary_face",
906
+ "name": "Scary Face",
907
+ "pos": {
908
+ "x": 2,
909
+ "y": 3
910
+ }
911
+ },
912
+ {
913
+ "key": "j_scholar",
914
+ "name": "Scholar",
915
+ "pos": {
916
+ "x": 0,
917
+ "y": 4
918
+ }
919
+ },
920
+ {
921
+ "key": "j_seance",
922
+ "name": "Seance",
923
+ "pos": {
924
+ "x": 0,
925
+ "y": 12
926
+ }
927
+ },
928
+ {
929
+ "key": "j_seeing_double",
930
+ "name": "Seeing Double",
931
+ "pos": {
932
+ "x": 4,
933
+ "y": 4
934
+ }
935
+ },
936
+ {
937
+ "key": "j_selzer",
938
+ "name": "Seltzer",
939
+ "pos": {
940
+ "x": 3,
941
+ "y": 15
942
+ }
943
+ },
944
+ {
945
+ "key": "j_shoot_the_moon",
946
+ "name": "Shoot the Moon",
947
+ "pos": {
948
+ "x": 2,
949
+ "y": 6
950
+ }
951
+ },
952
+ {
953
+ "key": "j_shortcut",
954
+ "name": "Shortcut",
955
+ "pos": {
956
+ "x": 3,
957
+ "y": 12
958
+ }
959
+ },
960
+ {
961
+ "key": "j_sixth_sense",
962
+ "name": "Sixth Sense",
963
+ "pos": {
964
+ "x": 8,
965
+ "y": 10
966
+ }
967
+ },
968
+ {
969
+ "key": "j_sly",
970
+ "name": "Sly Joker",
971
+ "pos": {
972
+ "x": 0,
973
+ "y": 14
974
+ }
975
+ },
976
+ {
977
+ "key": "j_smeared",
978
+ "name": "Smeared Joker",
979
+ "pos": {
980
+ "x": 4,
981
+ "y": 6
982
+ }
983
+ },
984
+ {
985
+ "key": "j_smiley",
986
+ "name": "Smiley Face",
987
+ "pos": {
988
+ "x": 6,
989
+ "y": 15
990
+ }
991
+ },
992
+ {
993
+ "key": "j_sock_and_buskin",
994
+ "name": "Sock and Buskin",
995
+ "pos": {
996
+ "x": 3,
997
+ "y": 1
998
+ }
999
+ },
1000
+ {
1001
+ "key": "j_space",
1002
+ "name": "Space Joker",
1003
+ "pos": {
1004
+ "x": 3,
1005
+ "y": 5
1006
+ }
1007
+ },
1008
+ {
1009
+ "key": "j_splash",
1010
+ "name": "Splash",
1011
+ "pos": {
1012
+ "x": 6,
1013
+ "y": 10
1014
+ }
1015
+ },
1016
+ {
1017
+ "key": "j_square",
1018
+ "name": "Square Joker",
1019
+ "pos": {
1020
+ "x": 9,
1021
+ "y": 11
1022
+ }
1023
+ },
1024
+ {
1025
+ "key": "j_steel_joker",
1026
+ "name": "Steel Joker",
1027
+ "pos": {
1028
+ "x": 7,
1029
+ "y": 2
1030
+ }
1031
+ },
1032
+ {
1033
+ "key": "j_stencil",
1034
+ "name": "Joker Stencil",
1035
+ "pos": {
1036
+ "x": 2,
1037
+ "y": 5
1038
+ }
1039
+ },
1040
+ {
1041
+ "key": "j_stone",
1042
+ "name": "Stone Joker",
1043
+ "pos": {
1044
+ "x": 9,
1045
+ "y": 0
1046
+ }
1047
+ },
1048
+ {
1049
+ "key": "j_stuntman",
1050
+ "name": "Stuntman",
1051
+ "pos": {
1052
+ "x": 8,
1053
+ "y": 6
1054
+ }
1055
+ },
1056
+ {
1057
+ "key": "j_supernova",
1058
+ "name": "Supernova",
1059
+ "pos": {
1060
+ "x": 2,
1061
+ "y": 4
1062
+ }
1063
+ },
1064
+ {
1065
+ "key": "j_superposition",
1066
+ "name": "Superposition",
1067
+ "pos": {
1068
+ "x": 3,
1069
+ "y": 11
1070
+ }
1071
+ },
1072
+ {
1073
+ "key": "j_swashbuckler",
1074
+ "name": "Swashbuckler",
1075
+ "pos": {
1076
+ "x": 9,
1077
+ "y": 5
1078
+ }
1079
+ },
1080
+ {
1081
+ "key": "j_throwback",
1082
+ "name": "Throwback",
1083
+ "pos": {
1084
+ "x": 5,
1085
+ "y": 7
1086
+ }
1087
+ },
1088
+ {
1089
+ "key": "j_ticket",
1090
+ "name": "Golden Ticket",
1091
+ "pos": {
1092
+ "x": 5,
1093
+ "y": 3
1094
+ }
1095
+ },
1096
+ {
1097
+ "key": "j_to_the_moon",
1098
+ "name": "To the Moon",
1099
+ "pos": {
1100
+ "x": 8,
1101
+ "y": 13
1102
+ }
1103
+ },
1104
+ {
1105
+ "key": "j_todo_list",
1106
+ "name": "To Do List",
1107
+ "pos": {
1108
+ "x": 4,
1109
+ "y": 11
1110
+ }
1111
+ },
1112
+ {
1113
+ "key": "j_trading",
1114
+ "name": "Trading Card",
1115
+ "pos": {
1116
+ "x": 9,
1117
+ "y": 14
1118
+ }
1119
+ },
1120
+ {
1121
+ "key": "j_tribe",
1122
+ "name": "The Tribe",
1123
+ "pos": {
1124
+ "x": 9,
1125
+ "y": 4
1126
+ }
1127
+ },
1128
+ {
1129
+ "key": "j_triboulet",
1130
+ "name": "Triboulet",
1131
+ "pos": {
1132
+ "x": 4,
1133
+ "y": 8
1134
+ },
1135
+ "soulPos": {
1136
+ "x": 4,
1137
+ "y": 9
1138
+ }
1139
+ },
1140
+ {
1141
+ "key": "j_trio",
1142
+ "name": "The Trio",
1143
+ "pos": {
1144
+ "x": 6,
1145
+ "y": 4
1146
+ }
1147
+ },
1148
+ {
1149
+ "key": "j_troubadour",
1150
+ "name": "Troubadour",
1151
+ "pos": {
1152
+ "x": 0,
1153
+ "y": 2
1154
+ }
1155
+ },
1156
+ {
1157
+ "key": "j_trousers",
1158
+ "name": "Spare Trousers",
1159
+ "pos": {
1160
+ "x": 4,
1161
+ "y": 15
1162
+ }
1163
+ },
1164
+ {
1165
+ "key": "j_turtle_bean",
1166
+ "name": "Turtle Bean",
1167
+ "pos": {
1168
+ "x": 4,
1169
+ "y": 13
1170
+ }
1171
+ },
1172
+ {
1173
+ "key": "j_vagabond",
1174
+ "name": "Vagabond",
1175
+ "pos": {
1176
+ "x": 5,
1177
+ "y": 12
1178
+ }
1179
+ },
1180
+ {
1181
+ "key": "j_vampire",
1182
+ "name": "Vampire",
1183
+ "pos": {
1184
+ "x": 2,
1185
+ "y": 12
1186
+ }
1187
+ },
1188
+ {
1189
+ "key": "j_walkie_talkie",
1190
+ "name": "Walkie Talkie",
1191
+ "pos": {
1192
+ "x": 8,
1193
+ "y": 15
1194
+ }
1195
+ },
1196
+ {
1197
+ "key": "j_wee",
1198
+ "name": "Wee Joker",
1199
+ "pos": {
1200
+ "x": 0,
1201
+ "y": 0
1202
+ }
1203
+ },
1204
+ {
1205
+ "key": "j_wily",
1206
+ "name": "Wily Joker",
1207
+ "pos": {
1208
+ "x": 1,
1209
+ "y": 14
1210
+ }
1211
+ },
1212
+ {
1213
+ "key": "j_wrathful_joker",
1214
+ "name": "Wrathful Joker",
1215
+ "pos": {
1216
+ "x": 8,
1217
+ "y": 1
1218
+ }
1219
+ },
1220
+ {
1221
+ "key": "j_yorick",
1222
+ "name": "Yorick",
1223
+ "pos": {
1224
+ "x": 5,
1225
+ "y": 8
1226
+ },
1227
+ "soulPos": {
1228
+ "x": 5,
1229
+ "y": 9
1230
+ }
1231
+ },
1232
+ {
1233
+ "key": "j_zany",
1234
+ "name": "Zany Joker",
1235
+ "pos": {
1236
+ "x": 3,
1237
+ "y": 0
1238
+ }
1239
+ }
1240
+ ]
1241
+ }