jaml-ui 0.24.19 → 0.25.1

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