jaml-ui 0.28.1 → 0.29.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.
- package/README.md +2 -11
- package/dist/assets/{searchPoolWorker-BtlROziN.js → searchPoolWorker-C4xj1WA_.js} +2 -2
- package/dist/assets/searchPoolWorker-C4xj1WA_.js.map +1 -0
- package/dist/chunks/{Layer-BBPJFHfs.js → Layer-Ckd_T6Fw.js} +1 -1
- package/dist/chunks/{Layer-BBPJFHfs.js.map → Layer-Ckd_T6Fw.js.map} +1 -1
- package/dist/chunks/{assets-RWUiFSTc.js → assets-D80i9sMq.js} +1 -1
- package/dist/chunks/{assets-RWUiFSTc.js.map → assets-D80i9sMq.js.map} +1 -1
- package/dist/chunks/runtime-C-It0krH.js +10 -0
- package/dist/chunks/runtime-C-It0krH.js.map +1 -0
- package/dist/chunks/{searchPoolWorker-D1xR43D2.js → searchPoolWorker-hVVM49SD.js} +2 -2
- package/dist/chunks/searchPoolWorker-hVVM49SD.js.map +1 -0
- package/dist/chunks/{spriteMapper-CFjN0_TV.js → spriteMapper-C4_5G1Z6.js} +10 -6
- package/dist/chunks/{spriteMapper-CFjN0_TV.js.map → spriteMapper-C4_5G1Z6.js.map} +1 -1
- package/dist/chunks/{tokens-B65Fzble.js → tokens-Qrhlekc4.js} +1 -1
- package/dist/chunks/{tokens-B65Fzble.js.map → tokens-Qrhlekc4.js.map} +1 -1
- package/dist/chunks/{ui-BEtq_JNg.js → ui-D_9HO9OO.js} +684 -786
- package/dist/chunks/ui-D_9HO9OO.js.map +1 -0
- package/dist/components/PaginatedFilterBrowser.d.ts +3 -0
- package/dist/config.d.ts +2 -0
- package/dist/core.js +8 -8
- package/dist/hooks/useAnalyzer.d.ts +0 -11
- package/dist/hooks/useMotelyRuntime.d.ts +2 -2
- package/dist/index.d.ts +0 -6
- package/dist/index.js +3206 -4006
- package/dist/index.js.map +1 -1
- package/dist/lib/motely/runtime.d.ts +3 -0
- package/dist/motely.d.ts +2 -1
- package/dist/motely.js +2101 -25
- package/dist/motely.js.map +1 -1
- package/dist/providers/MotelyProvider.d.ts +11 -0
- package/dist/r3f.js +4 -4
- package/dist/ui/JimboBadge.d.ts +2 -3
- package/dist/ui/JimboTextInput.d.ts +5 -0
- package/dist/ui/PanelSplitter.d.ts +2 -1
- package/dist/ui/hooks.d.ts +0 -1
- package/dist/ui/jimbo.css +1 -1
- package/dist/ui/panel.d.ts +2 -4
- package/dist/ui.d.ts +1 -0
- package/dist/ui.js +3 -3
- package/jaml.schema.json +1218 -1218
- package/package.json +3 -5
- package/dist/assets/searchPoolWorker-BtlROziN.js.map +0 -1
- package/dist/chunks/motelyItemDecoder-BvFrQpaI.js +0 -2061
- package/dist/chunks/motelyItemDecoder-BvFrQpaI.js.map +0 -1
- package/dist/chunks/searchPoolWorker-D1xR43D2.js.map +0 -1
- package/dist/chunks/ui-BEtq_JNg.js.map +0 -1
- package/dist/components/AnalyzerExplorer.d.ts +0 -47
package/dist/motely.js
CHANGED
|
@@ -1,11 +1,1975 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import { n as e } from "./chunks/assets-
|
|
3
|
-
import { d as t, h as n, r, t as i } from "./chunks/spriteMapper-
|
|
4
|
-
import {
|
|
5
|
-
import
|
|
2
|
+
import { n as e } from "./chunks/assets-D80i9sMq.js";
|
|
3
|
+
import { d as t, h as n, r, t as i } from "./chunks/spriteMapper-C4_5G1Z6.js";
|
|
4
|
+
import { t as a } from "./chunks/runtime-C-It0krH.js";
|
|
5
|
+
import { createContext as o, useCallback as s, useContext as c, useEffect as l, useMemo as u, useState as d } from "react";
|
|
6
|
+
import { jsx as f } from "react/jsx-runtime";
|
|
7
|
+
import p, { Motely as ee, Motely as m, default as h } from "motely-wasm";
|
|
8
|
+
import { IFileMounter as g, PermissionMode as _ } from "motely-wasm/bootsharp/file-system";
|
|
9
|
+
//#region src/decode/motelyItemFormats.ts
|
|
10
|
+
var v = Object.freeze({
|
|
11
|
+
4096: Object.freeze({
|
|
12
|
+
value: 4096,
|
|
13
|
+
enumName: "TwoOfClubs",
|
|
14
|
+
displayName: "2 of Clubs",
|
|
15
|
+
category: "Standardcard"
|
|
16
|
+
}),
|
|
17
|
+
4097: Object.freeze({
|
|
18
|
+
value: 4097,
|
|
19
|
+
enumName: "ThreeOfClubs",
|
|
20
|
+
displayName: "3 of Clubs",
|
|
21
|
+
category: "Standardcard"
|
|
22
|
+
}),
|
|
23
|
+
4098: Object.freeze({
|
|
24
|
+
value: 4098,
|
|
25
|
+
enumName: "FourOfClubs",
|
|
26
|
+
displayName: "4 of Clubs",
|
|
27
|
+
category: "Standardcard"
|
|
28
|
+
}),
|
|
29
|
+
4099: Object.freeze({
|
|
30
|
+
value: 4099,
|
|
31
|
+
enumName: "FiveOfClubs",
|
|
32
|
+
displayName: "5 of Clubs",
|
|
33
|
+
category: "Standardcard"
|
|
34
|
+
}),
|
|
35
|
+
4100: Object.freeze({
|
|
36
|
+
value: 4100,
|
|
37
|
+
enumName: "SixOfClubs",
|
|
38
|
+
displayName: "6 of Clubs",
|
|
39
|
+
category: "Standardcard"
|
|
40
|
+
}),
|
|
41
|
+
4101: Object.freeze({
|
|
42
|
+
value: 4101,
|
|
43
|
+
enumName: "SevenOfClubs",
|
|
44
|
+
displayName: "7 of Clubs",
|
|
45
|
+
category: "Standardcard"
|
|
46
|
+
}),
|
|
47
|
+
4102: Object.freeze({
|
|
48
|
+
value: 4102,
|
|
49
|
+
enumName: "EightOfClubs",
|
|
50
|
+
displayName: "8 of Clubs",
|
|
51
|
+
category: "Standardcard"
|
|
52
|
+
}),
|
|
53
|
+
4103: Object.freeze({
|
|
54
|
+
value: 4103,
|
|
55
|
+
enumName: "NineOfClubs",
|
|
56
|
+
displayName: "9 of Clubs",
|
|
57
|
+
category: "Standardcard"
|
|
58
|
+
}),
|
|
59
|
+
4104: Object.freeze({
|
|
60
|
+
value: 4104,
|
|
61
|
+
enumName: "TenOfClubs",
|
|
62
|
+
displayName: "10 of Clubs",
|
|
63
|
+
category: "Standardcard"
|
|
64
|
+
}),
|
|
65
|
+
4105: Object.freeze({
|
|
66
|
+
value: 4105,
|
|
67
|
+
enumName: "JackOfClubs",
|
|
68
|
+
displayName: "Jack of Clubs",
|
|
69
|
+
category: "Standardcard"
|
|
70
|
+
}),
|
|
71
|
+
4106: Object.freeze({
|
|
72
|
+
value: 4106,
|
|
73
|
+
enumName: "QueenOfClubs",
|
|
74
|
+
displayName: "Queen of Clubs",
|
|
75
|
+
category: "Standardcard"
|
|
76
|
+
}),
|
|
77
|
+
4107: Object.freeze({
|
|
78
|
+
value: 4107,
|
|
79
|
+
enumName: "KingOfClubs",
|
|
80
|
+
displayName: "King of Clubs",
|
|
81
|
+
category: "Standardcard"
|
|
82
|
+
}),
|
|
83
|
+
4108: Object.freeze({
|
|
84
|
+
value: 4108,
|
|
85
|
+
enumName: "AceOfClubs",
|
|
86
|
+
displayName: "Ace of Clubs",
|
|
87
|
+
category: "Standardcard"
|
|
88
|
+
}),
|
|
89
|
+
4112: Object.freeze({
|
|
90
|
+
value: 4112,
|
|
91
|
+
enumName: "TwoOfDiamonds",
|
|
92
|
+
displayName: "2 of Diamonds",
|
|
93
|
+
category: "Standardcard"
|
|
94
|
+
}),
|
|
95
|
+
4113: Object.freeze({
|
|
96
|
+
value: 4113,
|
|
97
|
+
enumName: "ThreeOfDiamonds",
|
|
98
|
+
displayName: "3 of Diamonds",
|
|
99
|
+
category: "Standardcard"
|
|
100
|
+
}),
|
|
101
|
+
4114: Object.freeze({
|
|
102
|
+
value: 4114,
|
|
103
|
+
enumName: "FourOfDiamonds",
|
|
104
|
+
displayName: "4 of Diamonds",
|
|
105
|
+
category: "Standardcard"
|
|
106
|
+
}),
|
|
107
|
+
4115: Object.freeze({
|
|
108
|
+
value: 4115,
|
|
109
|
+
enumName: "FiveOfDiamonds",
|
|
110
|
+
displayName: "5 of Diamonds",
|
|
111
|
+
category: "Standardcard"
|
|
112
|
+
}),
|
|
113
|
+
4116: Object.freeze({
|
|
114
|
+
value: 4116,
|
|
115
|
+
enumName: "SixOfDiamonds",
|
|
116
|
+
displayName: "6 of Diamonds",
|
|
117
|
+
category: "Standardcard"
|
|
118
|
+
}),
|
|
119
|
+
4117: Object.freeze({
|
|
120
|
+
value: 4117,
|
|
121
|
+
enumName: "SevenOfDiamonds",
|
|
122
|
+
displayName: "7 of Diamonds",
|
|
123
|
+
category: "Standardcard"
|
|
124
|
+
}),
|
|
125
|
+
4118: Object.freeze({
|
|
126
|
+
value: 4118,
|
|
127
|
+
enumName: "EightOfDiamonds",
|
|
128
|
+
displayName: "8 of Diamonds",
|
|
129
|
+
category: "Standardcard"
|
|
130
|
+
}),
|
|
131
|
+
4119: Object.freeze({
|
|
132
|
+
value: 4119,
|
|
133
|
+
enumName: "NineOfDiamonds",
|
|
134
|
+
displayName: "9 of Diamonds",
|
|
135
|
+
category: "Standardcard"
|
|
136
|
+
}),
|
|
137
|
+
4120: Object.freeze({
|
|
138
|
+
value: 4120,
|
|
139
|
+
enumName: "TenOfDiamonds",
|
|
140
|
+
displayName: "10 of Diamonds",
|
|
141
|
+
category: "Standardcard"
|
|
142
|
+
}),
|
|
143
|
+
4121: Object.freeze({
|
|
144
|
+
value: 4121,
|
|
145
|
+
enumName: "JackOfDiamonds",
|
|
146
|
+
displayName: "Jack of Diamonds",
|
|
147
|
+
category: "Standardcard"
|
|
148
|
+
}),
|
|
149
|
+
4122: Object.freeze({
|
|
150
|
+
value: 4122,
|
|
151
|
+
enumName: "QueenOfDiamonds",
|
|
152
|
+
displayName: "Queen of Diamonds",
|
|
153
|
+
category: "Standardcard"
|
|
154
|
+
}),
|
|
155
|
+
4123: Object.freeze({
|
|
156
|
+
value: 4123,
|
|
157
|
+
enumName: "KingOfDiamonds",
|
|
158
|
+
displayName: "King of Diamonds",
|
|
159
|
+
category: "Standardcard"
|
|
160
|
+
}),
|
|
161
|
+
4124: Object.freeze({
|
|
162
|
+
value: 4124,
|
|
163
|
+
enumName: "AceOfDiamonds",
|
|
164
|
+
displayName: "Ace of Diamonds",
|
|
165
|
+
category: "Standardcard"
|
|
166
|
+
}),
|
|
167
|
+
4128: Object.freeze({
|
|
168
|
+
value: 4128,
|
|
169
|
+
enumName: "TwoOfHearts",
|
|
170
|
+
displayName: "2 of Hearts",
|
|
171
|
+
category: "Standardcard"
|
|
172
|
+
}),
|
|
173
|
+
4129: Object.freeze({
|
|
174
|
+
value: 4129,
|
|
175
|
+
enumName: "ThreeOfHearts",
|
|
176
|
+
displayName: "3 of Hearts",
|
|
177
|
+
category: "Standardcard"
|
|
178
|
+
}),
|
|
179
|
+
4130: Object.freeze({
|
|
180
|
+
value: 4130,
|
|
181
|
+
enumName: "FourOfHearts",
|
|
182
|
+
displayName: "4 of Hearts",
|
|
183
|
+
category: "Standardcard"
|
|
184
|
+
}),
|
|
185
|
+
4131: Object.freeze({
|
|
186
|
+
value: 4131,
|
|
187
|
+
enumName: "FiveOfHearts",
|
|
188
|
+
displayName: "5 of Hearts",
|
|
189
|
+
category: "Standardcard"
|
|
190
|
+
}),
|
|
191
|
+
4132: Object.freeze({
|
|
192
|
+
value: 4132,
|
|
193
|
+
enumName: "SixOfHearts",
|
|
194
|
+
displayName: "6 of Hearts",
|
|
195
|
+
category: "Standardcard"
|
|
196
|
+
}),
|
|
197
|
+
4133: Object.freeze({
|
|
198
|
+
value: 4133,
|
|
199
|
+
enumName: "SevenOfHearts",
|
|
200
|
+
displayName: "7 of Hearts",
|
|
201
|
+
category: "Standardcard"
|
|
202
|
+
}),
|
|
203
|
+
4134: Object.freeze({
|
|
204
|
+
value: 4134,
|
|
205
|
+
enumName: "EightOfHearts",
|
|
206
|
+
displayName: "8 of Hearts",
|
|
207
|
+
category: "Standardcard"
|
|
208
|
+
}),
|
|
209
|
+
4135: Object.freeze({
|
|
210
|
+
value: 4135,
|
|
211
|
+
enumName: "NineOfHearts",
|
|
212
|
+
displayName: "9 of Hearts",
|
|
213
|
+
category: "Standardcard"
|
|
214
|
+
}),
|
|
215
|
+
4136: Object.freeze({
|
|
216
|
+
value: 4136,
|
|
217
|
+
enumName: "TenOfHearts",
|
|
218
|
+
displayName: "10 of Hearts",
|
|
219
|
+
category: "Standardcard"
|
|
220
|
+
}),
|
|
221
|
+
4137: Object.freeze({
|
|
222
|
+
value: 4137,
|
|
223
|
+
enumName: "JackOfHearts",
|
|
224
|
+
displayName: "Jack of Hearts",
|
|
225
|
+
category: "Standardcard"
|
|
226
|
+
}),
|
|
227
|
+
4138: Object.freeze({
|
|
228
|
+
value: 4138,
|
|
229
|
+
enumName: "QueenOfHearts",
|
|
230
|
+
displayName: "Queen of Hearts",
|
|
231
|
+
category: "Standardcard"
|
|
232
|
+
}),
|
|
233
|
+
4139: Object.freeze({
|
|
234
|
+
value: 4139,
|
|
235
|
+
enumName: "KingOfHearts",
|
|
236
|
+
displayName: "King of Hearts",
|
|
237
|
+
category: "Standardcard"
|
|
238
|
+
}),
|
|
239
|
+
4140: Object.freeze({
|
|
240
|
+
value: 4140,
|
|
241
|
+
enumName: "AceOfHearts",
|
|
242
|
+
displayName: "Ace of Hearts",
|
|
243
|
+
category: "Standardcard"
|
|
244
|
+
}),
|
|
245
|
+
4144: Object.freeze({
|
|
246
|
+
value: 4144,
|
|
247
|
+
enumName: "TwoOfSpades",
|
|
248
|
+
displayName: "2 of Spades",
|
|
249
|
+
category: "Standardcard"
|
|
250
|
+
}),
|
|
251
|
+
4145: Object.freeze({
|
|
252
|
+
value: 4145,
|
|
253
|
+
enumName: "ThreeOfSpades",
|
|
254
|
+
displayName: "3 of Spades",
|
|
255
|
+
category: "Standardcard"
|
|
256
|
+
}),
|
|
257
|
+
4146: Object.freeze({
|
|
258
|
+
value: 4146,
|
|
259
|
+
enumName: "FourOfSpades",
|
|
260
|
+
displayName: "4 of Spades",
|
|
261
|
+
category: "Standardcard"
|
|
262
|
+
}),
|
|
263
|
+
4147: Object.freeze({
|
|
264
|
+
value: 4147,
|
|
265
|
+
enumName: "FiveOfSpades",
|
|
266
|
+
displayName: "5 of Spades",
|
|
267
|
+
category: "Standardcard"
|
|
268
|
+
}),
|
|
269
|
+
4148: Object.freeze({
|
|
270
|
+
value: 4148,
|
|
271
|
+
enumName: "SixOfSpades",
|
|
272
|
+
displayName: "6 of Spades",
|
|
273
|
+
category: "Standardcard"
|
|
274
|
+
}),
|
|
275
|
+
4149: Object.freeze({
|
|
276
|
+
value: 4149,
|
|
277
|
+
enumName: "SevenOfSpades",
|
|
278
|
+
displayName: "7 of Spades",
|
|
279
|
+
category: "Standardcard"
|
|
280
|
+
}),
|
|
281
|
+
4150: Object.freeze({
|
|
282
|
+
value: 4150,
|
|
283
|
+
enumName: "EightOfSpades",
|
|
284
|
+
displayName: "8 of Spades",
|
|
285
|
+
category: "Standardcard"
|
|
286
|
+
}),
|
|
287
|
+
4151: Object.freeze({
|
|
288
|
+
value: 4151,
|
|
289
|
+
enumName: "NineOfSpades",
|
|
290
|
+
displayName: "9 of Spades",
|
|
291
|
+
category: "Standardcard"
|
|
292
|
+
}),
|
|
293
|
+
4152: Object.freeze({
|
|
294
|
+
value: 4152,
|
|
295
|
+
enumName: "TenOfSpades",
|
|
296
|
+
displayName: "10 of Spades",
|
|
297
|
+
category: "Standardcard"
|
|
298
|
+
}),
|
|
299
|
+
4153: Object.freeze({
|
|
300
|
+
value: 4153,
|
|
301
|
+
enumName: "JackOfSpades",
|
|
302
|
+
displayName: "Jack of Spades",
|
|
303
|
+
category: "Standardcard"
|
|
304
|
+
}),
|
|
305
|
+
4154: Object.freeze({
|
|
306
|
+
value: 4154,
|
|
307
|
+
enumName: "QueenOfSpades",
|
|
308
|
+
displayName: "Queen of Spades",
|
|
309
|
+
category: "Standardcard"
|
|
310
|
+
}),
|
|
311
|
+
4155: Object.freeze({
|
|
312
|
+
value: 4155,
|
|
313
|
+
enumName: "KingOfSpades",
|
|
314
|
+
displayName: "King of Spades",
|
|
315
|
+
category: "Standardcard"
|
|
316
|
+
}),
|
|
317
|
+
4156: Object.freeze({
|
|
318
|
+
value: 4156,
|
|
319
|
+
enumName: "AceOfSpades",
|
|
320
|
+
displayName: "Ace of Spades",
|
|
321
|
+
category: "Standardcard"
|
|
322
|
+
}),
|
|
323
|
+
8192: Object.freeze({
|
|
324
|
+
value: 8192,
|
|
325
|
+
enumName: "Familiar",
|
|
326
|
+
displayName: "Familiar",
|
|
327
|
+
category: "SpectralCard"
|
|
328
|
+
}),
|
|
329
|
+
8193: Object.freeze({
|
|
330
|
+
value: 8193,
|
|
331
|
+
enumName: "Grim",
|
|
332
|
+
displayName: "Grim",
|
|
333
|
+
category: "SpectralCard"
|
|
334
|
+
}),
|
|
335
|
+
8194: Object.freeze({
|
|
336
|
+
value: 8194,
|
|
337
|
+
enumName: "Incantation",
|
|
338
|
+
displayName: "Incantation",
|
|
339
|
+
category: "SpectralCard"
|
|
340
|
+
}),
|
|
341
|
+
8195: Object.freeze({
|
|
342
|
+
value: 8195,
|
|
343
|
+
enumName: "Talisman",
|
|
344
|
+
displayName: "Talisman",
|
|
345
|
+
category: "SpectralCard"
|
|
346
|
+
}),
|
|
347
|
+
8196: Object.freeze({
|
|
348
|
+
value: 8196,
|
|
349
|
+
enumName: "Aura",
|
|
350
|
+
displayName: "Aura",
|
|
351
|
+
category: "SpectralCard"
|
|
352
|
+
}),
|
|
353
|
+
8197: Object.freeze({
|
|
354
|
+
value: 8197,
|
|
355
|
+
enumName: "Wraith",
|
|
356
|
+
displayName: "Wraith",
|
|
357
|
+
category: "SpectralCard"
|
|
358
|
+
}),
|
|
359
|
+
8198: Object.freeze({
|
|
360
|
+
value: 8198,
|
|
361
|
+
enumName: "Sigil",
|
|
362
|
+
displayName: "Sigil",
|
|
363
|
+
category: "SpectralCard"
|
|
364
|
+
}),
|
|
365
|
+
8199: Object.freeze({
|
|
366
|
+
value: 8199,
|
|
367
|
+
enumName: "Ouija",
|
|
368
|
+
displayName: "Ouija",
|
|
369
|
+
category: "SpectralCard"
|
|
370
|
+
}),
|
|
371
|
+
8200: Object.freeze({
|
|
372
|
+
value: 8200,
|
|
373
|
+
enumName: "Ectoplasm",
|
|
374
|
+
displayName: "Ectoplasm",
|
|
375
|
+
category: "SpectralCard"
|
|
376
|
+
}),
|
|
377
|
+
8201: Object.freeze({
|
|
378
|
+
value: 8201,
|
|
379
|
+
enumName: "Immolate",
|
|
380
|
+
displayName: "Immolate",
|
|
381
|
+
category: "SpectralCard"
|
|
382
|
+
}),
|
|
383
|
+
8202: Object.freeze({
|
|
384
|
+
value: 8202,
|
|
385
|
+
enumName: "Ankh",
|
|
386
|
+
displayName: "Ankh",
|
|
387
|
+
category: "SpectralCard"
|
|
388
|
+
}),
|
|
389
|
+
8203: Object.freeze({
|
|
390
|
+
value: 8203,
|
|
391
|
+
enumName: "DejaVu",
|
|
392
|
+
displayName: "Deja Vu",
|
|
393
|
+
category: "SpectralCard"
|
|
394
|
+
}),
|
|
395
|
+
8204: Object.freeze({
|
|
396
|
+
value: 8204,
|
|
397
|
+
enumName: "Hex",
|
|
398
|
+
displayName: "Hex",
|
|
399
|
+
category: "SpectralCard"
|
|
400
|
+
}),
|
|
401
|
+
8205: Object.freeze({
|
|
402
|
+
value: 8205,
|
|
403
|
+
enumName: "Trance",
|
|
404
|
+
displayName: "Trance",
|
|
405
|
+
category: "SpectralCard"
|
|
406
|
+
}),
|
|
407
|
+
8206: Object.freeze({
|
|
408
|
+
value: 8206,
|
|
409
|
+
enumName: "Medium",
|
|
410
|
+
displayName: "Medium",
|
|
411
|
+
category: "SpectralCard"
|
|
412
|
+
}),
|
|
413
|
+
8207: Object.freeze({
|
|
414
|
+
value: 8207,
|
|
415
|
+
enumName: "Cryptid",
|
|
416
|
+
displayName: "Cryptid",
|
|
417
|
+
category: "SpectralCard"
|
|
418
|
+
}),
|
|
419
|
+
8208: Object.freeze({
|
|
420
|
+
value: 8208,
|
|
421
|
+
enumName: "TheSoul",
|
|
422
|
+
displayName: "The Soul",
|
|
423
|
+
category: "SpectralCard"
|
|
424
|
+
}),
|
|
425
|
+
8209: Object.freeze({
|
|
426
|
+
value: 8209,
|
|
427
|
+
enumName: "BlackHole",
|
|
428
|
+
displayName: "Black Hole",
|
|
429
|
+
category: "SpectralCard"
|
|
430
|
+
}),
|
|
431
|
+
12288: Object.freeze({
|
|
432
|
+
value: 12288,
|
|
433
|
+
enumName: "TheFool",
|
|
434
|
+
displayName: "The Fool",
|
|
435
|
+
category: "TarotCard"
|
|
436
|
+
}),
|
|
437
|
+
12289: Object.freeze({
|
|
438
|
+
value: 12289,
|
|
439
|
+
enumName: "TheMagician",
|
|
440
|
+
displayName: "The Magician",
|
|
441
|
+
category: "TarotCard"
|
|
442
|
+
}),
|
|
443
|
+
12290: Object.freeze({
|
|
444
|
+
value: 12290,
|
|
445
|
+
enumName: "TheHighPriestess",
|
|
446
|
+
displayName: "The High Priestess",
|
|
447
|
+
category: "TarotCard"
|
|
448
|
+
}),
|
|
449
|
+
12291: Object.freeze({
|
|
450
|
+
value: 12291,
|
|
451
|
+
enumName: "TheEmpress",
|
|
452
|
+
displayName: "The Empress",
|
|
453
|
+
category: "TarotCard"
|
|
454
|
+
}),
|
|
455
|
+
12292: Object.freeze({
|
|
456
|
+
value: 12292,
|
|
457
|
+
enumName: "TheEmperor",
|
|
458
|
+
displayName: "The Emperor",
|
|
459
|
+
category: "TarotCard"
|
|
460
|
+
}),
|
|
461
|
+
12293: Object.freeze({
|
|
462
|
+
value: 12293,
|
|
463
|
+
enumName: "TheHierophant",
|
|
464
|
+
displayName: "The Hierophant",
|
|
465
|
+
category: "TarotCard"
|
|
466
|
+
}),
|
|
467
|
+
12294: Object.freeze({
|
|
468
|
+
value: 12294,
|
|
469
|
+
enumName: "TheLovers",
|
|
470
|
+
displayName: "The Lovers",
|
|
471
|
+
category: "TarotCard"
|
|
472
|
+
}),
|
|
473
|
+
12295: Object.freeze({
|
|
474
|
+
value: 12295,
|
|
475
|
+
enumName: "TheChariot",
|
|
476
|
+
displayName: "The Chariot",
|
|
477
|
+
category: "TarotCard"
|
|
478
|
+
}),
|
|
479
|
+
12296: Object.freeze({
|
|
480
|
+
value: 12296,
|
|
481
|
+
enumName: "Justice",
|
|
482
|
+
displayName: "Justice",
|
|
483
|
+
category: "TarotCard"
|
|
484
|
+
}),
|
|
485
|
+
12297: Object.freeze({
|
|
486
|
+
value: 12297,
|
|
487
|
+
enumName: "TheHermit",
|
|
488
|
+
displayName: "The Hermit",
|
|
489
|
+
category: "TarotCard"
|
|
490
|
+
}),
|
|
491
|
+
12298: Object.freeze({
|
|
492
|
+
value: 12298,
|
|
493
|
+
enumName: "TheWheelOfFortune",
|
|
494
|
+
displayName: "The Wheel of Fortune",
|
|
495
|
+
category: "TarotCard"
|
|
496
|
+
}),
|
|
497
|
+
12299: Object.freeze({
|
|
498
|
+
value: 12299,
|
|
499
|
+
enumName: "Strength",
|
|
500
|
+
displayName: "Strength",
|
|
501
|
+
category: "TarotCard"
|
|
502
|
+
}),
|
|
503
|
+
12300: Object.freeze({
|
|
504
|
+
value: 12300,
|
|
505
|
+
enumName: "TheHangedMan",
|
|
506
|
+
displayName: "The Hanged Man",
|
|
507
|
+
category: "TarotCard"
|
|
508
|
+
}),
|
|
509
|
+
12301: Object.freeze({
|
|
510
|
+
value: 12301,
|
|
511
|
+
enumName: "Death",
|
|
512
|
+
displayName: "Death",
|
|
513
|
+
category: "TarotCard"
|
|
514
|
+
}),
|
|
515
|
+
12302: Object.freeze({
|
|
516
|
+
value: 12302,
|
|
517
|
+
enumName: "Temperance",
|
|
518
|
+
displayName: "Temperance",
|
|
519
|
+
category: "TarotCard"
|
|
520
|
+
}),
|
|
521
|
+
12303: Object.freeze({
|
|
522
|
+
value: 12303,
|
|
523
|
+
enumName: "TheDevil",
|
|
524
|
+
displayName: "The Devil",
|
|
525
|
+
category: "TarotCard"
|
|
526
|
+
}),
|
|
527
|
+
12304: Object.freeze({
|
|
528
|
+
value: 12304,
|
|
529
|
+
enumName: "TheTower",
|
|
530
|
+
displayName: "The Tower",
|
|
531
|
+
category: "TarotCard"
|
|
532
|
+
}),
|
|
533
|
+
12305: Object.freeze({
|
|
534
|
+
value: 12305,
|
|
535
|
+
enumName: "TheStar",
|
|
536
|
+
displayName: "The Star",
|
|
537
|
+
category: "TarotCard"
|
|
538
|
+
}),
|
|
539
|
+
12306: Object.freeze({
|
|
540
|
+
value: 12306,
|
|
541
|
+
enumName: "TheMoon",
|
|
542
|
+
displayName: "The Moon",
|
|
543
|
+
category: "TarotCard"
|
|
544
|
+
}),
|
|
545
|
+
12307: Object.freeze({
|
|
546
|
+
value: 12307,
|
|
547
|
+
enumName: "TheSun",
|
|
548
|
+
displayName: "The Sun",
|
|
549
|
+
category: "TarotCard"
|
|
550
|
+
}),
|
|
551
|
+
12308: Object.freeze({
|
|
552
|
+
value: 12308,
|
|
553
|
+
enumName: "Judgement",
|
|
554
|
+
displayName: "Judgement",
|
|
555
|
+
category: "TarotCard"
|
|
556
|
+
}),
|
|
557
|
+
12309: Object.freeze({
|
|
558
|
+
value: 12309,
|
|
559
|
+
enumName: "TheWorld",
|
|
560
|
+
displayName: "The World",
|
|
561
|
+
category: "TarotCard"
|
|
562
|
+
}),
|
|
563
|
+
16384: Object.freeze({
|
|
564
|
+
value: 16384,
|
|
565
|
+
enumName: "Mercury",
|
|
566
|
+
displayName: "Mercury",
|
|
567
|
+
category: "PlanetCard"
|
|
568
|
+
}),
|
|
569
|
+
16385: Object.freeze({
|
|
570
|
+
value: 16385,
|
|
571
|
+
enumName: "Venus",
|
|
572
|
+
displayName: "Venus",
|
|
573
|
+
category: "PlanetCard"
|
|
574
|
+
}),
|
|
575
|
+
16386: Object.freeze({
|
|
576
|
+
value: 16386,
|
|
577
|
+
enumName: "Earth",
|
|
578
|
+
displayName: "Earth",
|
|
579
|
+
category: "PlanetCard"
|
|
580
|
+
}),
|
|
581
|
+
16387: Object.freeze({
|
|
582
|
+
value: 16387,
|
|
583
|
+
enumName: "Mars",
|
|
584
|
+
displayName: "Mars",
|
|
585
|
+
category: "PlanetCard"
|
|
586
|
+
}),
|
|
587
|
+
16388: Object.freeze({
|
|
588
|
+
value: 16388,
|
|
589
|
+
enumName: "Jupiter",
|
|
590
|
+
displayName: "Jupiter",
|
|
591
|
+
category: "PlanetCard"
|
|
592
|
+
}),
|
|
593
|
+
16389: Object.freeze({
|
|
594
|
+
value: 16389,
|
|
595
|
+
enumName: "Saturn",
|
|
596
|
+
displayName: "Saturn",
|
|
597
|
+
category: "PlanetCard"
|
|
598
|
+
}),
|
|
599
|
+
16390: Object.freeze({
|
|
600
|
+
value: 16390,
|
|
601
|
+
enumName: "Uranus",
|
|
602
|
+
displayName: "Uranus",
|
|
603
|
+
category: "PlanetCard"
|
|
604
|
+
}),
|
|
605
|
+
16391: Object.freeze({
|
|
606
|
+
value: 16391,
|
|
607
|
+
enumName: "Neptune",
|
|
608
|
+
displayName: "Neptune",
|
|
609
|
+
category: "PlanetCard"
|
|
610
|
+
}),
|
|
611
|
+
16392: Object.freeze({
|
|
612
|
+
value: 16392,
|
|
613
|
+
enumName: "Pluto",
|
|
614
|
+
displayName: "Pluto",
|
|
615
|
+
category: "PlanetCard"
|
|
616
|
+
}),
|
|
617
|
+
16393: Object.freeze({
|
|
618
|
+
value: 16393,
|
|
619
|
+
enumName: "PlanetX",
|
|
620
|
+
displayName: "Planet X",
|
|
621
|
+
category: "PlanetCard"
|
|
622
|
+
}),
|
|
623
|
+
16394: Object.freeze({
|
|
624
|
+
value: 16394,
|
|
625
|
+
enumName: "Ceres",
|
|
626
|
+
displayName: "Ceres",
|
|
627
|
+
category: "PlanetCard"
|
|
628
|
+
}),
|
|
629
|
+
16395: Object.freeze({
|
|
630
|
+
value: 16395,
|
|
631
|
+
enumName: "Eris",
|
|
632
|
+
displayName: "Eris",
|
|
633
|
+
category: "PlanetCard"
|
|
634
|
+
}),
|
|
635
|
+
20480: Object.freeze({
|
|
636
|
+
value: 20480,
|
|
637
|
+
enumName: "Joker",
|
|
638
|
+
displayName: "Joker",
|
|
639
|
+
category: "Joker"
|
|
640
|
+
}),
|
|
641
|
+
20481: Object.freeze({
|
|
642
|
+
value: 20481,
|
|
643
|
+
enumName: "GreedyJoker",
|
|
644
|
+
displayName: "Greedy Joker",
|
|
645
|
+
category: "Joker"
|
|
646
|
+
}),
|
|
647
|
+
20482: Object.freeze({
|
|
648
|
+
value: 20482,
|
|
649
|
+
enumName: "LustyJoker",
|
|
650
|
+
displayName: "Lusty Joker",
|
|
651
|
+
category: "Joker"
|
|
652
|
+
}),
|
|
653
|
+
20483: Object.freeze({
|
|
654
|
+
value: 20483,
|
|
655
|
+
enumName: "WrathfulJoker",
|
|
656
|
+
displayName: "Wrathful Joker",
|
|
657
|
+
category: "Joker"
|
|
658
|
+
}),
|
|
659
|
+
20484: Object.freeze({
|
|
660
|
+
value: 20484,
|
|
661
|
+
enumName: "GluttonousJoker",
|
|
662
|
+
displayName: "Gluttonous Joker",
|
|
663
|
+
category: "Joker"
|
|
664
|
+
}),
|
|
665
|
+
20485: Object.freeze({
|
|
666
|
+
value: 20485,
|
|
667
|
+
enumName: "JollyJoker",
|
|
668
|
+
displayName: "Jolly Joker",
|
|
669
|
+
category: "Joker"
|
|
670
|
+
}),
|
|
671
|
+
20486: Object.freeze({
|
|
672
|
+
value: 20486,
|
|
673
|
+
enumName: "ZanyJoker",
|
|
674
|
+
displayName: "Zany Joker",
|
|
675
|
+
category: "Joker"
|
|
676
|
+
}),
|
|
677
|
+
20487: Object.freeze({
|
|
678
|
+
value: 20487,
|
|
679
|
+
enumName: "MadJoker",
|
|
680
|
+
displayName: "Mad Joker",
|
|
681
|
+
category: "Joker"
|
|
682
|
+
}),
|
|
683
|
+
20488: Object.freeze({
|
|
684
|
+
value: 20488,
|
|
685
|
+
enumName: "CrazyJoker",
|
|
686
|
+
displayName: "Crazy Joker",
|
|
687
|
+
category: "Joker"
|
|
688
|
+
}),
|
|
689
|
+
20489: Object.freeze({
|
|
690
|
+
value: 20489,
|
|
691
|
+
enumName: "DrollJoker",
|
|
692
|
+
displayName: "Droll Joker",
|
|
693
|
+
category: "Joker"
|
|
694
|
+
}),
|
|
695
|
+
20490: Object.freeze({
|
|
696
|
+
value: 20490,
|
|
697
|
+
enumName: "SlyJoker",
|
|
698
|
+
displayName: "Sly Joker",
|
|
699
|
+
category: "Joker"
|
|
700
|
+
}),
|
|
701
|
+
20491: Object.freeze({
|
|
702
|
+
value: 20491,
|
|
703
|
+
enumName: "WilyJoker",
|
|
704
|
+
displayName: "Wily Joker",
|
|
705
|
+
category: "Joker"
|
|
706
|
+
}),
|
|
707
|
+
20492: Object.freeze({
|
|
708
|
+
value: 20492,
|
|
709
|
+
enumName: "CleverJoker",
|
|
710
|
+
displayName: "Clever Joker",
|
|
711
|
+
category: "Joker"
|
|
712
|
+
}),
|
|
713
|
+
20493: Object.freeze({
|
|
714
|
+
value: 20493,
|
|
715
|
+
enumName: "DeviousJoker",
|
|
716
|
+
displayName: "Devious Joker",
|
|
717
|
+
category: "Joker"
|
|
718
|
+
}),
|
|
719
|
+
20494: Object.freeze({
|
|
720
|
+
value: 20494,
|
|
721
|
+
enumName: "CraftyJoker",
|
|
722
|
+
displayName: "Crafty Joker",
|
|
723
|
+
category: "Joker"
|
|
724
|
+
}),
|
|
725
|
+
20495: Object.freeze({
|
|
726
|
+
value: 20495,
|
|
727
|
+
enumName: "HalfJoker",
|
|
728
|
+
displayName: "Half Joker",
|
|
729
|
+
category: "Joker"
|
|
730
|
+
}),
|
|
731
|
+
20496: Object.freeze({
|
|
732
|
+
value: 20496,
|
|
733
|
+
enumName: "CreditCard",
|
|
734
|
+
displayName: "Credit Card",
|
|
735
|
+
category: "Joker"
|
|
736
|
+
}),
|
|
737
|
+
20497: Object.freeze({
|
|
738
|
+
value: 20497,
|
|
739
|
+
enumName: "Banner",
|
|
740
|
+
displayName: "Banner",
|
|
741
|
+
category: "Joker"
|
|
742
|
+
}),
|
|
743
|
+
20498: Object.freeze({
|
|
744
|
+
value: 20498,
|
|
745
|
+
enumName: "MysticSummit",
|
|
746
|
+
displayName: "Mystic Summit",
|
|
747
|
+
category: "Joker"
|
|
748
|
+
}),
|
|
749
|
+
20499: Object.freeze({
|
|
750
|
+
value: 20499,
|
|
751
|
+
enumName: "EightBall",
|
|
752
|
+
displayName: "8 Ball",
|
|
753
|
+
category: "Joker"
|
|
754
|
+
}),
|
|
755
|
+
20500: Object.freeze({
|
|
756
|
+
value: 20500,
|
|
757
|
+
enumName: "Misprint",
|
|
758
|
+
displayName: "Misprint",
|
|
759
|
+
category: "Joker"
|
|
760
|
+
}),
|
|
761
|
+
20501: Object.freeze({
|
|
762
|
+
value: 20501,
|
|
763
|
+
enumName: "RaisedFist",
|
|
764
|
+
displayName: "Raised Fist",
|
|
765
|
+
category: "Joker"
|
|
766
|
+
}),
|
|
767
|
+
20502: Object.freeze({
|
|
768
|
+
value: 20502,
|
|
769
|
+
enumName: "ChaostheClown",
|
|
770
|
+
displayName: "Chaos the Clown",
|
|
771
|
+
category: "Joker"
|
|
772
|
+
}),
|
|
773
|
+
20503: Object.freeze({
|
|
774
|
+
value: 20503,
|
|
775
|
+
enumName: "ScaryFace",
|
|
776
|
+
displayName: "Scary Face",
|
|
777
|
+
category: "Joker"
|
|
778
|
+
}),
|
|
779
|
+
20504: Object.freeze({
|
|
780
|
+
value: 20504,
|
|
781
|
+
enumName: "AbstractJoker",
|
|
782
|
+
displayName: "Abstract Joker",
|
|
783
|
+
category: "Joker"
|
|
784
|
+
}),
|
|
785
|
+
20505: Object.freeze({
|
|
786
|
+
value: 20505,
|
|
787
|
+
enumName: "DelayedGratification",
|
|
788
|
+
displayName: "Delayed Gratification",
|
|
789
|
+
category: "Joker"
|
|
790
|
+
}),
|
|
791
|
+
20506: Object.freeze({
|
|
792
|
+
value: 20506,
|
|
793
|
+
enumName: "GrosMichel",
|
|
794
|
+
displayName: "Gros Michel",
|
|
795
|
+
category: "Joker"
|
|
796
|
+
}),
|
|
797
|
+
20507: Object.freeze({
|
|
798
|
+
value: 20507,
|
|
799
|
+
enumName: "EvenSteven",
|
|
800
|
+
displayName: "Even Steven",
|
|
801
|
+
category: "Joker"
|
|
802
|
+
}),
|
|
803
|
+
20508: Object.freeze({
|
|
804
|
+
value: 20508,
|
|
805
|
+
enumName: "OddTodd",
|
|
806
|
+
displayName: "Odd Todd",
|
|
807
|
+
category: "Joker"
|
|
808
|
+
}),
|
|
809
|
+
20509: Object.freeze({
|
|
810
|
+
value: 20509,
|
|
811
|
+
enumName: "Scholar",
|
|
812
|
+
displayName: "Scholar",
|
|
813
|
+
category: "Joker"
|
|
814
|
+
}),
|
|
815
|
+
20510: Object.freeze({
|
|
816
|
+
value: 20510,
|
|
817
|
+
enumName: "BusinessCard",
|
|
818
|
+
displayName: "Business Card",
|
|
819
|
+
category: "Joker"
|
|
820
|
+
}),
|
|
821
|
+
20511: Object.freeze({
|
|
822
|
+
value: 20511,
|
|
823
|
+
enumName: "Supernova",
|
|
824
|
+
displayName: "Supernova",
|
|
825
|
+
category: "Joker"
|
|
826
|
+
}),
|
|
827
|
+
20512: Object.freeze({
|
|
828
|
+
value: 20512,
|
|
829
|
+
enumName: "RideTheBus",
|
|
830
|
+
displayName: "Ride the Bus",
|
|
831
|
+
category: "Joker"
|
|
832
|
+
}),
|
|
833
|
+
20513: Object.freeze({
|
|
834
|
+
value: 20513,
|
|
835
|
+
enumName: "Egg",
|
|
836
|
+
displayName: "Egg",
|
|
837
|
+
category: "Joker"
|
|
838
|
+
}),
|
|
839
|
+
20514: Object.freeze({
|
|
840
|
+
value: 20514,
|
|
841
|
+
enumName: "Runner",
|
|
842
|
+
displayName: "Runner",
|
|
843
|
+
category: "Joker"
|
|
844
|
+
}),
|
|
845
|
+
20515: Object.freeze({
|
|
846
|
+
value: 20515,
|
|
847
|
+
enumName: "IceCream",
|
|
848
|
+
displayName: "Ice Cream",
|
|
849
|
+
category: "Joker"
|
|
850
|
+
}),
|
|
851
|
+
20516: Object.freeze({
|
|
852
|
+
value: 20516,
|
|
853
|
+
enumName: "Splash",
|
|
854
|
+
displayName: "Splash",
|
|
855
|
+
category: "Joker"
|
|
856
|
+
}),
|
|
857
|
+
20517: Object.freeze({
|
|
858
|
+
value: 20517,
|
|
859
|
+
enumName: "BlueJoker",
|
|
860
|
+
displayName: "Blue Joker",
|
|
861
|
+
category: "Joker"
|
|
862
|
+
}),
|
|
863
|
+
20518: Object.freeze({
|
|
864
|
+
value: 20518,
|
|
865
|
+
enumName: "FacelessJoker",
|
|
866
|
+
displayName: "Faceless Joker",
|
|
867
|
+
category: "Joker"
|
|
868
|
+
}),
|
|
869
|
+
20519: Object.freeze({
|
|
870
|
+
value: 20519,
|
|
871
|
+
enumName: "GreenJoker",
|
|
872
|
+
displayName: "Green Joker",
|
|
873
|
+
category: "Joker"
|
|
874
|
+
}),
|
|
875
|
+
20520: Object.freeze({
|
|
876
|
+
value: 20520,
|
|
877
|
+
enumName: "Superposition",
|
|
878
|
+
displayName: "Superposition",
|
|
879
|
+
category: "Joker"
|
|
880
|
+
}),
|
|
881
|
+
20521: Object.freeze({
|
|
882
|
+
value: 20521,
|
|
883
|
+
enumName: "ToDoList",
|
|
884
|
+
displayName: "To Do List",
|
|
885
|
+
category: "Joker"
|
|
886
|
+
}),
|
|
887
|
+
20522: Object.freeze({
|
|
888
|
+
value: 20522,
|
|
889
|
+
enumName: "Cavendish",
|
|
890
|
+
displayName: "Cavendish",
|
|
891
|
+
category: "Joker"
|
|
892
|
+
}),
|
|
893
|
+
20523: Object.freeze({
|
|
894
|
+
value: 20523,
|
|
895
|
+
enumName: "RedCard",
|
|
896
|
+
displayName: "Red Card",
|
|
897
|
+
category: "Joker"
|
|
898
|
+
}),
|
|
899
|
+
20524: Object.freeze({
|
|
900
|
+
value: 20524,
|
|
901
|
+
enumName: "SquareJoker",
|
|
902
|
+
displayName: "Square Joker",
|
|
903
|
+
category: "Joker"
|
|
904
|
+
}),
|
|
905
|
+
20525: Object.freeze({
|
|
906
|
+
value: 20525,
|
|
907
|
+
enumName: "RiffRaff",
|
|
908
|
+
displayName: "Riff-raff",
|
|
909
|
+
category: "Joker"
|
|
910
|
+
}),
|
|
911
|
+
20526: Object.freeze({
|
|
912
|
+
value: 20526,
|
|
913
|
+
enumName: "Photograph",
|
|
914
|
+
displayName: "Photograph",
|
|
915
|
+
category: "Joker"
|
|
916
|
+
}),
|
|
917
|
+
20527: Object.freeze({
|
|
918
|
+
value: 20527,
|
|
919
|
+
enumName: "ReservedParking",
|
|
920
|
+
displayName: "Reserved Parking",
|
|
921
|
+
category: "Joker"
|
|
922
|
+
}),
|
|
923
|
+
20528: Object.freeze({
|
|
924
|
+
value: 20528,
|
|
925
|
+
enumName: "MailInRebate",
|
|
926
|
+
displayName: "Mail In Rebate",
|
|
927
|
+
category: "Joker"
|
|
928
|
+
}),
|
|
929
|
+
20529: Object.freeze({
|
|
930
|
+
value: 20529,
|
|
931
|
+
enumName: "Hallucination",
|
|
932
|
+
displayName: "Hallucination",
|
|
933
|
+
category: "Joker"
|
|
934
|
+
}),
|
|
935
|
+
20530: Object.freeze({
|
|
936
|
+
value: 20530,
|
|
937
|
+
enumName: "FortuneTeller",
|
|
938
|
+
displayName: "Fortune Teller",
|
|
939
|
+
category: "Joker"
|
|
940
|
+
}),
|
|
941
|
+
20531: Object.freeze({
|
|
942
|
+
value: 20531,
|
|
943
|
+
enumName: "Juggler",
|
|
944
|
+
displayName: "Juggler",
|
|
945
|
+
category: "Joker"
|
|
946
|
+
}),
|
|
947
|
+
20532: Object.freeze({
|
|
948
|
+
value: 20532,
|
|
949
|
+
enumName: "Drunkard",
|
|
950
|
+
displayName: "Drunkard",
|
|
951
|
+
category: "Joker"
|
|
952
|
+
}),
|
|
953
|
+
20533: Object.freeze({
|
|
954
|
+
value: 20533,
|
|
955
|
+
enumName: "GoldenJoker",
|
|
956
|
+
displayName: "Golden Joker",
|
|
957
|
+
category: "Joker"
|
|
958
|
+
}),
|
|
959
|
+
20534: Object.freeze({
|
|
960
|
+
value: 20534,
|
|
961
|
+
enumName: "Popcorn",
|
|
962
|
+
displayName: "Popcorn",
|
|
963
|
+
category: "Joker"
|
|
964
|
+
}),
|
|
965
|
+
20535: Object.freeze({
|
|
966
|
+
value: 20535,
|
|
967
|
+
enumName: "WalkieTalkie",
|
|
968
|
+
displayName: "Walkie Talkie",
|
|
969
|
+
category: "Joker"
|
|
970
|
+
}),
|
|
971
|
+
20536: Object.freeze({
|
|
972
|
+
value: 20536,
|
|
973
|
+
enumName: "SmileyFace",
|
|
974
|
+
displayName: "Smiley Face",
|
|
975
|
+
category: "Joker"
|
|
976
|
+
}),
|
|
977
|
+
20537: Object.freeze({
|
|
978
|
+
value: 20537,
|
|
979
|
+
enumName: "GoldenTicket",
|
|
980
|
+
displayName: "Golden Ticket",
|
|
981
|
+
category: "Joker"
|
|
982
|
+
}),
|
|
983
|
+
20538: Object.freeze({
|
|
984
|
+
value: 20538,
|
|
985
|
+
enumName: "Swashbuckler",
|
|
986
|
+
displayName: "Swashbuckler",
|
|
987
|
+
category: "Joker"
|
|
988
|
+
}),
|
|
989
|
+
20539: Object.freeze({
|
|
990
|
+
value: 20539,
|
|
991
|
+
enumName: "HangingChad",
|
|
992
|
+
displayName: "Hanging Chad",
|
|
993
|
+
category: "Joker"
|
|
994
|
+
}),
|
|
995
|
+
20540: Object.freeze({
|
|
996
|
+
value: 20540,
|
|
997
|
+
enumName: "ShootTheMoon",
|
|
998
|
+
displayName: "Shoot the Moon",
|
|
999
|
+
category: "Joker"
|
|
1000
|
+
}),
|
|
1001
|
+
21504: Object.freeze({
|
|
1002
|
+
value: 21504,
|
|
1003
|
+
enumName: "JokerStencil",
|
|
1004
|
+
displayName: "Joker Stencil",
|
|
1005
|
+
category: "Joker"
|
|
1006
|
+
}),
|
|
1007
|
+
21505: Object.freeze({
|
|
1008
|
+
value: 21505,
|
|
1009
|
+
enumName: "FourFingers",
|
|
1010
|
+
displayName: "Four Fingers",
|
|
1011
|
+
category: "Joker"
|
|
1012
|
+
}),
|
|
1013
|
+
21506: Object.freeze({
|
|
1014
|
+
value: 21506,
|
|
1015
|
+
enumName: "Mime",
|
|
1016
|
+
displayName: "Mime",
|
|
1017
|
+
category: "Joker"
|
|
1018
|
+
}),
|
|
1019
|
+
21507: Object.freeze({
|
|
1020
|
+
value: 21507,
|
|
1021
|
+
enumName: "CeremonialDagger",
|
|
1022
|
+
displayName: "Ceremonial Dagger",
|
|
1023
|
+
category: "Joker"
|
|
1024
|
+
}),
|
|
1025
|
+
21508: Object.freeze({
|
|
1026
|
+
value: 21508,
|
|
1027
|
+
enumName: "MarbleJoker",
|
|
1028
|
+
displayName: "Marble Joker",
|
|
1029
|
+
category: "Joker"
|
|
1030
|
+
}),
|
|
1031
|
+
21509: Object.freeze({
|
|
1032
|
+
value: 21509,
|
|
1033
|
+
enumName: "LoyaltyCard",
|
|
1034
|
+
displayName: "Loyalty Card",
|
|
1035
|
+
category: "Joker"
|
|
1036
|
+
}),
|
|
1037
|
+
21510: Object.freeze({
|
|
1038
|
+
value: 21510,
|
|
1039
|
+
enumName: "Dusk",
|
|
1040
|
+
displayName: "Dusk",
|
|
1041
|
+
category: "Joker"
|
|
1042
|
+
}),
|
|
1043
|
+
21511: Object.freeze({
|
|
1044
|
+
value: 21511,
|
|
1045
|
+
enumName: "Fibonacci",
|
|
1046
|
+
displayName: "Fibonacci",
|
|
1047
|
+
category: "Joker"
|
|
1048
|
+
}),
|
|
1049
|
+
21512: Object.freeze({
|
|
1050
|
+
value: 21512,
|
|
1051
|
+
enumName: "SteelJoker",
|
|
1052
|
+
displayName: "Steel Joker",
|
|
1053
|
+
category: "Joker"
|
|
1054
|
+
}),
|
|
1055
|
+
21513: Object.freeze({
|
|
1056
|
+
value: 21513,
|
|
1057
|
+
enumName: "Hack",
|
|
1058
|
+
displayName: "Hack",
|
|
1059
|
+
category: "Joker"
|
|
1060
|
+
}),
|
|
1061
|
+
21514: Object.freeze({
|
|
1062
|
+
value: 21514,
|
|
1063
|
+
enumName: "Pareidolia",
|
|
1064
|
+
displayName: "Pareidolia",
|
|
1065
|
+
category: "Joker"
|
|
1066
|
+
}),
|
|
1067
|
+
21515: Object.freeze({
|
|
1068
|
+
value: 21515,
|
|
1069
|
+
enumName: "SpaceJoker",
|
|
1070
|
+
displayName: "Space Joker",
|
|
1071
|
+
category: "Joker"
|
|
1072
|
+
}),
|
|
1073
|
+
21516: Object.freeze({
|
|
1074
|
+
value: 21516,
|
|
1075
|
+
enumName: "Burglar",
|
|
1076
|
+
displayName: "Burglar",
|
|
1077
|
+
category: "Joker"
|
|
1078
|
+
}),
|
|
1079
|
+
21517: Object.freeze({
|
|
1080
|
+
value: 21517,
|
|
1081
|
+
enumName: "Blackboard",
|
|
1082
|
+
displayName: "Blackboard",
|
|
1083
|
+
category: "Joker"
|
|
1084
|
+
}),
|
|
1085
|
+
21518: Object.freeze({
|
|
1086
|
+
value: 21518,
|
|
1087
|
+
enumName: "SixthSense",
|
|
1088
|
+
displayName: "Sixth Sense",
|
|
1089
|
+
category: "Joker"
|
|
1090
|
+
}),
|
|
1091
|
+
21519: Object.freeze({
|
|
1092
|
+
value: 21519,
|
|
1093
|
+
enumName: "Constellation",
|
|
1094
|
+
displayName: "Constellation",
|
|
1095
|
+
category: "Joker"
|
|
1096
|
+
}),
|
|
1097
|
+
21520: Object.freeze({
|
|
1098
|
+
value: 21520,
|
|
1099
|
+
enumName: "Hiker",
|
|
1100
|
+
displayName: "Hiker",
|
|
1101
|
+
category: "Joker"
|
|
1102
|
+
}),
|
|
1103
|
+
21521: Object.freeze({
|
|
1104
|
+
value: 21521,
|
|
1105
|
+
enumName: "CardSharp",
|
|
1106
|
+
displayName: "Card Sharp",
|
|
1107
|
+
category: "Joker"
|
|
1108
|
+
}),
|
|
1109
|
+
21522: Object.freeze({
|
|
1110
|
+
value: 21522,
|
|
1111
|
+
enumName: "Madness",
|
|
1112
|
+
displayName: "Madness",
|
|
1113
|
+
category: "Joker"
|
|
1114
|
+
}),
|
|
1115
|
+
21523: Object.freeze({
|
|
1116
|
+
value: 21523,
|
|
1117
|
+
enumName: "Seance",
|
|
1118
|
+
displayName: "Seance",
|
|
1119
|
+
category: "Joker"
|
|
1120
|
+
}),
|
|
1121
|
+
21524: Object.freeze({
|
|
1122
|
+
value: 21524,
|
|
1123
|
+
enumName: "Vampire",
|
|
1124
|
+
displayName: "Vampire",
|
|
1125
|
+
category: "Joker"
|
|
1126
|
+
}),
|
|
1127
|
+
21525: Object.freeze({
|
|
1128
|
+
value: 21525,
|
|
1129
|
+
enumName: "Shortcut",
|
|
1130
|
+
displayName: "Shortcut",
|
|
1131
|
+
category: "Joker"
|
|
1132
|
+
}),
|
|
1133
|
+
21526: Object.freeze({
|
|
1134
|
+
value: 21526,
|
|
1135
|
+
enumName: "Hologram",
|
|
1136
|
+
displayName: "Hologram",
|
|
1137
|
+
category: "Joker"
|
|
1138
|
+
}),
|
|
1139
|
+
21527: Object.freeze({
|
|
1140
|
+
value: 21527,
|
|
1141
|
+
enumName: "Cloud9",
|
|
1142
|
+
displayName: "Cloud 9",
|
|
1143
|
+
category: "Joker"
|
|
1144
|
+
}),
|
|
1145
|
+
21528: Object.freeze({
|
|
1146
|
+
value: 21528,
|
|
1147
|
+
enumName: "Rocket",
|
|
1148
|
+
displayName: "Rocket",
|
|
1149
|
+
category: "Joker"
|
|
1150
|
+
}),
|
|
1151
|
+
21529: Object.freeze({
|
|
1152
|
+
value: 21529,
|
|
1153
|
+
enumName: "MidasMask",
|
|
1154
|
+
displayName: "Midas Mask",
|
|
1155
|
+
category: "Joker"
|
|
1156
|
+
}),
|
|
1157
|
+
21530: Object.freeze({
|
|
1158
|
+
value: 21530,
|
|
1159
|
+
enumName: "Luchador",
|
|
1160
|
+
displayName: "Luchador",
|
|
1161
|
+
category: "Joker"
|
|
1162
|
+
}),
|
|
1163
|
+
21531: Object.freeze({
|
|
1164
|
+
value: 21531,
|
|
1165
|
+
enumName: "GiftCard",
|
|
1166
|
+
displayName: "Gift Card",
|
|
1167
|
+
category: "Joker"
|
|
1168
|
+
}),
|
|
1169
|
+
21532: Object.freeze({
|
|
1170
|
+
value: 21532,
|
|
1171
|
+
enumName: "TurtleBean",
|
|
1172
|
+
displayName: "Turtle Bean",
|
|
1173
|
+
category: "Joker"
|
|
1174
|
+
}),
|
|
1175
|
+
21533: Object.freeze({
|
|
1176
|
+
value: 21533,
|
|
1177
|
+
enumName: "Erosion",
|
|
1178
|
+
displayName: "Erosion",
|
|
1179
|
+
category: "Joker"
|
|
1180
|
+
}),
|
|
1181
|
+
21534: Object.freeze({
|
|
1182
|
+
value: 21534,
|
|
1183
|
+
enumName: "ToTheMoon",
|
|
1184
|
+
displayName: "To the Moon",
|
|
1185
|
+
category: "Joker"
|
|
1186
|
+
}),
|
|
1187
|
+
21535: Object.freeze({
|
|
1188
|
+
value: 21535,
|
|
1189
|
+
enumName: "StoneJoker",
|
|
1190
|
+
displayName: "Stone Joker",
|
|
1191
|
+
category: "Joker"
|
|
1192
|
+
}),
|
|
1193
|
+
21536: Object.freeze({
|
|
1194
|
+
value: 21536,
|
|
1195
|
+
enumName: "LuckyCat",
|
|
1196
|
+
displayName: "Lucky Cat",
|
|
1197
|
+
category: "Joker"
|
|
1198
|
+
}),
|
|
1199
|
+
21537: Object.freeze({
|
|
1200
|
+
value: 21537,
|
|
1201
|
+
enumName: "Bull",
|
|
1202
|
+
displayName: "Bull",
|
|
1203
|
+
category: "Joker"
|
|
1204
|
+
}),
|
|
1205
|
+
21538: Object.freeze({
|
|
1206
|
+
value: 21538,
|
|
1207
|
+
enumName: "DietCola",
|
|
1208
|
+
displayName: "Diet Cola",
|
|
1209
|
+
category: "Joker"
|
|
1210
|
+
}),
|
|
1211
|
+
21539: Object.freeze({
|
|
1212
|
+
value: 21539,
|
|
1213
|
+
enumName: "TradingCard",
|
|
1214
|
+
displayName: "Trading Card",
|
|
1215
|
+
category: "Joker"
|
|
1216
|
+
}),
|
|
1217
|
+
21540: Object.freeze({
|
|
1218
|
+
value: 21540,
|
|
1219
|
+
enumName: "FlashCard",
|
|
1220
|
+
displayName: "Flash Card",
|
|
1221
|
+
category: "Joker"
|
|
1222
|
+
}),
|
|
1223
|
+
21541: Object.freeze({
|
|
1224
|
+
value: 21541,
|
|
1225
|
+
enumName: "SpareTrousers",
|
|
1226
|
+
displayName: "Spare Trousers",
|
|
1227
|
+
category: "Joker"
|
|
1228
|
+
}),
|
|
1229
|
+
21542: Object.freeze({
|
|
1230
|
+
value: 21542,
|
|
1231
|
+
enumName: "Ramen",
|
|
1232
|
+
displayName: "Ramen",
|
|
1233
|
+
category: "Joker"
|
|
1234
|
+
}),
|
|
1235
|
+
21543: Object.freeze({
|
|
1236
|
+
value: 21543,
|
|
1237
|
+
enumName: "Seltzer",
|
|
1238
|
+
displayName: "Seltzer",
|
|
1239
|
+
category: "Joker"
|
|
1240
|
+
}),
|
|
1241
|
+
21544: Object.freeze({
|
|
1242
|
+
value: 21544,
|
|
1243
|
+
enumName: "Castle",
|
|
1244
|
+
displayName: "Castle",
|
|
1245
|
+
category: "Joker"
|
|
1246
|
+
}),
|
|
1247
|
+
21545: Object.freeze({
|
|
1248
|
+
value: 21545,
|
|
1249
|
+
enumName: "MrBones",
|
|
1250
|
+
displayName: "Mr. Bones",
|
|
1251
|
+
category: "Joker"
|
|
1252
|
+
}),
|
|
1253
|
+
21546: Object.freeze({
|
|
1254
|
+
value: 21546,
|
|
1255
|
+
enumName: "Acrobat",
|
|
1256
|
+
displayName: "Acrobat",
|
|
1257
|
+
category: "Joker"
|
|
1258
|
+
}),
|
|
1259
|
+
21547: Object.freeze({
|
|
1260
|
+
value: 21547,
|
|
1261
|
+
enumName: "SockAndBuskin",
|
|
1262
|
+
displayName: "Sock and Buskin",
|
|
1263
|
+
category: "Joker"
|
|
1264
|
+
}),
|
|
1265
|
+
21548: Object.freeze({
|
|
1266
|
+
value: 21548,
|
|
1267
|
+
enumName: "Troubadour",
|
|
1268
|
+
displayName: "Troubadour",
|
|
1269
|
+
category: "Joker"
|
|
1270
|
+
}),
|
|
1271
|
+
21549: Object.freeze({
|
|
1272
|
+
value: 21549,
|
|
1273
|
+
enumName: "Certificate",
|
|
1274
|
+
displayName: "Certificate",
|
|
1275
|
+
category: "Joker"
|
|
1276
|
+
}),
|
|
1277
|
+
21550: Object.freeze({
|
|
1278
|
+
value: 21550,
|
|
1279
|
+
enumName: "SmearedJoker",
|
|
1280
|
+
displayName: "Smeared Joker",
|
|
1281
|
+
category: "Joker"
|
|
1282
|
+
}),
|
|
1283
|
+
21551: Object.freeze({
|
|
1284
|
+
value: 21551,
|
|
1285
|
+
enumName: "Throwback",
|
|
1286
|
+
displayName: "Throwback",
|
|
1287
|
+
category: "Joker"
|
|
1288
|
+
}),
|
|
1289
|
+
21552: Object.freeze({
|
|
1290
|
+
value: 21552,
|
|
1291
|
+
enumName: "RoughGem",
|
|
1292
|
+
displayName: "Rough Gem",
|
|
1293
|
+
category: "Joker"
|
|
1294
|
+
}),
|
|
1295
|
+
21553: Object.freeze({
|
|
1296
|
+
value: 21553,
|
|
1297
|
+
enumName: "Bloodstone",
|
|
1298
|
+
displayName: "Bloodstone",
|
|
1299
|
+
category: "Joker"
|
|
1300
|
+
}),
|
|
1301
|
+
21554: Object.freeze({
|
|
1302
|
+
value: 21554,
|
|
1303
|
+
enumName: "Arrowhead",
|
|
1304
|
+
displayName: "Arrowhead",
|
|
1305
|
+
category: "Joker"
|
|
1306
|
+
}),
|
|
1307
|
+
21555: Object.freeze({
|
|
1308
|
+
value: 21555,
|
|
1309
|
+
enumName: "OnyxAgate",
|
|
1310
|
+
displayName: "Onyx Agate",
|
|
1311
|
+
category: "Joker"
|
|
1312
|
+
}),
|
|
1313
|
+
21556: Object.freeze({
|
|
1314
|
+
value: 21556,
|
|
1315
|
+
enumName: "GlassJoker",
|
|
1316
|
+
displayName: "Glass Joker",
|
|
1317
|
+
category: "Joker"
|
|
1318
|
+
}),
|
|
1319
|
+
21557: Object.freeze({
|
|
1320
|
+
value: 21557,
|
|
1321
|
+
enumName: "Showman",
|
|
1322
|
+
displayName: "Showman",
|
|
1323
|
+
category: "Joker"
|
|
1324
|
+
}),
|
|
1325
|
+
21558: Object.freeze({
|
|
1326
|
+
value: 21558,
|
|
1327
|
+
enumName: "FlowerPot",
|
|
1328
|
+
displayName: "Flower Pot",
|
|
1329
|
+
category: "Joker"
|
|
1330
|
+
}),
|
|
1331
|
+
21559: Object.freeze({
|
|
1332
|
+
value: 21559,
|
|
1333
|
+
enumName: "MerryAndy",
|
|
1334
|
+
displayName: "Merry Andy",
|
|
1335
|
+
category: "Joker"
|
|
1336
|
+
}),
|
|
1337
|
+
21560: Object.freeze({
|
|
1338
|
+
value: 21560,
|
|
1339
|
+
enumName: "OopsAll6s",
|
|
1340
|
+
displayName: "Oops! All 6s",
|
|
1341
|
+
category: "Joker"
|
|
1342
|
+
}),
|
|
1343
|
+
21561: Object.freeze({
|
|
1344
|
+
value: 21561,
|
|
1345
|
+
enumName: "TheIdol",
|
|
1346
|
+
displayName: "The Idol",
|
|
1347
|
+
category: "Joker"
|
|
1348
|
+
}),
|
|
1349
|
+
21562: Object.freeze({
|
|
1350
|
+
value: 21562,
|
|
1351
|
+
enumName: "SeeingDouble",
|
|
1352
|
+
displayName: "Seeing Double",
|
|
1353
|
+
category: "Joker"
|
|
1354
|
+
}),
|
|
1355
|
+
21563: Object.freeze({
|
|
1356
|
+
value: 21563,
|
|
1357
|
+
enumName: "Matador",
|
|
1358
|
+
displayName: "Matador",
|
|
1359
|
+
category: "Joker"
|
|
1360
|
+
}),
|
|
1361
|
+
21564: Object.freeze({
|
|
1362
|
+
value: 21564,
|
|
1363
|
+
enumName: "Satellite",
|
|
1364
|
+
displayName: "Satellite",
|
|
1365
|
+
category: "Joker"
|
|
1366
|
+
}),
|
|
1367
|
+
21565: Object.freeze({
|
|
1368
|
+
value: 21565,
|
|
1369
|
+
enumName: "Cartomancer",
|
|
1370
|
+
displayName: "Cartomancer",
|
|
1371
|
+
category: "Joker"
|
|
1372
|
+
}),
|
|
1373
|
+
21566: Object.freeze({
|
|
1374
|
+
value: 21566,
|
|
1375
|
+
enumName: "Astronomer",
|
|
1376
|
+
displayName: "Astronomer",
|
|
1377
|
+
category: "Joker"
|
|
1378
|
+
}),
|
|
1379
|
+
21567: Object.freeze({
|
|
1380
|
+
value: 21567,
|
|
1381
|
+
enumName: "Bootstraps",
|
|
1382
|
+
displayName: "Bootstraps",
|
|
1383
|
+
category: "Joker"
|
|
1384
|
+
}),
|
|
1385
|
+
22528: Object.freeze({
|
|
1386
|
+
value: 22528,
|
|
1387
|
+
enumName: "DNA",
|
|
1388
|
+
displayName: "DNA",
|
|
1389
|
+
category: "Joker"
|
|
1390
|
+
}),
|
|
1391
|
+
22529: Object.freeze({
|
|
1392
|
+
value: 22529,
|
|
1393
|
+
enumName: "Vagabond",
|
|
1394
|
+
displayName: "Vagabond",
|
|
1395
|
+
category: "Joker"
|
|
1396
|
+
}),
|
|
1397
|
+
22530: Object.freeze({
|
|
1398
|
+
value: 22530,
|
|
1399
|
+
enumName: "Baron",
|
|
1400
|
+
displayName: "Baron",
|
|
1401
|
+
category: "Joker"
|
|
1402
|
+
}),
|
|
1403
|
+
22531: Object.freeze({
|
|
1404
|
+
value: 22531,
|
|
1405
|
+
enumName: "Obelisk",
|
|
1406
|
+
displayName: "Obelisk",
|
|
1407
|
+
category: "Joker"
|
|
1408
|
+
}),
|
|
1409
|
+
22532: Object.freeze({
|
|
1410
|
+
value: 22532,
|
|
1411
|
+
enumName: "BaseballCard",
|
|
1412
|
+
displayName: "Baseball Card",
|
|
1413
|
+
category: "Joker"
|
|
1414
|
+
}),
|
|
1415
|
+
22533: Object.freeze({
|
|
1416
|
+
value: 22533,
|
|
1417
|
+
enumName: "AncientJoker",
|
|
1418
|
+
displayName: "Ancient Joker",
|
|
1419
|
+
category: "Joker"
|
|
1420
|
+
}),
|
|
1421
|
+
22534: Object.freeze({
|
|
1422
|
+
value: 22534,
|
|
1423
|
+
enumName: "Campfire",
|
|
1424
|
+
displayName: "Campfire",
|
|
1425
|
+
category: "Joker"
|
|
1426
|
+
}),
|
|
1427
|
+
22535: Object.freeze({
|
|
1428
|
+
value: 22535,
|
|
1429
|
+
enumName: "Blueprint",
|
|
1430
|
+
displayName: "Blueprint",
|
|
1431
|
+
category: "Joker"
|
|
1432
|
+
}),
|
|
1433
|
+
22536: Object.freeze({
|
|
1434
|
+
value: 22536,
|
|
1435
|
+
enumName: "WeeJoker",
|
|
1436
|
+
displayName: "Wee Joker",
|
|
1437
|
+
category: "Joker"
|
|
1438
|
+
}),
|
|
1439
|
+
22537: Object.freeze({
|
|
1440
|
+
value: 22537,
|
|
1441
|
+
enumName: "HitTheRoad",
|
|
1442
|
+
displayName: "Hit the Road",
|
|
1443
|
+
category: "Joker"
|
|
1444
|
+
}),
|
|
1445
|
+
22538: Object.freeze({
|
|
1446
|
+
value: 22538,
|
|
1447
|
+
enumName: "TheDuo",
|
|
1448
|
+
displayName: "The Duo",
|
|
1449
|
+
category: "Joker"
|
|
1450
|
+
}),
|
|
1451
|
+
22539: Object.freeze({
|
|
1452
|
+
value: 22539,
|
|
1453
|
+
enumName: "TheTrio",
|
|
1454
|
+
displayName: "The Trio",
|
|
1455
|
+
category: "Joker"
|
|
1456
|
+
}),
|
|
1457
|
+
22540: Object.freeze({
|
|
1458
|
+
value: 22540,
|
|
1459
|
+
enumName: "TheFamily",
|
|
1460
|
+
displayName: "The Family",
|
|
1461
|
+
category: "Joker"
|
|
1462
|
+
}),
|
|
1463
|
+
22541: Object.freeze({
|
|
1464
|
+
value: 22541,
|
|
1465
|
+
enumName: "TheOrder",
|
|
1466
|
+
displayName: "The Order",
|
|
1467
|
+
category: "Joker"
|
|
1468
|
+
}),
|
|
1469
|
+
22542: Object.freeze({
|
|
1470
|
+
value: 22542,
|
|
1471
|
+
enumName: "TheTribe",
|
|
1472
|
+
displayName: "The Tribe",
|
|
1473
|
+
category: "Joker"
|
|
1474
|
+
}),
|
|
1475
|
+
22543: Object.freeze({
|
|
1476
|
+
value: 22543,
|
|
1477
|
+
enumName: "Stuntman",
|
|
1478
|
+
displayName: "Stuntman",
|
|
1479
|
+
category: "Joker"
|
|
1480
|
+
}),
|
|
1481
|
+
22544: Object.freeze({
|
|
1482
|
+
value: 22544,
|
|
1483
|
+
enumName: "InvisibleJoker",
|
|
1484
|
+
displayName: "Invisible Joker",
|
|
1485
|
+
category: "Joker"
|
|
1486
|
+
}),
|
|
1487
|
+
22545: Object.freeze({
|
|
1488
|
+
value: 22545,
|
|
1489
|
+
enumName: "Brainstorm",
|
|
1490
|
+
displayName: "Brainstorm",
|
|
1491
|
+
category: "Joker"
|
|
1492
|
+
}),
|
|
1493
|
+
22546: Object.freeze({
|
|
1494
|
+
value: 22546,
|
|
1495
|
+
enumName: "DriversLicense",
|
|
1496
|
+
displayName: "Driver's License",
|
|
1497
|
+
category: "Joker"
|
|
1498
|
+
}),
|
|
1499
|
+
22547: Object.freeze({
|
|
1500
|
+
value: 22547,
|
|
1501
|
+
enumName: "BurntJoker",
|
|
1502
|
+
displayName: "Burnt Joker",
|
|
1503
|
+
category: "Joker"
|
|
1504
|
+
}),
|
|
1505
|
+
23552: Object.freeze({
|
|
1506
|
+
value: 23552,
|
|
1507
|
+
enumName: "Canio",
|
|
1508
|
+
displayName: "Canio",
|
|
1509
|
+
category: "Joker"
|
|
1510
|
+
}),
|
|
1511
|
+
23553: Object.freeze({
|
|
1512
|
+
value: 23553,
|
|
1513
|
+
enumName: "Triboulet",
|
|
1514
|
+
displayName: "Triboulet",
|
|
1515
|
+
category: "Joker"
|
|
1516
|
+
}),
|
|
1517
|
+
23554: Object.freeze({
|
|
1518
|
+
value: 23554,
|
|
1519
|
+
enumName: "Yorick",
|
|
1520
|
+
displayName: "Yorick",
|
|
1521
|
+
category: "Joker"
|
|
1522
|
+
}),
|
|
1523
|
+
23555: Object.freeze({
|
|
1524
|
+
value: 23555,
|
|
1525
|
+
enumName: "Chicot",
|
|
1526
|
+
displayName: "Chicot",
|
|
1527
|
+
category: "Joker"
|
|
1528
|
+
}),
|
|
1529
|
+
23556: Object.freeze({
|
|
1530
|
+
value: 23556,
|
|
1531
|
+
enumName: "Perkeo",
|
|
1532
|
+
displayName: "Perkeo",
|
|
1533
|
+
category: "Joker"
|
|
1534
|
+
}),
|
|
1535
|
+
61440: Object.freeze({
|
|
1536
|
+
value: 61440,
|
|
1537
|
+
enumName: "Invalid",
|
|
1538
|
+
displayName: "Invalid",
|
|
1539
|
+
category: "Invalid"
|
|
1540
|
+
}),
|
|
1541
|
+
61441: Object.freeze({
|
|
1542
|
+
value: 61441,
|
|
1543
|
+
enumName: "NotImplemented",
|
|
1544
|
+
displayName: "Not Implemented",
|
|
1545
|
+
category: "Invalid"
|
|
1546
|
+
}),
|
|
1547
|
+
61442: Object.freeze({
|
|
1548
|
+
value: 61442,
|
|
1549
|
+
enumName: "JokerExcludedByStream",
|
|
1550
|
+
displayName: "Joker Excluded By Stream",
|
|
1551
|
+
category: "Invalid"
|
|
1552
|
+
}),
|
|
1553
|
+
61443: Object.freeze({
|
|
1554
|
+
value: 61443,
|
|
1555
|
+
enumName: "PlanetExcludedByStream",
|
|
1556
|
+
displayName: "Planet Excluded By Stream",
|
|
1557
|
+
category: "Invalid"
|
|
1558
|
+
}),
|
|
1559
|
+
61444: Object.freeze({
|
|
1560
|
+
value: 61444,
|
|
1561
|
+
enumName: "TarotExcludedByStream",
|
|
1562
|
+
displayName: "Tarot Excluded By Stream",
|
|
1563
|
+
category: "Invalid"
|
|
1564
|
+
}),
|
|
1565
|
+
61445: Object.freeze({
|
|
1566
|
+
value: 61445,
|
|
1567
|
+
enumName: "SpectralExcludedByStream",
|
|
1568
|
+
displayName: "Spectral Excluded By Stream",
|
|
1569
|
+
category: "Invalid"
|
|
1570
|
+
})
|
|
1571
|
+
});
|
|
1572
|
+
Object.freeze({
|
|
1573
|
+
AbstractJoker: v[20504],
|
|
1574
|
+
AceOfClubs: v[4108],
|
|
1575
|
+
AceOfDiamonds: v[4124],
|
|
1576
|
+
AceOfHearts: v[4140],
|
|
1577
|
+
AceOfSpades: v[4156],
|
|
1578
|
+
Acrobat: v[21546],
|
|
1579
|
+
AncientJoker: v[22533],
|
|
1580
|
+
Ankh: v[8202],
|
|
1581
|
+
Arrowhead: v[21554],
|
|
1582
|
+
Astronomer: v[21566],
|
|
1583
|
+
Aura: v[8196],
|
|
1584
|
+
Banner: v[20497],
|
|
1585
|
+
Baron: v[22530],
|
|
1586
|
+
BaseballCard: v[22532],
|
|
1587
|
+
BlackHole: v[8209],
|
|
1588
|
+
Blackboard: v[21517],
|
|
1589
|
+
Bloodstone: v[21553],
|
|
1590
|
+
BlueJoker: v[20517],
|
|
1591
|
+
Blueprint: v[22535],
|
|
1592
|
+
Bootstraps: v[21567],
|
|
1593
|
+
Brainstorm: v[22545],
|
|
1594
|
+
Bull: v[21537],
|
|
1595
|
+
Burglar: v[21516],
|
|
1596
|
+
BurntJoker: v[22547],
|
|
1597
|
+
BusinessCard: v[20510],
|
|
1598
|
+
Campfire: v[22534],
|
|
1599
|
+
Canio: v[23552],
|
|
1600
|
+
CardSharp: v[21521],
|
|
1601
|
+
Cartomancer: v[21565],
|
|
1602
|
+
Castle: v[21544],
|
|
1603
|
+
Cavendish: v[20522],
|
|
1604
|
+
CeremonialDagger: v[21507],
|
|
1605
|
+
Ceres: v[16394],
|
|
1606
|
+
Certificate: v[21549],
|
|
1607
|
+
ChaostheClown: v[20502],
|
|
1608
|
+
Chicot: v[23555],
|
|
1609
|
+
CleverJoker: v[20492],
|
|
1610
|
+
Cloud9: v[21527],
|
|
1611
|
+
Constellation: v[21519],
|
|
1612
|
+
CraftyJoker: v[20494],
|
|
1613
|
+
CrazyJoker: v[20488],
|
|
1614
|
+
CreditCard: v[20496],
|
|
1615
|
+
Cryptid: v[8207],
|
|
1616
|
+
DNA: v[22528],
|
|
1617
|
+
Death: v[12301],
|
|
1618
|
+
DejaVu: v[8203],
|
|
1619
|
+
DelayedGratification: v[20505],
|
|
1620
|
+
DeviousJoker: v[20493],
|
|
1621
|
+
DietCola: v[21538],
|
|
1622
|
+
DriversLicense: v[22546],
|
|
1623
|
+
DrollJoker: v[20489],
|
|
1624
|
+
Drunkard: v[20532],
|
|
1625
|
+
Dusk: v[21510],
|
|
1626
|
+
Earth: v[16386],
|
|
1627
|
+
Ectoplasm: v[8200],
|
|
1628
|
+
Egg: v[20513],
|
|
1629
|
+
EightBall: v[20499],
|
|
1630
|
+
EightOfClubs: v[4102],
|
|
1631
|
+
EightOfDiamonds: v[4118],
|
|
1632
|
+
EightOfHearts: v[4134],
|
|
1633
|
+
EightOfSpades: v[4150],
|
|
1634
|
+
Eris: v[16395],
|
|
1635
|
+
Erosion: v[21533],
|
|
1636
|
+
EvenSteven: v[20507],
|
|
1637
|
+
FacelessJoker: v[20518],
|
|
1638
|
+
Familiar: v[8192],
|
|
1639
|
+
Fibonacci: v[21511],
|
|
1640
|
+
FiveOfClubs: v[4099],
|
|
1641
|
+
FiveOfDiamonds: v[4115],
|
|
1642
|
+
FiveOfHearts: v[4131],
|
|
1643
|
+
FiveOfSpades: v[4147],
|
|
1644
|
+
FlashCard: v[21540],
|
|
1645
|
+
FlowerPot: v[21558],
|
|
1646
|
+
FortuneTeller: v[20530],
|
|
1647
|
+
FourFingers: v[21505],
|
|
1648
|
+
FourOfClubs: v[4098],
|
|
1649
|
+
FourOfDiamonds: v[4114],
|
|
1650
|
+
FourOfHearts: v[4130],
|
|
1651
|
+
FourOfSpades: v[4146],
|
|
1652
|
+
GiftCard: v[21531],
|
|
1653
|
+
GlassJoker: v[21556],
|
|
1654
|
+
GluttonousJoker: v[20484],
|
|
1655
|
+
GoldenJoker: v[20533],
|
|
1656
|
+
GoldenTicket: v[20537],
|
|
1657
|
+
GreedyJoker: v[20481],
|
|
1658
|
+
GreenJoker: v[20519],
|
|
1659
|
+
Grim: v[8193],
|
|
1660
|
+
GrosMichel: v[20506],
|
|
1661
|
+
Hack: v[21513],
|
|
1662
|
+
HalfJoker: v[20495],
|
|
1663
|
+
Hallucination: v[20529],
|
|
1664
|
+
HangingChad: v[20539],
|
|
1665
|
+
Hex: v[8204],
|
|
1666
|
+
Hiker: v[21520],
|
|
1667
|
+
HitTheRoad: v[22537],
|
|
1668
|
+
Hologram: v[21526],
|
|
1669
|
+
IceCream: v[20515],
|
|
1670
|
+
Immolate: v[8201],
|
|
1671
|
+
Incantation: v[8194],
|
|
1672
|
+
Invalid: v[61440],
|
|
1673
|
+
InvisibleJoker: v[22544],
|
|
1674
|
+
JackOfClubs: v[4105],
|
|
1675
|
+
JackOfDiamonds: v[4121],
|
|
1676
|
+
JackOfHearts: v[4137],
|
|
1677
|
+
JackOfSpades: v[4153],
|
|
1678
|
+
Joker: v[20480],
|
|
1679
|
+
JokerExcludedByStream: v[61442],
|
|
1680
|
+
JokerStencil: v[21504],
|
|
1681
|
+
JollyJoker: v[20485],
|
|
1682
|
+
Judgement: v[12308],
|
|
1683
|
+
Juggler: v[20531],
|
|
1684
|
+
Jupiter: v[16388],
|
|
1685
|
+
Justice: v[12296],
|
|
1686
|
+
KingOfClubs: v[4107],
|
|
1687
|
+
KingOfDiamonds: v[4123],
|
|
1688
|
+
KingOfHearts: v[4139],
|
|
1689
|
+
KingOfSpades: v[4155],
|
|
1690
|
+
LoyaltyCard: v[21509],
|
|
1691
|
+
Luchador: v[21530],
|
|
1692
|
+
LuckyCat: v[21536],
|
|
1693
|
+
LustyJoker: v[20482],
|
|
1694
|
+
MadJoker: v[20487],
|
|
1695
|
+
Madness: v[21522],
|
|
1696
|
+
MailInRebate: v[20528],
|
|
1697
|
+
MarbleJoker: v[21508],
|
|
1698
|
+
Mars: v[16387],
|
|
1699
|
+
Matador: v[21563],
|
|
1700
|
+
Medium: v[8206],
|
|
1701
|
+
Mercury: v[16384],
|
|
1702
|
+
MerryAndy: v[21559],
|
|
1703
|
+
MidasMask: v[21529],
|
|
1704
|
+
Mime: v[21506],
|
|
1705
|
+
Misprint: v[20500],
|
|
1706
|
+
MrBones: v[21545],
|
|
1707
|
+
MysticSummit: v[20498],
|
|
1708
|
+
Neptune: v[16391],
|
|
1709
|
+
NineOfClubs: v[4103],
|
|
1710
|
+
NineOfDiamonds: v[4119],
|
|
1711
|
+
NineOfHearts: v[4135],
|
|
1712
|
+
NineOfSpades: v[4151],
|
|
1713
|
+
NotImplemented: v[61441],
|
|
1714
|
+
Obelisk: v[22531],
|
|
1715
|
+
OddTodd: v[20508],
|
|
1716
|
+
OnyxAgate: v[21555],
|
|
1717
|
+
OopsAll6s: v[21560],
|
|
1718
|
+
Ouija: v[8199],
|
|
1719
|
+
Pareidolia: v[21514],
|
|
1720
|
+
Perkeo: v[23556],
|
|
1721
|
+
Photograph: v[20526],
|
|
1722
|
+
PlanetExcludedByStream: v[61443],
|
|
1723
|
+
PlanetX: v[16393],
|
|
1724
|
+
Pluto: v[16392],
|
|
1725
|
+
Popcorn: v[20534],
|
|
1726
|
+
QueenOfClubs: v[4106],
|
|
1727
|
+
QueenOfDiamonds: v[4122],
|
|
1728
|
+
QueenOfHearts: v[4138],
|
|
1729
|
+
QueenOfSpades: v[4154],
|
|
1730
|
+
RaisedFist: v[20501],
|
|
1731
|
+
Ramen: v[21542],
|
|
1732
|
+
RedCard: v[20523],
|
|
1733
|
+
ReservedParking: v[20527],
|
|
1734
|
+
RideTheBus: v[20512],
|
|
1735
|
+
RiffRaff: v[20525],
|
|
1736
|
+
Rocket: v[21528],
|
|
1737
|
+
RoughGem: v[21552],
|
|
1738
|
+
Runner: v[20514],
|
|
1739
|
+
Satellite: v[21564],
|
|
1740
|
+
Saturn: v[16389],
|
|
1741
|
+
ScaryFace: v[20503],
|
|
1742
|
+
Scholar: v[20509],
|
|
1743
|
+
Seance: v[21523],
|
|
1744
|
+
SeeingDouble: v[21562],
|
|
1745
|
+
Seltzer: v[21543],
|
|
1746
|
+
SevenOfClubs: v[4101],
|
|
1747
|
+
SevenOfDiamonds: v[4117],
|
|
1748
|
+
SevenOfHearts: v[4133],
|
|
1749
|
+
SevenOfSpades: v[4149],
|
|
1750
|
+
ShootTheMoon: v[20540],
|
|
1751
|
+
Shortcut: v[21525],
|
|
1752
|
+
Showman: v[21557],
|
|
1753
|
+
Sigil: v[8198],
|
|
1754
|
+
SixOfClubs: v[4100],
|
|
1755
|
+
SixOfDiamonds: v[4116],
|
|
1756
|
+
SixOfHearts: v[4132],
|
|
1757
|
+
SixOfSpades: v[4148],
|
|
1758
|
+
SixthSense: v[21518],
|
|
1759
|
+
SlyJoker: v[20490],
|
|
1760
|
+
SmearedJoker: v[21550],
|
|
1761
|
+
SmileyFace: v[20536],
|
|
1762
|
+
SockAndBuskin: v[21547],
|
|
1763
|
+
SpaceJoker: v[21515],
|
|
1764
|
+
SpareTrousers: v[21541],
|
|
1765
|
+
SpectralExcludedByStream: v[61445],
|
|
1766
|
+
Splash: v[20516],
|
|
1767
|
+
SquareJoker: v[20524],
|
|
1768
|
+
SteelJoker: v[21512],
|
|
1769
|
+
StoneJoker: v[21535],
|
|
1770
|
+
Strength: v[12299],
|
|
1771
|
+
Stuntman: v[22543],
|
|
1772
|
+
Supernova: v[20511],
|
|
1773
|
+
Superposition: v[20520],
|
|
1774
|
+
Swashbuckler: v[20538],
|
|
1775
|
+
Talisman: v[8195],
|
|
1776
|
+
TarotExcludedByStream: v[61444],
|
|
1777
|
+
Temperance: v[12302],
|
|
1778
|
+
TenOfClubs: v[4104],
|
|
1779
|
+
TenOfDiamonds: v[4120],
|
|
1780
|
+
TenOfHearts: v[4136],
|
|
1781
|
+
TenOfSpades: v[4152],
|
|
1782
|
+
TheChariot: v[12295],
|
|
1783
|
+
TheDevil: v[12303],
|
|
1784
|
+
TheDuo: v[22538],
|
|
1785
|
+
TheEmperor: v[12292],
|
|
1786
|
+
TheEmpress: v[12291],
|
|
1787
|
+
TheFamily: v[22540],
|
|
1788
|
+
TheFool: v[12288],
|
|
1789
|
+
TheHangedMan: v[12300],
|
|
1790
|
+
TheHermit: v[12297],
|
|
1791
|
+
TheHierophant: v[12293],
|
|
1792
|
+
TheHighPriestess: v[12290],
|
|
1793
|
+
TheIdol: v[21561],
|
|
1794
|
+
TheLovers: v[12294],
|
|
1795
|
+
TheMagician: v[12289],
|
|
1796
|
+
TheMoon: v[12306],
|
|
1797
|
+
TheOrder: v[22541],
|
|
1798
|
+
TheSoul: v[8208],
|
|
1799
|
+
TheStar: v[12305],
|
|
1800
|
+
TheSun: v[12307],
|
|
1801
|
+
TheTower: v[12304],
|
|
1802
|
+
TheTribe: v[22542],
|
|
1803
|
+
TheTrio: v[22539],
|
|
1804
|
+
TheWheelOfFortune: v[12298],
|
|
1805
|
+
TheWorld: v[12309],
|
|
1806
|
+
ThreeOfClubs: v[4097],
|
|
1807
|
+
ThreeOfDiamonds: v[4113],
|
|
1808
|
+
ThreeOfHearts: v[4129],
|
|
1809
|
+
ThreeOfSpades: v[4145],
|
|
1810
|
+
Throwback: v[21551],
|
|
1811
|
+
ToDoList: v[20521],
|
|
1812
|
+
ToTheMoon: v[21534],
|
|
1813
|
+
TradingCard: v[21539],
|
|
1814
|
+
Trance: v[8205],
|
|
1815
|
+
Triboulet: v[23553],
|
|
1816
|
+
Troubadour: v[21548],
|
|
1817
|
+
TurtleBean: v[21532],
|
|
1818
|
+
TwoOfClubs: v[4096],
|
|
1819
|
+
TwoOfDiamonds: v[4112],
|
|
1820
|
+
TwoOfHearts: v[4128],
|
|
1821
|
+
TwoOfSpades: v[4144],
|
|
1822
|
+
Uranus: v[16390],
|
|
1823
|
+
Vagabond: v[22529],
|
|
1824
|
+
Vampire: v[21524],
|
|
1825
|
+
Venus: v[16385],
|
|
1826
|
+
WalkieTalkie: v[20535],
|
|
1827
|
+
WeeJoker: v[22536],
|
|
1828
|
+
WilyJoker: v[20491],
|
|
1829
|
+
Wraith: v[8197],
|
|
1830
|
+
WrathfulJoker: v[20483],
|
|
1831
|
+
Yorick: v[23554],
|
|
1832
|
+
ZanyJoker: v[20486]
|
|
1833
|
+
});
|
|
1834
|
+
//#endregion
|
|
1835
|
+
//#region src/decode/motelyItemDecoder.ts
|
|
1836
|
+
var y = {
|
|
1837
|
+
Standardcard: "playing",
|
|
1838
|
+
SpectralCard: "spectral",
|
|
1839
|
+
TarotCard: "tarot",
|
|
1840
|
+
PlanetCard: "planet",
|
|
1841
|
+
Joker: "joker",
|
|
1842
|
+
Invalid: "unknown"
|
|
1843
|
+
}, b = [
|
|
1844
|
+
"2",
|
|
1845
|
+
"3",
|
|
1846
|
+
"4",
|
|
1847
|
+
"5",
|
|
1848
|
+
"6",
|
|
1849
|
+
"7",
|
|
1850
|
+
"8",
|
|
1851
|
+
"9",
|
|
1852
|
+
"10",
|
|
1853
|
+
"Jack",
|
|
1854
|
+
"Queen",
|
|
1855
|
+
"King",
|
|
1856
|
+
"Ace"
|
|
1857
|
+
], x = [
|
|
1858
|
+
"Clubs",
|
|
1859
|
+
"Diamonds",
|
|
1860
|
+
"Hearts",
|
|
1861
|
+
"Spades"
|
|
1862
|
+
], S = [
|
|
1863
|
+
"Base",
|
|
1864
|
+
"Foil",
|
|
1865
|
+
"Holographic",
|
|
1866
|
+
"Polychrome",
|
|
1867
|
+
"Negative"
|
|
1868
|
+
], te = [
|
|
1869
|
+
"None",
|
|
1870
|
+
"Gold",
|
|
1871
|
+
"Red",
|
|
1872
|
+
"Blue",
|
|
1873
|
+
"Purple"
|
|
1874
|
+
];
|
|
1875
|
+
function C(e) {
|
|
1876
|
+
return v[e];
|
|
1877
|
+
}
|
|
1878
|
+
function w(e) {
|
|
1879
|
+
return e.replace(/([a-z])([A-Z])/g, "$1 $2").replace(/([A-Z]+)([A-Z][a-z])/g, "$1 $2");
|
|
1880
|
+
}
|
|
1881
|
+
function ne(e) {
|
|
1882
|
+
return e == null ? null : typeof e == "number" ? Number.isFinite(e) ? e : null : e.value ?? e.type ?? null;
|
|
1883
|
+
}
|
|
1884
|
+
function T(e) {
|
|
1885
|
+
let t = ne(e);
|
|
1886
|
+
return t === null ? null : t & 65535;
|
|
1887
|
+
}
|
|
1888
|
+
function E(e) {
|
|
1889
|
+
let t = T(e);
|
|
1890
|
+
return t === null ? "Unknown" : C(t)?.enumName ?? `item#${t}`;
|
|
1891
|
+
}
|
|
1892
|
+
function D(e) {
|
|
1893
|
+
let t = C(e)?.category;
|
|
1894
|
+
return t ? y[t] ?? "unknown" : "unknown";
|
|
1895
|
+
}
|
|
1896
|
+
function O(e) {
|
|
1897
|
+
let t = T(e);
|
|
1898
|
+
return t === null ? "unknown" : D(t);
|
|
1899
|
+
}
|
|
1900
|
+
function re(e) {
|
|
1901
|
+
let t = T(e);
|
|
1902
|
+
return t === null ? "Unknown" : C(t)?.displayName ?? w(E(e));
|
|
1903
|
+
}
|
|
1904
|
+
function k(e) {
|
|
1905
|
+
if (e == null) return null;
|
|
1906
|
+
let t = typeof e == "number" ? e : e.edition;
|
|
1907
|
+
if (t == null) return null;
|
|
1908
|
+
let n = S[t];
|
|
1909
|
+
return !n || n === "Base" ? null : n;
|
|
1910
|
+
}
|
|
1911
|
+
function A(e) {
|
|
1912
|
+
if (e == null) return null;
|
|
1913
|
+
let t = typeof e == "number" ? null : e.seal;
|
|
1914
|
+
if (t == null) return null;
|
|
1915
|
+
let n = te[t];
|
|
1916
|
+
return !n || n === "None" ? null : n;
|
|
1917
|
+
}
|
|
1918
|
+
function j(e) {
|
|
1919
|
+
return e == null || typeof e == "number" || e.enhancement, null;
|
|
1920
|
+
}
|
|
1921
|
+
function M(e) {
|
|
1922
|
+
if (e == null || O(e) !== "playing") return null;
|
|
1923
|
+
let t = typeof e == "number" ? T(e) : e.rank;
|
|
1924
|
+
return t == null ? null : typeof e == "number" ? b[t & 15] ?? null : b[t] ?? null;
|
|
1925
|
+
}
|
|
1926
|
+
function N(e) {
|
|
1927
|
+
if (e == null || O(e) !== "playing") return null;
|
|
1928
|
+
let t = typeof e == "number" ? T(e) : e.suit;
|
|
1929
|
+
return t == null ? null : typeof e == "number" ? x[t >> 4 & 15] ?? null : x[t] ?? null;
|
|
1930
|
+
}
|
|
1931
|
+
function ie(e) {
|
|
1932
|
+
return E(e);
|
|
1933
|
+
}
|
|
1934
|
+
function P(e) {
|
|
1935
|
+
let t = T(e);
|
|
1936
|
+
if (t === null) return null;
|
|
1937
|
+
let n = C(t), r = n?.enumName ?? `Unknown_${t}`, i = D(t);
|
|
1938
|
+
return {
|
|
1939
|
+
itemType: t,
|
|
1940
|
+
enumKey: r,
|
|
1941
|
+
displayName: n?.displayName ?? w(r),
|
|
1942
|
+
category: i,
|
|
1943
|
+
edition: k(e),
|
|
1944
|
+
seal: A(e),
|
|
1945
|
+
enhancement: j(e),
|
|
1946
|
+
rank: M(e),
|
|
1947
|
+
suit: N(e)
|
|
1948
|
+
};
|
|
1949
|
+
}
|
|
1950
|
+
function ae(e, t) {
|
|
1951
|
+
let n = P(e);
|
|
1952
|
+
return n ? {
|
|
1953
|
+
type: n.category === "joker" ? "joker" : n.category === "playing" ? "playing" : "consumable",
|
|
1954
|
+
card: {
|
|
1955
|
+
name: n.displayName,
|
|
1956
|
+
edition: n.edition ?? void 0,
|
|
1957
|
+
seal: n.seal ?? void 0,
|
|
1958
|
+
enhancements: n.enhancement ? [n.enhancement] : void 0,
|
|
1959
|
+
rank: n.rank ?? void 0,
|
|
1960
|
+
suit: n.suit ?? void 0,
|
|
1961
|
+
scale: t
|
|
1962
|
+
}
|
|
1963
|
+
} : null;
|
|
1964
|
+
}
|
|
1965
|
+
function F() {}
|
|
1966
|
+
function I() {
|
|
1967
|
+
return 0;
|
|
1968
|
+
}
|
|
1969
|
+
//#endregion
|
|
6
1970
|
//#region src/decode/motelySprite.ts
|
|
7
|
-
function
|
|
8
|
-
let o =
|
|
1971
|
+
function L(a) {
|
|
1972
|
+
let o = P(a);
|
|
9
1973
|
if (!o) return null;
|
|
10
1974
|
if (o.category === "playing" && o.rank && o.suit) {
|
|
11
1975
|
let r = t[o.rank], i = n[o.suit];
|
|
@@ -32,7 +1996,7 @@ function D(a) {
|
|
|
32
1996
|
category: o.category
|
|
33
1997
|
} : null;
|
|
34
1998
|
}
|
|
35
|
-
function
|
|
1999
|
+
function R(a, o = "unknown") {
|
|
36
2000
|
if (o === "playing") {
|
|
37
2001
|
let r = /^(.*?)\s+of\s+(.*?)$/i.exec(a);
|
|
38
2002
|
if (r) {
|
|
@@ -63,42 +2027,154 @@ function O(a, o = "unknown") {
|
|
|
63
2027
|
}
|
|
64
2028
|
//#endregion
|
|
65
2029
|
//#region src/motelyDisplay.ts
|
|
66
|
-
var
|
|
67
|
-
function
|
|
2030
|
+
var z = m;
|
|
2031
|
+
function B(e, t) {
|
|
68
2032
|
let n = e[String(t)];
|
|
69
2033
|
return typeof n == "string" && n.length > 0 ? n : null;
|
|
70
2034
|
}
|
|
71
|
-
function
|
|
72
|
-
return
|
|
2035
|
+
function V(e) {
|
|
2036
|
+
return B(z.MotelyBossBlind, e & 255) ?? `boss#${e}`;
|
|
73
2037
|
}
|
|
74
|
-
function
|
|
2038
|
+
function H(e) {
|
|
75
2039
|
return e;
|
|
76
2040
|
}
|
|
77
|
-
function
|
|
78
|
-
return
|
|
2041
|
+
function U(e) {
|
|
2042
|
+
return B(z.MotelyVoucher, e) ?? `voucher#${e}`;
|
|
79
2043
|
}
|
|
80
|
-
function
|
|
2044
|
+
function W(e) {
|
|
81
2045
|
return e;
|
|
82
2046
|
}
|
|
83
|
-
function
|
|
84
|
-
return
|
|
2047
|
+
function G(e) {
|
|
2048
|
+
return B(z.MotelyTag, e) ?? `tag#${e}`;
|
|
85
2049
|
}
|
|
86
|
-
function
|
|
2050
|
+
function K(e) {
|
|
87
2051
|
return e;
|
|
88
2052
|
}
|
|
89
|
-
function
|
|
90
|
-
return
|
|
2053
|
+
function q(e) {
|
|
2054
|
+
return B(z.MotelyBoosterPack, e) ?? `pack#${e}`;
|
|
91
2055
|
}
|
|
92
|
-
function
|
|
2056
|
+
function oe(e) {
|
|
93
2057
|
return `${e} Pack`;
|
|
94
2058
|
}
|
|
95
|
-
function
|
|
2059
|
+
function se(e) {
|
|
96
2060
|
return e;
|
|
97
2061
|
}
|
|
98
|
-
function
|
|
99
|
-
return
|
|
2062
|
+
function ce(e) {
|
|
2063
|
+
return v[e & 65535]?.displayName ?? `item#${e}`;
|
|
2064
|
+
}
|
|
2065
|
+
//#endregion
|
|
2066
|
+
//#region src/hooks/useJamlLibrary.ts
|
|
2067
|
+
var J = null, Y = null;
|
|
2068
|
+
try {
|
|
2069
|
+
J = await import("@rewaffle/bootsharp-file-system"), J.init(g);
|
|
2070
|
+
} catch (e) {
|
|
2071
|
+
Y = e;
|
|
2072
|
+
}
|
|
2073
|
+
function X(e) {
|
|
2074
|
+
return e instanceof Error ? e.message : String(e);
|
|
2075
|
+
}
|
|
2076
|
+
function le() {
|
|
2077
|
+
let e = J !== null, [t, n] = d(() => e ? "idle" : "unsupported"), [r, i] = d(null), [o, c] = d([]), [l, u] = d(() => e ? null : X(Y ?? "Bootsharp FileSystem package is not available.")), f = s(() => {
|
|
2078
|
+
r && c((e) => [...e]);
|
|
2079
|
+
}, [r]);
|
|
2080
|
+
return {
|
|
2081
|
+
status: t,
|
|
2082
|
+
rootId: r,
|
|
2083
|
+
files: o,
|
|
2084
|
+
error: l,
|
|
2085
|
+
mount: s(async () => {
|
|
2086
|
+
if (!e) {
|
|
2087
|
+
n("unsupported"), u(X(Y ?? "Bootsharp FileSystem package is not available."));
|
|
2088
|
+
return;
|
|
2089
|
+
}
|
|
2090
|
+
n("mounting"), u(null);
|
|
2091
|
+
try {
|
|
2092
|
+
await a();
|
|
2093
|
+
let e = await m.pickRoot({
|
|
2094
|
+
mode: _.ReadWrite,
|
|
2095
|
+
id: "jaml-library"
|
|
2096
|
+
});
|
|
2097
|
+
if (!e) {
|
|
2098
|
+
n("idle");
|
|
2099
|
+
return;
|
|
2100
|
+
}
|
|
2101
|
+
i(await m.mountRoot(e, { mode: _.ReadWrite })), c([]), n("ready");
|
|
2102
|
+
} catch (e) {
|
|
2103
|
+
n("error"), u(X(e));
|
|
2104
|
+
}
|
|
2105
|
+
}, [e]),
|
|
2106
|
+
unmount: s(async () => {
|
|
2107
|
+
r && (await a(), await m.unmountRoot(r), i(null), c([]), n(e ? "idle" : "unsupported"));
|
|
2108
|
+
}, [e, r]),
|
|
2109
|
+
loadFile: s(async (e) => {
|
|
2110
|
+
if (!r) throw Error("JAML library is not mounted.");
|
|
2111
|
+
return await a(), await m.readTextFile(r, e);
|
|
2112
|
+
}, [r]),
|
|
2113
|
+
saveFile: s(async (e, t) => {
|
|
2114
|
+
if (!r) throw Error("JAML library is not mounted.");
|
|
2115
|
+
await a(), await m.writeTextFile(r, e, t), c((t) => (t.includes(e) ? t : [...t, e]).sort((e, t) => e.localeCompare(t)));
|
|
2116
|
+
}, [r]),
|
|
2117
|
+
refresh: f
|
|
2118
|
+
};
|
|
2119
|
+
}
|
|
2120
|
+
//#endregion
|
|
2121
|
+
//#region src/providers/MotelyProvider.tsx
|
|
2122
|
+
var Z = o(null);
|
|
2123
|
+
function ue() {
|
|
2124
|
+
switch (h.getStatus()) {
|
|
2125
|
+
case h.BootStatus.Booted: return "ready";
|
|
2126
|
+
case h.BootStatus.Booting: return "booting";
|
|
2127
|
+
default: return "idle";
|
|
2128
|
+
}
|
|
2129
|
+
}
|
|
2130
|
+
function de({ children: e }) {
|
|
2131
|
+
let [t, n] = d(ue), [r, i] = d(null);
|
|
2132
|
+
return l(() => {
|
|
2133
|
+
t !== "ready" && (n("booting"), a().then(() => n("ready")).catch((e) => {
|
|
2134
|
+
n("error"), i(e instanceof Error ? e.message : String(e));
|
|
2135
|
+
}));
|
|
2136
|
+
}, []), /* @__PURE__ */ f(Z.Provider, {
|
|
2137
|
+
value: {
|
|
2138
|
+
status: t,
|
|
2139
|
+
error: r
|
|
2140
|
+
},
|
|
2141
|
+
children: e
|
|
2142
|
+
});
|
|
2143
|
+
}
|
|
2144
|
+
function Q() {
|
|
2145
|
+
return c(Z);
|
|
2146
|
+
}
|
|
2147
|
+
//#endregion
|
|
2148
|
+
//#region src/hooks/useMotelyRuntime.ts
|
|
2149
|
+
function $() {
|
|
2150
|
+
switch (h.getStatus()) {
|
|
2151
|
+
case h.BootStatus.Booted: return "ready";
|
|
2152
|
+
case h.BootStatus.Booting: return "booting";
|
|
2153
|
+
default: return "idle";
|
|
2154
|
+
}
|
|
2155
|
+
}
|
|
2156
|
+
function fe() {
|
|
2157
|
+
let e = Q(), [t, n] = d($), [r, i] = d(null), o = e?.status ?? t, c = e?.error ?? r, l = s(async () => {
|
|
2158
|
+
try {
|
|
2159
|
+
e ? await a() : (n($()), h.getStatus() === h.BootStatus.Standby && (n("booting"), await a()), n($()));
|
|
2160
|
+
} catch (t) {
|
|
2161
|
+
throw e || (n("error"), i(t instanceof Error ? t.message : String(t))), t;
|
|
2162
|
+
}
|
|
2163
|
+
}, [e]);
|
|
2164
|
+
return u(() => ({
|
|
2165
|
+
status: o,
|
|
2166
|
+
ready: o === "ready",
|
|
2167
|
+
error: c,
|
|
2168
|
+
fsReady: !1,
|
|
2169
|
+
fsError: null,
|
|
2170
|
+
ensureReady: l
|
|
2171
|
+
}), [
|
|
2172
|
+
c,
|
|
2173
|
+
l,
|
|
2174
|
+
o
|
|
2175
|
+
]);
|
|
100
2176
|
}
|
|
101
2177
|
//#endregion
|
|
102
|
-
export {
|
|
2178
|
+
export { ee as Motely, de as MotelyProvider, p as bootsharp, P as decodeMotelyItem, ie as decodeMotelyItemName, ae as decodeMotelyItemToJamlCard, R as getMotelySpriteByName, q as motelyBoosterPackDisplayName, oe as motelyBoosterPackDisplayNameFromKey, V as motelyBossDisplayName, H as motelyBossDisplayNameFromKey, I as motelyItemCacheSize, D as motelyItemCategory, re as motelyItemDisplayName, se as motelyItemDisplayNameFromKey, ce as motelyItemDisplayNameFromValue, k as motelyItemEditionName, j as motelyItemEnhancementName, O as motelyItemRenderCategory, A as motelyItemSealName, L as motelyItemToSprite, E as motelyItemTypeName, M as motelyStandardcardRankName, N as motelyStandardcardSuitName, G as motelyTagDisplayName, K as motelyTagDisplayNameFromKey, U as motelyVoucherDisplayName, W as motelyVoucherDisplayNameFromKey, T as resolveMotelyItemType, le as useJamlLibrary, Q as useMotelyContext, fe as useMotelyRuntime, F as warmMotelyItemCache };
|
|
103
2179
|
|
|
104
2180
|
//# sourceMappingURL=motely.js.map
|