jaml-ui 0.10.1 → 0.11.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/LICENSE +21 -21
- package/README.md +135 -135
- package/assets/8BitDeck.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/.design-canvas.state.json +1 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/BlindChips.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/Boosters/Boosters.json +303 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/Boosters/boosters.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/Boosters.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/Bosses/BlindChips.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/Bosses/blinds_metadata.json +51 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/Decks/8BitDeck.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/Decks/Enhancers.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/Decks/balatro-stake-chips.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/Decks/enhancers_metadata.json +52 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/Decks/playing_cards_metadata.json +74 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/Decks/stakes.json +19 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/Editions.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/Enhancers.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/Jokers/Editions.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/Jokers/Jokers.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/Jokers/jokers.json +1087 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/Jokers/stickers.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/Jokers/stickers_metadata.json +25 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/Jokers.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/Tags/tags.json +191 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/Tags/tags.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/Tarots/Tarots.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/Tarots/planets.json +15 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/Tarots/spectrals.json +21 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/Tarots/tarots.json +163 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/Tarots.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/Vouchers/Vouchers.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/Vouchers/vouchers.json +130 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/Vouchers.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/blinds.json +51 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/boosters.json +303 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/fonts/m6x11plusplus.otf +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/jokers.json +1087 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/planets.json +15 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/spectrals.json +21 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/stakes.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/stickers.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/tags.json +191 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/tags.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/tarots.json +163 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/vouchers.json +130 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Seed Detail v2.html +40 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Seed Detail.html +34 -0
- package/assets/Balatro Seed Curator (DesignsV2)/public/fonts/m6x11plusplus.otf +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/src/AntePage.jsx +228 -0
- package/assets/Balatro Seed Curator (DesignsV2)/src/SeedDetail.jsx +222 -0
- package/assets/Balatro Seed Curator (DesignsV2)/src/app.jsx +35 -0
- package/assets/Balatro Seed Curator (DesignsV2)/src/mockData.js +185 -0
- package/assets/Balatro Seed Curator (DesignsV2)/src/sprites.jsx +259 -0
- package/assets/Balatro Seed Curator (DesignsV2)/src/tokens.js +49 -0
- package/assets/Balatro Seed Curator (DesignsV2)/src/v2/AntePageV2.jsx +290 -0
- package/assets/Balatro Seed Curator (DesignsV2)/src/v2/BalButton.jsx +107 -0
- package/assets/Balatro Seed Curator (DesignsV2)/src/v2/JamlBuilderV2.jsx +594 -0
- package/assets/Balatro Seed Curator (DesignsV2)/src/v2/JamlIde.jsx +302 -0
- package/assets/Balatro Seed Curator (DesignsV2)/src/v2/SearchResultsV2.jsx +286 -0
- package/assets/Balatro Seed Curator (DesignsV2)/src/v2/SeedDetailV2.jsx +336 -0
- package/assets/Balatro Seed Curator (DesignsV2)/src/v2/SeedOGCard.jsx +251 -0
- package/assets/Balatro Seed Curator (DesignsV2)/src/v2/Showcase.jsx +131 -0
- package/assets/Balatro Seed Curator (DesignsV2)/src/v2/app.jsx +55 -0
- package/assets/Balatro Seed Curator (DesignsV2)/src/v2/data.js +296 -0
- package/assets/Balatro Seed Curator (DesignsV2)/starters/design-canvas.jsx +622 -0
- package/assets/Balatro Seed Curator (DesignsV2)/uploads/8BitDeck.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/uploads/BlindChips.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/uploads/Boosters.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/uploads/Editions.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/uploads/Enhancers.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/uploads/Jokers.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/uploads/Tarots.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/uploads/pasted-1776749540653-0.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/uploads/pasted-1776749644934-0.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/uploads/pasted-1776749661871-0.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/uploads/pasted-1776749674748-0.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/uploads/pasted-1776749703076-0.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/uploads/pasted-1776749882759-0.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/uploads/pasted-1776750354200-0.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/uploads/pasted-1776750733265-0.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/uploads/pasted-1776751928925-0.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/uploads/pasted-1776800975060-0.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/uploads/stickers.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/uploads/tags.png +0 -0
- package/assets/BlindChips.png +0 -0
- package/assets/Boosters.png +0 -0
- package/assets/Editions.png +0 -0
- package/assets/Enhancers.png +0 -0
- package/assets/Jokers.png +0 -0
- package/assets/Tarots.png +0 -0
- package/assets/Vouchers.png +0 -0
- package/assets/fonts/m6x11plusplus.otf +0 -0
- package/assets/stickers.png +0 -0
- package/assets/tags.png +0 -0
- package/dist/assets.js +10 -12
- package/dist/components/GameCard.js +7 -5
- package/dist/components/JamlCodeEditor.js +28 -16
- package/dist/components/JamlIdeVisual.d.ts +5 -3
- package/dist/components/JamlIdeVisual.js +194 -36
- package/dist/components/JamlMapPreview.d.ts +1 -5
- package/dist/components/JamlMapPreview.js +67 -107
- package/dist/components/PlayingCard.js +15 -50
- package/dist/data/balatro-jokers.json +1241 -0
- package/dist/decode/motelyItemDecoder.js +1 -1
- package/dist/hooks/searchWorkerCode.js +59 -59
- package/dist/hooks/useAnalyzer.d.ts +1 -0
- package/dist/hooks/useAnalyzer.js +5 -1
- package/dist/hooks/useSearch.d.ts +1 -0
- package/dist/hooks/useSearch.js +4 -1
- package/dist/motelyDisplay.js +2 -0
- package/dist/r3f/BalatroJokerMesh3D.d.ts +8 -0
- package/dist/r3f/BalatroJokerMesh3D.js +98 -0
- package/dist/r3f/BalatroJokerPreview3D.d.ts +14 -0
- package/dist/r3f/BalatroJokerPreview3D.js +30 -0
- package/dist/r3f/BalatroPlayingCard3D.d.ts +22 -0
- package/dist/r3f/BalatroPlayingCard3D.js +62 -0
- package/dist/r3f/cardConstants.d.ts +16 -0
- package/dist/r3f/cardConstants.js +14 -0
- package/dist/r3f/compositedAtlas.d.ts +5 -0
- package/dist/r3f/compositedAtlas.js +56 -0
- package/dist/r3f/gridUV.d.ts +22 -0
- package/dist/r3f/gridUV.js +30 -0
- package/dist/r3f/index.d.ts +12 -0
- package/dist/r3f/index.js +13 -0
- package/dist/r3f/jokerRegistry.d.ts +28 -0
- package/dist/r3f/jokerRegistry.js +40 -0
- package/dist/r3f/jokerTilt.d.ts +8 -0
- package/dist/r3f/jokerTilt.js +41 -0
- package/dist/r3f/magneticTilt.d.ts +18 -0
- package/dist/r3f/magneticTilt.js +34 -0
- package/dist/r3f/playingCardTypes.d.ts +24 -0
- package/dist/r3f/playingCardTypes.js +32 -0
- package/dist/r3f/playingCardVisuals.d.ts +7 -0
- package/dist/r3f/playingCardVisuals.js +45 -0
- package/dist/r3f/usePlayingCardTexture.d.ts +7 -0
- package/dist/r3f/usePlayingCardTexture.js +92 -0
- package/dist/sprites/spriteMapper.d.ts +1 -1
- package/dist/sprites/spriteMapper.js +14 -33
- package/dist/ui/footer.js +5 -5
- package/dist/ui/jimboBackground.js +55 -55
- package/dist/ui/jimboTabs.js +5 -5
- package/dist/utils/gameCardUtils.d.ts +4 -12
- package/dist/utils/gameCardUtils.js +9 -43
- package/fonts.css +5 -5
- package/package.json +4 -4
- package/dist/version.d.ts +0 -1
- package/dist/version.js +0 -2
|
@@ -0,0 +1,1087 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"name": "joker",
|
|
4
|
+
"pos": {
|
|
5
|
+
"x": 0,
|
|
6
|
+
"y": 0
|
|
7
|
+
}
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"name": "greedyjoker",
|
|
11
|
+
"pos": {
|
|
12
|
+
"x": 6,
|
|
13
|
+
"y": 1
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"name": "lustyjoker",
|
|
18
|
+
"pos": {
|
|
19
|
+
"x": 7,
|
|
20
|
+
"y": 1
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"name": "wrathfuljoker",
|
|
25
|
+
"pos": {
|
|
26
|
+
"x": 8,
|
|
27
|
+
"y": 1
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "gluttonousjoker",
|
|
32
|
+
"pos": {
|
|
33
|
+
"x": 9,
|
|
34
|
+
"y": 1
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"name": "jollyjoker",
|
|
39
|
+
"pos": {
|
|
40
|
+
"x": 2,
|
|
41
|
+
"y": 0
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"name": "zanyjoker",
|
|
46
|
+
"pos": {
|
|
47
|
+
"x": 3,
|
|
48
|
+
"y": 0
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"name": "madjoker",
|
|
53
|
+
"pos": {
|
|
54
|
+
"x": 4,
|
|
55
|
+
"y": 0
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"name": "crazyjoker",
|
|
60
|
+
"pos": {
|
|
61
|
+
"x": 5,
|
|
62
|
+
"y": 0
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"name": "drolljoker",
|
|
67
|
+
"pos": {
|
|
68
|
+
"x": 6,
|
|
69
|
+
"y": 0
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"name": "slyjoker",
|
|
74
|
+
"pos": {
|
|
75
|
+
"x": 0,
|
|
76
|
+
"y": 14
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"name": "wilyjoker",
|
|
81
|
+
"pos": {
|
|
82
|
+
"x": 1,
|
|
83
|
+
"y": 14
|
|
84
|
+
}
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"name": "cleverjoker",
|
|
88
|
+
"pos": {
|
|
89
|
+
"x": 2,
|
|
90
|
+
"y": 14
|
|
91
|
+
}
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"name": "deviousjoker",
|
|
95
|
+
"pos": {
|
|
96
|
+
"x": 3,
|
|
97
|
+
"y": 14
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"name": "craftyjoker",
|
|
102
|
+
"pos": {
|
|
103
|
+
"x": 4,
|
|
104
|
+
"y": 14
|
|
105
|
+
}
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"name": "halfjoker",
|
|
109
|
+
"pos": {
|
|
110
|
+
"x": 7,
|
|
111
|
+
"y": 0
|
|
112
|
+
}
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"name": "jokerstencil",
|
|
116
|
+
"pos": {
|
|
117
|
+
"x": 2,
|
|
118
|
+
"y": 5
|
|
119
|
+
}
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"name": "fourfingers",
|
|
123
|
+
"pos": {
|
|
124
|
+
"x": 6,
|
|
125
|
+
"y": 6
|
|
126
|
+
}
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"name": "mime",
|
|
130
|
+
"pos": {
|
|
131
|
+
"x": 4,
|
|
132
|
+
"y": 1
|
|
133
|
+
}
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"name": "creditcard",
|
|
137
|
+
"pos": {
|
|
138
|
+
"x": 5,
|
|
139
|
+
"y": 1
|
|
140
|
+
}
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"name": "ceremonialdagger",
|
|
144
|
+
"pos": {
|
|
145
|
+
"x": 5,
|
|
146
|
+
"y": 5
|
|
147
|
+
}
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"name": "banner",
|
|
151
|
+
"pos": {
|
|
152
|
+
"x": 1,
|
|
153
|
+
"y": 2
|
|
154
|
+
}
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"name": "mysticsummit",
|
|
158
|
+
"pos": {
|
|
159
|
+
"x": 2,
|
|
160
|
+
"y": 2
|
|
161
|
+
}
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"name": "marblejoker",
|
|
165
|
+
"pos": {
|
|
166
|
+
"x": 3,
|
|
167
|
+
"y": 2
|
|
168
|
+
}
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"name": "loyaltycard",
|
|
172
|
+
"pos": {
|
|
173
|
+
"x": 4,
|
|
174
|
+
"y": 2
|
|
175
|
+
}
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"name": "eightball",
|
|
179
|
+
"pos": {
|
|
180
|
+
"x": 0,
|
|
181
|
+
"y": 5
|
|
182
|
+
}
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"name": "misprint",
|
|
186
|
+
"pos": {
|
|
187
|
+
"x": 6,
|
|
188
|
+
"y": 2
|
|
189
|
+
}
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"name": "dusk",
|
|
193
|
+
"pos": {
|
|
194
|
+
"x": 4,
|
|
195
|
+
"y": 7
|
|
196
|
+
}
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"name": "raisedfist",
|
|
200
|
+
"pos": {
|
|
201
|
+
"x": 8,
|
|
202
|
+
"y": 2
|
|
203
|
+
}
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"name": "chaostheclown",
|
|
207
|
+
"pos": {
|
|
208
|
+
"x": 1,
|
|
209
|
+
"y": 0
|
|
210
|
+
}
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"name": "fibonacci",
|
|
214
|
+
"pos": {
|
|
215
|
+
"x": 1,
|
|
216
|
+
"y": 5
|
|
217
|
+
}
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"name": "steeljoker",
|
|
221
|
+
"pos": {
|
|
222
|
+
"x": 7,
|
|
223
|
+
"y": 2
|
|
224
|
+
}
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"name": "scaryface",
|
|
228
|
+
"pos": {
|
|
229
|
+
"x": 2,
|
|
230
|
+
"y": 3
|
|
231
|
+
}
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"name": "abstractjoker",
|
|
235
|
+
"pos": {
|
|
236
|
+
"x": 3,
|
|
237
|
+
"y": 3
|
|
238
|
+
}
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"name": "delayedgratification",
|
|
242
|
+
"pos": {
|
|
243
|
+
"x": 4,
|
|
244
|
+
"y": 3
|
|
245
|
+
}
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"name": "hack",
|
|
249
|
+
"pos": {
|
|
250
|
+
"x": 5,
|
|
251
|
+
"y": 2
|
|
252
|
+
}
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"name": "pareidolia",
|
|
256
|
+
"pos": {
|
|
257
|
+
"x": 6,
|
|
258
|
+
"y": 3
|
|
259
|
+
}
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
"name": "grosmichel",
|
|
263
|
+
"pos": {
|
|
264
|
+
"x": 7,
|
|
265
|
+
"y": 6
|
|
266
|
+
}
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"name": "evensteven",
|
|
270
|
+
"pos": {
|
|
271
|
+
"x": 8,
|
|
272
|
+
"y": 3
|
|
273
|
+
}
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
"name": "oddtodd",
|
|
277
|
+
"pos": {
|
|
278
|
+
"x": 9,
|
|
279
|
+
"y": 3
|
|
280
|
+
}
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"name": "scholar",
|
|
284
|
+
"pos": {
|
|
285
|
+
"x": 3,
|
|
286
|
+
"y": 6
|
|
287
|
+
}
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"name": "businesscard",
|
|
291
|
+
"pos": {
|
|
292
|
+
"x": 1,
|
|
293
|
+
"y": 4
|
|
294
|
+
}
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
"name": "supernova",
|
|
298
|
+
"pos": {
|
|
299
|
+
"x": 2,
|
|
300
|
+
"y": 4
|
|
301
|
+
}
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
"name": "ridethebus",
|
|
305
|
+
"pos": {
|
|
306
|
+
"x": 1,
|
|
307
|
+
"y": 6
|
|
308
|
+
}
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
"name": "spacejoker",
|
|
312
|
+
"pos": {
|
|
313
|
+
"x": 3,
|
|
314
|
+
"y": 5
|
|
315
|
+
}
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
"name": "egg",
|
|
319
|
+
"pos": {
|
|
320
|
+
"x": 0,
|
|
321
|
+
"y": 10
|
|
322
|
+
}
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"name": "burglar",
|
|
326
|
+
"pos": {
|
|
327
|
+
"x": 1,
|
|
328
|
+
"y": 10
|
|
329
|
+
}
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"name": "blackboard",
|
|
333
|
+
"pos": {
|
|
334
|
+
"x": 2,
|
|
335
|
+
"y": 10
|
|
336
|
+
}
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
"name": "runner",
|
|
340
|
+
"pos": {
|
|
341
|
+
"x": 3,
|
|
342
|
+
"y": 10
|
|
343
|
+
}
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
"name": "icecream",
|
|
347
|
+
"pos": {
|
|
348
|
+
"x": 4,
|
|
349
|
+
"y": 10
|
|
350
|
+
}
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
"name": "dna",
|
|
354
|
+
"pos": {
|
|
355
|
+
"x": 5,
|
|
356
|
+
"y": 10
|
|
357
|
+
}
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"name": "splash",
|
|
361
|
+
"pos": {
|
|
362
|
+
"x": 6,
|
|
363
|
+
"y": 10
|
|
364
|
+
}
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
"name": "bluejoker",
|
|
368
|
+
"pos": {
|
|
369
|
+
"x": 7,
|
|
370
|
+
"y": 10
|
|
371
|
+
}
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
"name": "sixthsense",
|
|
375
|
+
"pos": {
|
|
376
|
+
"x": 8,
|
|
377
|
+
"y": 10
|
|
378
|
+
}
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
"name": "constellation",
|
|
382
|
+
"pos": {
|
|
383
|
+
"x": 9,
|
|
384
|
+
"y": 10
|
|
385
|
+
}
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
"name": "hiker",
|
|
389
|
+
"pos": {
|
|
390
|
+
"x": 0,
|
|
391
|
+
"y": 11
|
|
392
|
+
}
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"name": "facelessjoker",
|
|
396
|
+
"pos": {
|
|
397
|
+
"x": 1,
|
|
398
|
+
"y": 11
|
|
399
|
+
}
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
"name": "greenjoker",
|
|
403
|
+
"pos": {
|
|
404
|
+
"x": 2,
|
|
405
|
+
"y": 11
|
|
406
|
+
}
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
"name": "superposition",
|
|
410
|
+
"pos": {
|
|
411
|
+
"x": 3,
|
|
412
|
+
"y": 11
|
|
413
|
+
}
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
"name": "todolist",
|
|
417
|
+
"pos": {
|
|
418
|
+
"x": 4,
|
|
419
|
+
"y": 11
|
|
420
|
+
}
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
"name": "cavendish",
|
|
424
|
+
"pos": {
|
|
425
|
+
"x": 5,
|
|
426
|
+
"y": 11
|
|
427
|
+
}
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
"name": "cardsharp",
|
|
431
|
+
"pos": {
|
|
432
|
+
"x": 6,
|
|
433
|
+
"y": 11
|
|
434
|
+
}
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
"name": "redcard",
|
|
438
|
+
"pos": {
|
|
439
|
+
"x": 7,
|
|
440
|
+
"y": 11
|
|
441
|
+
}
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
"name": "madness",
|
|
445
|
+
"pos": {
|
|
446
|
+
"x": 8,
|
|
447
|
+
"y": 11
|
|
448
|
+
}
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
"name": "squarejoker",
|
|
452
|
+
"pos": {
|
|
453
|
+
"x": 9,
|
|
454
|
+
"y": 11
|
|
455
|
+
}
|
|
456
|
+
},
|
|
457
|
+
{
|
|
458
|
+
"name": "seance",
|
|
459
|
+
"pos": {
|
|
460
|
+
"x": 0,
|
|
461
|
+
"y": 12
|
|
462
|
+
}
|
|
463
|
+
},
|
|
464
|
+
{
|
|
465
|
+
"name": "riffraff",
|
|
466
|
+
"pos": {
|
|
467
|
+
"x": 1,
|
|
468
|
+
"y": 12
|
|
469
|
+
}
|
|
470
|
+
},
|
|
471
|
+
{
|
|
472
|
+
"name": "vampire",
|
|
473
|
+
"pos": {
|
|
474
|
+
"x": 2,
|
|
475
|
+
"y": 12
|
|
476
|
+
}
|
|
477
|
+
},
|
|
478
|
+
{
|
|
479
|
+
"name": "shortcut",
|
|
480
|
+
"pos": {
|
|
481
|
+
"x": 3,
|
|
482
|
+
"y": 12
|
|
483
|
+
}
|
|
484
|
+
},
|
|
485
|
+
{
|
|
486
|
+
"name": "hologram",
|
|
487
|
+
"pos": {
|
|
488
|
+
"x": 4,
|
|
489
|
+
"y": 12
|
|
490
|
+
}
|
|
491
|
+
},
|
|
492
|
+
{
|
|
493
|
+
"name": "vagabond",
|
|
494
|
+
"pos": {
|
|
495
|
+
"x": 5,
|
|
496
|
+
"y": 12
|
|
497
|
+
}
|
|
498
|
+
},
|
|
499
|
+
{
|
|
500
|
+
"name": "baron",
|
|
501
|
+
"pos": {
|
|
502
|
+
"x": 6,
|
|
503
|
+
"y": 12
|
|
504
|
+
}
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
"name": "cloud9",
|
|
508
|
+
"pos": {
|
|
509
|
+
"x": 7,
|
|
510
|
+
"y": 12
|
|
511
|
+
}
|
|
512
|
+
},
|
|
513
|
+
{
|
|
514
|
+
"name": "rocket",
|
|
515
|
+
"pos": {
|
|
516
|
+
"x": 8,
|
|
517
|
+
"y": 12
|
|
518
|
+
}
|
|
519
|
+
},
|
|
520
|
+
{
|
|
521
|
+
"name": "obelisk",
|
|
522
|
+
"pos": {
|
|
523
|
+
"x": 9,
|
|
524
|
+
"y": 12
|
|
525
|
+
}
|
|
526
|
+
},
|
|
527
|
+
{
|
|
528
|
+
"name": "midasmask",
|
|
529
|
+
"pos": {
|
|
530
|
+
"x": 0,
|
|
531
|
+
"y": 13
|
|
532
|
+
}
|
|
533
|
+
},
|
|
534
|
+
{
|
|
535
|
+
"name": "luchador",
|
|
536
|
+
"pos": {
|
|
537
|
+
"x": 1,
|
|
538
|
+
"y": 13
|
|
539
|
+
}
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
"name": "photograph",
|
|
543
|
+
"pos": {
|
|
544
|
+
"x": 2,
|
|
545
|
+
"y": 13
|
|
546
|
+
}
|
|
547
|
+
},
|
|
548
|
+
{
|
|
549
|
+
"name": "giftcard",
|
|
550
|
+
"pos": {
|
|
551
|
+
"x": 3,
|
|
552
|
+
"y": 13
|
|
553
|
+
}
|
|
554
|
+
},
|
|
555
|
+
{
|
|
556
|
+
"name": "turtlebean",
|
|
557
|
+
"pos": {
|
|
558
|
+
"x": 4,
|
|
559
|
+
"y": 13
|
|
560
|
+
}
|
|
561
|
+
},
|
|
562
|
+
{
|
|
563
|
+
"name": "erosion",
|
|
564
|
+
"pos": {
|
|
565
|
+
"x": 5,
|
|
566
|
+
"y": 13
|
|
567
|
+
}
|
|
568
|
+
},
|
|
569
|
+
{
|
|
570
|
+
"name": "reservedparking",
|
|
571
|
+
"pos": {
|
|
572
|
+
"x": 6,
|
|
573
|
+
"y": 13
|
|
574
|
+
}
|
|
575
|
+
},
|
|
576
|
+
{
|
|
577
|
+
"name": "mailinrebate",
|
|
578
|
+
"pos": {
|
|
579
|
+
"x": 7,
|
|
580
|
+
"y": 13
|
|
581
|
+
}
|
|
582
|
+
},
|
|
583
|
+
{
|
|
584
|
+
"name": "tothemoon",
|
|
585
|
+
"pos": {
|
|
586
|
+
"x": 8,
|
|
587
|
+
"y": 13
|
|
588
|
+
}
|
|
589
|
+
},
|
|
590
|
+
{
|
|
591
|
+
"name": "hallucination",
|
|
592
|
+
"pos": {
|
|
593
|
+
"x": 9,
|
|
594
|
+
"y": 13
|
|
595
|
+
}
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
"name": "fortuneteller",
|
|
599
|
+
"pos": {
|
|
600
|
+
"x": 7,
|
|
601
|
+
"y": 5
|
|
602
|
+
}
|
|
603
|
+
},
|
|
604
|
+
{
|
|
605
|
+
"name": "juggler",
|
|
606
|
+
"pos": {
|
|
607
|
+
"x": 0,
|
|
608
|
+
"y": 1
|
|
609
|
+
}
|
|
610
|
+
},
|
|
611
|
+
{
|
|
612
|
+
"name": "drunkard",
|
|
613
|
+
"pos": {
|
|
614
|
+
"x": 1,
|
|
615
|
+
"y": 1
|
|
616
|
+
}
|
|
617
|
+
},
|
|
618
|
+
{
|
|
619
|
+
"name": "stonejoker",
|
|
620
|
+
"pos": {
|
|
621
|
+
"x": 9,
|
|
622
|
+
"y": 0
|
|
623
|
+
}
|
|
624
|
+
},
|
|
625
|
+
{
|
|
626
|
+
"name": "goldenjoker",
|
|
627
|
+
"pos": {
|
|
628
|
+
"x": 9,
|
|
629
|
+
"y": 2
|
|
630
|
+
}
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
"name": "luckycat",
|
|
634
|
+
"pos": {
|
|
635
|
+
"x": 5,
|
|
636
|
+
"y": 14
|
|
637
|
+
}
|
|
638
|
+
},
|
|
639
|
+
{
|
|
640
|
+
"name": "baseballcard",
|
|
641
|
+
"pos": {
|
|
642
|
+
"x": 6,
|
|
643
|
+
"y": 14
|
|
644
|
+
}
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
"name": "bull",
|
|
648
|
+
"pos": {
|
|
649
|
+
"x": 7,
|
|
650
|
+
"y": 14
|
|
651
|
+
}
|
|
652
|
+
},
|
|
653
|
+
{
|
|
654
|
+
"name": "dietcola",
|
|
655
|
+
"pos": {
|
|
656
|
+
"x": 8,
|
|
657
|
+
"y": 14
|
|
658
|
+
}
|
|
659
|
+
},
|
|
660
|
+
{
|
|
661
|
+
"name": "tradingcard",
|
|
662
|
+
"pos": {
|
|
663
|
+
"x": 9,
|
|
664
|
+
"y": 14
|
|
665
|
+
}
|
|
666
|
+
},
|
|
667
|
+
{
|
|
668
|
+
"name": "flashcard",
|
|
669
|
+
"pos": {
|
|
670
|
+
"x": 0,
|
|
671
|
+
"y": 15
|
|
672
|
+
}
|
|
673
|
+
},
|
|
674
|
+
{
|
|
675
|
+
"name": "popcorn",
|
|
676
|
+
"pos": {
|
|
677
|
+
"x": 1,
|
|
678
|
+
"y": 15
|
|
679
|
+
}
|
|
680
|
+
},
|
|
681
|
+
{
|
|
682
|
+
"name": "sparetrousers",
|
|
683
|
+
"pos": {
|
|
684
|
+
"x": 4,
|
|
685
|
+
"y": 15
|
|
686
|
+
}
|
|
687
|
+
},
|
|
688
|
+
{
|
|
689
|
+
"name": "ancientjoker",
|
|
690
|
+
"pos": {
|
|
691
|
+
"x": 7,
|
|
692
|
+
"y": 15
|
|
693
|
+
}
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
"name": "ramen",
|
|
697
|
+
"pos": {
|
|
698
|
+
"x": 2,
|
|
699
|
+
"y": 15
|
|
700
|
+
}
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
"name": "walkietalkie",
|
|
704
|
+
"pos": {
|
|
705
|
+
"x": 8,
|
|
706
|
+
"y": 15
|
|
707
|
+
}
|
|
708
|
+
},
|
|
709
|
+
{
|
|
710
|
+
"name": "seltzer",
|
|
711
|
+
"pos": {
|
|
712
|
+
"x": 3,
|
|
713
|
+
"y": 15
|
|
714
|
+
}
|
|
715
|
+
},
|
|
716
|
+
{
|
|
717
|
+
"name": "castle",
|
|
718
|
+
"pos": {
|
|
719
|
+
"x": 9,
|
|
720
|
+
"y": 15
|
|
721
|
+
}
|
|
722
|
+
},
|
|
723
|
+
{
|
|
724
|
+
"name": "smileyface",
|
|
725
|
+
"pos": {
|
|
726
|
+
"x": 6,
|
|
727
|
+
"y": 15
|
|
728
|
+
}
|
|
729
|
+
},
|
|
730
|
+
{
|
|
731
|
+
"name": "campfire",
|
|
732
|
+
"pos": {
|
|
733
|
+
"x": 5,
|
|
734
|
+
"y": 15
|
|
735
|
+
}
|
|
736
|
+
},
|
|
737
|
+
{
|
|
738
|
+
"name": "goldenticket",
|
|
739
|
+
"pos": {
|
|
740
|
+
"x": 5,
|
|
741
|
+
"y": 3
|
|
742
|
+
}
|
|
743
|
+
},
|
|
744
|
+
{
|
|
745
|
+
"name": "mrbones",
|
|
746
|
+
"pos": {
|
|
747
|
+
"x": 3,
|
|
748
|
+
"y": 4
|
|
749
|
+
}
|
|
750
|
+
},
|
|
751
|
+
{
|
|
752
|
+
"name": "acrobat",
|
|
753
|
+
"pos": {
|
|
754
|
+
"x": 2,
|
|
755
|
+
"y": 1
|
|
756
|
+
}
|
|
757
|
+
},
|
|
758
|
+
{
|
|
759
|
+
"name": "sockandbuskin",
|
|
760
|
+
"pos": {
|
|
761
|
+
"x": 3,
|
|
762
|
+
"y": 1
|
|
763
|
+
}
|
|
764
|
+
},
|
|
765
|
+
{
|
|
766
|
+
"name": "swashbuckler",
|
|
767
|
+
"pos": {
|
|
768
|
+
"x": 9,
|
|
769
|
+
"y": 5
|
|
770
|
+
}
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
"name": "troubadour",
|
|
774
|
+
"pos": {
|
|
775
|
+
"x": 0,
|
|
776
|
+
"y": 2
|
|
777
|
+
}
|
|
778
|
+
},
|
|
779
|
+
{
|
|
780
|
+
"name": "certificate",
|
|
781
|
+
"pos": {
|
|
782
|
+
"x": 8,
|
|
783
|
+
"y": 8
|
|
784
|
+
}
|
|
785
|
+
},
|
|
786
|
+
{
|
|
787
|
+
"name": "smearedjoker",
|
|
788
|
+
"pos": {
|
|
789
|
+
"x": 4,
|
|
790
|
+
"y": 6
|
|
791
|
+
}
|
|
792
|
+
},
|
|
793
|
+
{
|
|
794
|
+
"name": "throwback",
|
|
795
|
+
"pos": {
|
|
796
|
+
"x": 5,
|
|
797
|
+
"y": 7
|
|
798
|
+
}
|
|
799
|
+
},
|
|
800
|
+
{
|
|
801
|
+
"name": "hangingchad",
|
|
802
|
+
"pos": {
|
|
803
|
+
"x": 9,
|
|
804
|
+
"y": 6
|
|
805
|
+
}
|
|
806
|
+
},
|
|
807
|
+
{
|
|
808
|
+
"name": "roughgem",
|
|
809
|
+
"pos": {
|
|
810
|
+
"x": 9,
|
|
811
|
+
"y": 7
|
|
812
|
+
}
|
|
813
|
+
},
|
|
814
|
+
{
|
|
815
|
+
"name": "bloodstone",
|
|
816
|
+
"pos": {
|
|
817
|
+
"x": 0,
|
|
818
|
+
"y": 8
|
|
819
|
+
}
|
|
820
|
+
},
|
|
821
|
+
{
|
|
822
|
+
"name": "arrowhead",
|
|
823
|
+
"pos": {
|
|
824
|
+
"x": 1,
|
|
825
|
+
"y": 8
|
|
826
|
+
}
|
|
827
|
+
},
|
|
828
|
+
{
|
|
829
|
+
"name": "onyxagate",
|
|
830
|
+
"pos": {
|
|
831
|
+
"x": 2,
|
|
832
|
+
"y": 8
|
|
833
|
+
}
|
|
834
|
+
},
|
|
835
|
+
{
|
|
836
|
+
"name": "glassjoker",
|
|
837
|
+
"pos": {
|
|
838
|
+
"x": 1,
|
|
839
|
+
"y": 3
|
|
840
|
+
}
|
|
841
|
+
},
|
|
842
|
+
{
|
|
843
|
+
"name": "showman",
|
|
844
|
+
"pos": {
|
|
845
|
+
"x": 6,
|
|
846
|
+
"y": 5
|
|
847
|
+
}
|
|
848
|
+
},
|
|
849
|
+
{
|
|
850
|
+
"name": "flowerpot",
|
|
851
|
+
"pos": {
|
|
852
|
+
"x": 0,
|
|
853
|
+
"y": 6
|
|
854
|
+
}
|
|
855
|
+
},
|
|
856
|
+
{
|
|
857
|
+
"name": "blueprint",
|
|
858
|
+
"pos": {
|
|
859
|
+
"x": 0,
|
|
860
|
+
"y": 3
|
|
861
|
+
}
|
|
862
|
+
},
|
|
863
|
+
{
|
|
864
|
+
"name": "weejoker",
|
|
865
|
+
"pos": {
|
|
866
|
+
"x": 0,
|
|
867
|
+
"y": 0
|
|
868
|
+
}
|
|
869
|
+
},
|
|
870
|
+
{
|
|
871
|
+
"name": "merryandy",
|
|
872
|
+
"pos": {
|
|
873
|
+
"x": 8,
|
|
874
|
+
"y": 0
|
|
875
|
+
}
|
|
876
|
+
},
|
|
877
|
+
{
|
|
878
|
+
"name": "oopsall6s",
|
|
879
|
+
"pos": {
|
|
880
|
+
"x": 5,
|
|
881
|
+
"y": 6
|
|
882
|
+
}
|
|
883
|
+
},
|
|
884
|
+
{
|
|
885
|
+
"name": "theidol",
|
|
886
|
+
"pos": {
|
|
887
|
+
"x": 6,
|
|
888
|
+
"y": 7
|
|
889
|
+
}
|
|
890
|
+
},
|
|
891
|
+
{
|
|
892
|
+
"name": "seeingdouble",
|
|
893
|
+
"pos": {
|
|
894
|
+
"x": 4,
|
|
895
|
+
"y": 4
|
|
896
|
+
}
|
|
897
|
+
},
|
|
898
|
+
{
|
|
899
|
+
"name": "matador",
|
|
900
|
+
"pos": {
|
|
901
|
+
"x": 4,
|
|
902
|
+
"y": 5
|
|
903
|
+
}
|
|
904
|
+
},
|
|
905
|
+
{
|
|
906
|
+
"name": "hittheroad",
|
|
907
|
+
"pos": {
|
|
908
|
+
"x": 8,
|
|
909
|
+
"y": 5
|
|
910
|
+
}
|
|
911
|
+
},
|
|
912
|
+
{
|
|
913
|
+
"name": "theduo",
|
|
914
|
+
"pos": {
|
|
915
|
+
"x": 5,
|
|
916
|
+
"y": 4
|
|
917
|
+
}
|
|
918
|
+
},
|
|
919
|
+
{
|
|
920
|
+
"name": "thetrio",
|
|
921
|
+
"pos": {
|
|
922
|
+
"x": 6,
|
|
923
|
+
"y": 4
|
|
924
|
+
}
|
|
925
|
+
},
|
|
926
|
+
{
|
|
927
|
+
"name": "thefamily",
|
|
928
|
+
"pos": {
|
|
929
|
+
"x": 7,
|
|
930
|
+
"y": 4
|
|
931
|
+
}
|
|
932
|
+
},
|
|
933
|
+
{
|
|
934
|
+
"name": "theorder",
|
|
935
|
+
"pos": {
|
|
936
|
+
"x": 8,
|
|
937
|
+
"y": 4
|
|
938
|
+
}
|
|
939
|
+
},
|
|
940
|
+
{
|
|
941
|
+
"name": "thetribe",
|
|
942
|
+
"pos": {
|
|
943
|
+
"x": 9,
|
|
944
|
+
"y": 4
|
|
945
|
+
}
|
|
946
|
+
},
|
|
947
|
+
{
|
|
948
|
+
"name": "stuntman",
|
|
949
|
+
"pos": {
|
|
950
|
+
"x": 8,
|
|
951
|
+
"y": 6
|
|
952
|
+
}
|
|
953
|
+
},
|
|
954
|
+
{
|
|
955
|
+
"name": "invisiblejoker",
|
|
956
|
+
"pos": {
|
|
957
|
+
"x": 1,
|
|
958
|
+
"y": 7
|
|
959
|
+
}
|
|
960
|
+
},
|
|
961
|
+
{
|
|
962
|
+
"name": "brainstorm",
|
|
963
|
+
"pos": {
|
|
964
|
+
"x": 7,
|
|
965
|
+
"y": 7
|
|
966
|
+
}
|
|
967
|
+
},
|
|
968
|
+
{
|
|
969
|
+
"name": "satellite",
|
|
970
|
+
"pos": {
|
|
971
|
+
"x": 8,
|
|
972
|
+
"y": 7
|
|
973
|
+
}
|
|
974
|
+
},
|
|
975
|
+
{
|
|
976
|
+
"name": "shootthemoon",
|
|
977
|
+
"pos": {
|
|
978
|
+
"x": 2,
|
|
979
|
+
"y": 6
|
|
980
|
+
}
|
|
981
|
+
},
|
|
982
|
+
{
|
|
983
|
+
"name": "driverslicense",
|
|
984
|
+
"pos": {
|
|
985
|
+
"x": 0,
|
|
986
|
+
"y": 7
|
|
987
|
+
}
|
|
988
|
+
},
|
|
989
|
+
{
|
|
990
|
+
"name": "cartomancer",
|
|
991
|
+
"pos": {
|
|
992
|
+
"x": 7,
|
|
993
|
+
"y": 3
|
|
994
|
+
}
|
|
995
|
+
},
|
|
996
|
+
{
|
|
997
|
+
"name": "astronomer",
|
|
998
|
+
"pos": {
|
|
999
|
+
"x": 2,
|
|
1000
|
+
"y": 7
|
|
1001
|
+
}
|
|
1002
|
+
},
|
|
1003
|
+
{
|
|
1004
|
+
"name": "burntjoker",
|
|
1005
|
+
"pos": {
|
|
1006
|
+
"x": 3,
|
|
1007
|
+
"y": 7
|
|
1008
|
+
}
|
|
1009
|
+
},
|
|
1010
|
+
{
|
|
1011
|
+
"name": "bootstraps",
|
|
1012
|
+
"pos": {
|
|
1013
|
+
"x": 9,
|
|
1014
|
+
"y": 8
|
|
1015
|
+
}
|
|
1016
|
+
},
|
|
1017
|
+
{
|
|
1018
|
+
"name": "canio",
|
|
1019
|
+
"pos": {
|
|
1020
|
+
"x": 3,
|
|
1021
|
+
"y": 8
|
|
1022
|
+
}
|
|
1023
|
+
},
|
|
1024
|
+
{
|
|
1025
|
+
"name": "triboulet",
|
|
1026
|
+
"pos": {
|
|
1027
|
+
"x": 4,
|
|
1028
|
+
"y": 8
|
|
1029
|
+
}
|
|
1030
|
+
},
|
|
1031
|
+
{
|
|
1032
|
+
"name": "yorick",
|
|
1033
|
+
"pos": {
|
|
1034
|
+
"x": 5,
|
|
1035
|
+
"y": 8
|
|
1036
|
+
}
|
|
1037
|
+
},
|
|
1038
|
+
{
|
|
1039
|
+
"name": "chicot",
|
|
1040
|
+
"pos": {
|
|
1041
|
+
"x": 6,
|
|
1042
|
+
"y": 8
|
|
1043
|
+
}
|
|
1044
|
+
},
|
|
1045
|
+
{
|
|
1046
|
+
"name": "perkeo",
|
|
1047
|
+
"pos": {
|
|
1048
|
+
"x": 7,
|
|
1049
|
+
"y": 8
|
|
1050
|
+
}
|
|
1051
|
+
},
|
|
1052
|
+
{
|
|
1053
|
+
"name": "anylegendary",
|
|
1054
|
+
"pos": {
|
|
1055
|
+
"x": 9,
|
|
1056
|
+
"y": 9
|
|
1057
|
+
}
|
|
1058
|
+
},
|
|
1059
|
+
{
|
|
1060
|
+
"name": "anyrare",
|
|
1061
|
+
"pos": {
|
|
1062
|
+
"x": 9,
|
|
1063
|
+
"y": 9
|
|
1064
|
+
}
|
|
1065
|
+
},
|
|
1066
|
+
{
|
|
1067
|
+
"name": "anyuncommon",
|
|
1068
|
+
"pos": {
|
|
1069
|
+
"x": 9,
|
|
1070
|
+
"y": 9
|
|
1071
|
+
}
|
|
1072
|
+
},
|
|
1073
|
+
{
|
|
1074
|
+
"name": "anycommon",
|
|
1075
|
+
"pos": {
|
|
1076
|
+
"x": 9,
|
|
1077
|
+
"y": 9
|
|
1078
|
+
}
|
|
1079
|
+
},
|
|
1080
|
+
{
|
|
1081
|
+
"name": "anyjoker",
|
|
1082
|
+
"pos": {
|
|
1083
|
+
"x": 9,
|
|
1084
|
+
"y": 9
|
|
1085
|
+
}
|
|
1086
|
+
}
|
|
1087
|
+
]
|