jaml-ui 0.10.0 → 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.
Files changed (152) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +135 -135
  3. package/assets/8BitDeck.png +0 -0
  4. package/assets/Balatro Seed Curator (DesignsV2)/.design-canvas.state.json +1 -0
  5. package/assets/Balatro Seed Curator (DesignsV2)/Assets/BlindChips.png +0 -0
  6. package/assets/Balatro Seed Curator (DesignsV2)/Assets/Boosters/Boosters.json +303 -0
  7. package/assets/Balatro Seed Curator (DesignsV2)/Assets/Boosters/boosters.png +0 -0
  8. package/assets/Balatro Seed Curator (DesignsV2)/Assets/Boosters.png +0 -0
  9. package/assets/Balatro Seed Curator (DesignsV2)/Assets/Bosses/BlindChips.png +0 -0
  10. package/assets/Balatro Seed Curator (DesignsV2)/Assets/Bosses/blinds_metadata.json +51 -0
  11. package/assets/Balatro Seed Curator (DesignsV2)/Assets/Decks/8BitDeck.png +0 -0
  12. package/assets/Balatro Seed Curator (DesignsV2)/Assets/Decks/Enhancers.png +0 -0
  13. package/assets/Balatro Seed Curator (DesignsV2)/Assets/Decks/balatro-stake-chips.png +0 -0
  14. package/assets/Balatro Seed Curator (DesignsV2)/Assets/Decks/enhancers_metadata.json +52 -0
  15. package/assets/Balatro Seed Curator (DesignsV2)/Assets/Decks/playing_cards_metadata.json +74 -0
  16. package/assets/Balatro Seed Curator (DesignsV2)/Assets/Decks/stakes.json +19 -0
  17. package/assets/Balatro Seed Curator (DesignsV2)/Assets/Editions.png +0 -0
  18. package/assets/Balatro Seed Curator (DesignsV2)/Assets/Enhancers.png +0 -0
  19. package/assets/Balatro Seed Curator (DesignsV2)/Assets/Jokers/Editions.png +0 -0
  20. package/assets/Balatro Seed Curator (DesignsV2)/Assets/Jokers/Jokers.png +0 -0
  21. package/assets/Balatro Seed Curator (DesignsV2)/Assets/Jokers/jokers.json +1087 -0
  22. package/assets/Balatro Seed Curator (DesignsV2)/Assets/Jokers/stickers.png +0 -0
  23. package/assets/Balatro Seed Curator (DesignsV2)/Assets/Jokers/stickers_metadata.json +25 -0
  24. package/assets/Balatro Seed Curator (DesignsV2)/Assets/Jokers.png +0 -0
  25. package/assets/Balatro Seed Curator (DesignsV2)/Assets/Tags/tags.json +191 -0
  26. package/assets/Balatro Seed Curator (DesignsV2)/Assets/Tags/tags.png +0 -0
  27. package/assets/Balatro Seed Curator (DesignsV2)/Assets/Tarots/Tarots.png +0 -0
  28. package/assets/Balatro Seed Curator (DesignsV2)/Assets/Tarots/planets.json +15 -0
  29. package/assets/Balatro Seed Curator (DesignsV2)/Assets/Tarots/spectrals.json +21 -0
  30. package/assets/Balatro Seed Curator (DesignsV2)/Assets/Tarots/tarots.json +163 -0
  31. package/assets/Balatro Seed Curator (DesignsV2)/Assets/Tarots.png +0 -0
  32. package/assets/Balatro Seed Curator (DesignsV2)/Assets/Vouchers/Vouchers.png +0 -0
  33. package/assets/Balatro Seed Curator (DesignsV2)/Assets/Vouchers/vouchers.json +130 -0
  34. package/assets/Balatro Seed Curator (DesignsV2)/Assets/Vouchers.png +0 -0
  35. package/assets/Balatro Seed Curator (DesignsV2)/Assets/blinds.json +51 -0
  36. package/assets/Balatro Seed Curator (DesignsV2)/Assets/boosters.json +303 -0
  37. package/assets/Balatro Seed Curator (DesignsV2)/Assets/fonts/m6x11plusplus.otf +0 -0
  38. package/assets/Balatro Seed Curator (DesignsV2)/Assets/jokers.json +1087 -0
  39. package/assets/Balatro Seed Curator (DesignsV2)/Assets/planets.json +15 -0
  40. package/assets/Balatro Seed Curator (DesignsV2)/Assets/spectrals.json +21 -0
  41. package/assets/Balatro Seed Curator (DesignsV2)/Assets/stakes.png +0 -0
  42. package/assets/Balatro Seed Curator (DesignsV2)/Assets/stickers.png +0 -0
  43. package/assets/Balatro Seed Curator (DesignsV2)/Assets/tags.json +191 -0
  44. package/assets/Balatro Seed Curator (DesignsV2)/Assets/tags.png +0 -0
  45. package/assets/Balatro Seed Curator (DesignsV2)/Assets/tarots.json +163 -0
  46. package/assets/Balatro Seed Curator (DesignsV2)/Assets/vouchers.json +130 -0
  47. package/assets/Balatro Seed Curator (DesignsV2)/Seed Detail v2.html +40 -0
  48. package/assets/Balatro Seed Curator (DesignsV2)/Seed Detail.html +34 -0
  49. package/assets/Balatro Seed Curator (DesignsV2)/public/fonts/m6x11plusplus.otf +0 -0
  50. package/assets/Balatro Seed Curator (DesignsV2)/src/AntePage.jsx +228 -0
  51. package/assets/Balatro Seed Curator (DesignsV2)/src/SeedDetail.jsx +222 -0
  52. package/assets/Balatro Seed Curator (DesignsV2)/src/app.jsx +35 -0
  53. package/assets/Balatro Seed Curator (DesignsV2)/src/mockData.js +185 -0
  54. package/assets/Balatro Seed Curator (DesignsV2)/src/sprites.jsx +259 -0
  55. package/assets/Balatro Seed Curator (DesignsV2)/src/tokens.js +49 -0
  56. package/assets/Balatro Seed Curator (DesignsV2)/src/v2/AntePageV2.jsx +290 -0
  57. package/assets/Balatro Seed Curator (DesignsV2)/src/v2/BalButton.jsx +107 -0
  58. package/assets/Balatro Seed Curator (DesignsV2)/src/v2/JamlBuilderV2.jsx +594 -0
  59. package/assets/Balatro Seed Curator (DesignsV2)/src/v2/JamlIde.jsx +302 -0
  60. package/assets/Balatro Seed Curator (DesignsV2)/src/v2/SearchResultsV2.jsx +286 -0
  61. package/assets/Balatro Seed Curator (DesignsV2)/src/v2/SeedDetailV2.jsx +336 -0
  62. package/assets/Balatro Seed Curator (DesignsV2)/src/v2/SeedOGCard.jsx +251 -0
  63. package/assets/Balatro Seed Curator (DesignsV2)/src/v2/Showcase.jsx +131 -0
  64. package/assets/Balatro Seed Curator (DesignsV2)/src/v2/app.jsx +55 -0
  65. package/assets/Balatro Seed Curator (DesignsV2)/src/v2/data.js +296 -0
  66. package/assets/Balatro Seed Curator (DesignsV2)/starters/design-canvas.jsx +622 -0
  67. package/assets/Balatro Seed Curator (DesignsV2)/uploads/8BitDeck.png +0 -0
  68. package/assets/Balatro Seed Curator (DesignsV2)/uploads/BlindChips.png +0 -0
  69. package/assets/Balatro Seed Curator (DesignsV2)/uploads/Boosters.png +0 -0
  70. package/assets/Balatro Seed Curator (DesignsV2)/uploads/Editions.png +0 -0
  71. package/assets/Balatro Seed Curator (DesignsV2)/uploads/Enhancers.png +0 -0
  72. package/assets/Balatro Seed Curator (DesignsV2)/uploads/Jokers.png +0 -0
  73. package/assets/Balatro Seed Curator (DesignsV2)/uploads/Tarots.png +0 -0
  74. package/assets/Balatro Seed Curator (DesignsV2)/uploads/pasted-1776749540653-0.png +0 -0
  75. package/assets/Balatro Seed Curator (DesignsV2)/uploads/pasted-1776749644934-0.png +0 -0
  76. package/assets/Balatro Seed Curator (DesignsV2)/uploads/pasted-1776749661871-0.png +0 -0
  77. package/assets/Balatro Seed Curator (DesignsV2)/uploads/pasted-1776749674748-0.png +0 -0
  78. package/assets/Balatro Seed Curator (DesignsV2)/uploads/pasted-1776749703076-0.png +0 -0
  79. package/assets/Balatro Seed Curator (DesignsV2)/uploads/pasted-1776749882759-0.png +0 -0
  80. package/assets/Balatro Seed Curator (DesignsV2)/uploads/pasted-1776750354200-0.png +0 -0
  81. package/assets/Balatro Seed Curator (DesignsV2)/uploads/pasted-1776750733265-0.png +0 -0
  82. package/assets/Balatro Seed Curator (DesignsV2)/uploads/pasted-1776751928925-0.png +0 -0
  83. package/assets/Balatro Seed Curator (DesignsV2)/uploads/pasted-1776800975060-0.png +0 -0
  84. package/assets/Balatro Seed Curator (DesignsV2)/uploads/stickers.png +0 -0
  85. package/assets/Balatro Seed Curator (DesignsV2)/uploads/tags.png +0 -0
  86. package/assets/BlindChips.png +0 -0
  87. package/assets/Boosters.png +0 -0
  88. package/assets/Editions.png +0 -0
  89. package/assets/Enhancers.png +0 -0
  90. package/assets/Jokers.png +0 -0
  91. package/assets/Tarots.png +0 -0
  92. package/assets/Vouchers.png +0 -0
  93. package/assets/fonts/m6x11plusplus.otf +0 -0
  94. package/assets/stickers.png +0 -0
  95. package/assets/tags.png +0 -0
  96. package/dist/assets.js +10 -13
  97. package/dist/components/GameCard.js +7 -5
  98. package/dist/components/JamlCodeEditor.js +28 -16
  99. package/dist/components/JamlIdeVisual.d.ts +5 -3
  100. package/dist/components/JamlIdeVisual.js +194 -36
  101. package/dist/components/JamlMapPreview.d.ts +1 -5
  102. package/dist/components/JamlMapPreview.js +67 -107
  103. package/dist/components/PlayingCard.js +15 -50
  104. package/dist/data/balatro-jokers.json +1241 -0
  105. package/dist/decode/motelyItemDecoder.js +1 -1
  106. package/dist/hooks/searchWorkerCode.js +59 -59
  107. package/dist/hooks/useAnalyzer.d.ts +1 -0
  108. package/dist/hooks/useAnalyzer.js +5 -1
  109. package/dist/hooks/useSearch.d.ts +1 -0
  110. package/dist/hooks/useSearch.js +4 -1
  111. package/dist/index.d.ts +1 -0
  112. package/dist/index.js +1 -0
  113. package/dist/motelyDisplay.js +2 -0
  114. package/dist/r3f/BalatroJokerMesh3D.d.ts +8 -0
  115. package/dist/r3f/BalatroJokerMesh3D.js +98 -0
  116. package/dist/r3f/BalatroJokerPreview3D.d.ts +14 -0
  117. package/dist/r3f/BalatroJokerPreview3D.js +30 -0
  118. package/dist/r3f/BalatroPlayingCard3D.d.ts +22 -0
  119. package/dist/r3f/BalatroPlayingCard3D.js +62 -0
  120. package/dist/r3f/cardConstants.d.ts +16 -0
  121. package/dist/r3f/cardConstants.js +14 -0
  122. package/dist/r3f/compositedAtlas.d.ts +5 -0
  123. package/dist/r3f/compositedAtlas.js +56 -0
  124. package/dist/r3f/gridUV.d.ts +22 -0
  125. package/dist/r3f/gridUV.js +30 -0
  126. package/dist/r3f/index.d.ts +12 -0
  127. package/dist/r3f/index.js +13 -0
  128. package/dist/r3f/jokerRegistry.d.ts +28 -0
  129. package/dist/r3f/jokerRegistry.js +40 -0
  130. package/dist/r3f/jokerTilt.d.ts +8 -0
  131. package/dist/r3f/jokerTilt.js +41 -0
  132. package/dist/r3f/magneticTilt.d.ts +18 -0
  133. package/dist/r3f/magneticTilt.js +34 -0
  134. package/dist/r3f/playingCardTypes.d.ts +24 -0
  135. package/dist/r3f/playingCardTypes.js +32 -0
  136. package/dist/r3f/playingCardVisuals.d.ts +7 -0
  137. package/dist/r3f/playingCardVisuals.js +45 -0
  138. package/dist/r3f/usePlayingCardTexture.d.ts +7 -0
  139. package/dist/r3f/usePlayingCardTexture.js +92 -0
  140. package/dist/sprites/spriteMapper.d.ts +1 -1
  141. package/dist/sprites/spriteMapper.js +14 -33
  142. package/dist/ui/footer.js +5 -5
  143. package/dist/ui/jimboBackground.js +55 -55
  144. package/dist/ui/jimboCopyRow.d.ts +5 -0
  145. package/dist/ui/jimboCopyRow.js +36 -0
  146. package/dist/ui/jimboTabs.js +5 -5
  147. package/dist/ui.d.ts +1 -0
  148. package/dist/ui.js +1 -0
  149. package/dist/utils/gameCardUtils.d.ts +4 -12
  150. package/dist/utils/gameCardUtils.js +9 -43
  151. package/fonts.css +5 -5
  152. package/package.json +4 -3
@@ -0,0 +1,25 @@
1
+ {
2
+ "spriteSheet": "stickers.png",
3
+ "spriteWidth": 142,
4
+ "spriteHeight": 190,
5
+ "columns": 5,
6
+ "rows": 3,
7
+ "description": "Stickers that can appear on jokers",
8
+ "sprites": {
9
+ "jokerStickers": {
10
+ "Eternal": { "x": 0, "y": 0, "description": "Cannot be sold or destroyed" },
11
+ "Perishable": { "x": 0, "y": 2, "description": "Debuffed after 5 rounds" },
12
+ "Rental": { "x": 1, "y": 2, "description": "Costs $1 per round" }
13
+ },
14
+ "stakeStickers": {
15
+ "WhiteStake": { "x": 1, "y": 0, "description": "Base stake" },
16
+ "RedStake": { "x": 2, "y": 0, "description": "Small blind gives no reward money" },
17
+ "GreenStake": { "x": 3, "y": 0, "description": "Required score scales faster" },
18
+ "BlueStake": { "x": 4, "y": 0, "description": "Discard size reduced by 1" },
19
+ "BlackStake": { "x": 0, "y": 1, "description": "Shop can have Eternal/Perishable jokers" },
20
+ "PurpleStake": { "x": 1, "y": 1, "description": "Required score scales even faster" },
21
+ "OrangeStake": { "x": 2, "y": 1, "description": "Shop can have Perishable jokers" },
22
+ "GoldStake": { "x": 3, "y": 1, "description": "Shop can have Rental jokers" }
23
+ }
24
+ }
25
+ }
@@ -0,0 +1,191 @@
1
+ [
2
+ {
3
+ "name": "uncommontag",
4
+ "pos": {
5
+ "x": 0,
6
+ "y": 0
7
+ }
8
+ },
9
+ {
10
+ "name": "raretag",
11
+ "pos": {
12
+ "x": 1,
13
+ "y": 0
14
+ }
15
+ },
16
+ {
17
+ "name": "negativetag",
18
+ "pos": {
19
+ "x": 2,
20
+ "y": 0
21
+ }
22
+ },
23
+ {
24
+ "name": "foiltag",
25
+ "pos": {
26
+ "x": 3,
27
+ "y": 0
28
+ }
29
+ },
30
+ {
31
+ "name": "holographictag",
32
+ "pos": {
33
+ "x": 0,
34
+ "y": 1
35
+ }
36
+ },
37
+ {
38
+ "name": "polychrometag",
39
+ "pos": {
40
+ "x": 1,
41
+ "y": 1
42
+ }
43
+ },
44
+ {
45
+ "name": "investmenttag",
46
+ "pos": {
47
+ "x": 2,
48
+ "y": 1
49
+ }
50
+ },
51
+ {
52
+ "name": "vouchertag",
53
+ "pos": {
54
+ "x": 3,
55
+ "y": 1
56
+ }
57
+ },
58
+ {
59
+ "name": "bosstag",
60
+ "pos": {
61
+ "x": 0,
62
+ "y": 2
63
+ }
64
+ },
65
+ {
66
+ "name": "standardtag",
67
+ "pos": {
68
+ "x": 1,
69
+ "y": 2
70
+ }
71
+ },
72
+ {
73
+ "name": "charmtag",
74
+ "pos": {
75
+ "x": 2,
76
+ "y": 2
77
+ }
78
+ },
79
+ {
80
+ "name": "meteortag",
81
+ "pos": {
82
+ "x": 3,
83
+ "y": 2
84
+ }
85
+ },
86
+ {
87
+ "name": "buffoontag",
88
+ "pos": {
89
+ "x": 4,
90
+ "y": 2
91
+ }
92
+ },
93
+ {
94
+ "name": "handytag",
95
+ "pos": {
96
+ "x": 1,
97
+ "y": 3
98
+ }
99
+ },
100
+ {
101
+ "name": "garbagetag",
102
+ "pos": {
103
+ "x": 2,
104
+ "y": 3
105
+ }
106
+ },
107
+ {
108
+ "name": "etherealtag",
109
+ "pos": {
110
+ "x": 3,
111
+ "y": 3
112
+ }
113
+ },
114
+ {
115
+ "name": "coupontag",
116
+ "pos": {
117
+ "x": 4,
118
+ "y": 0
119
+ }
120
+ },
121
+ {
122
+ "name": "doubletag",
123
+ "pos": {
124
+ "x": 5,
125
+ "y": 0
126
+ }
127
+ },
128
+ {
129
+ "name": "juggletag",
130
+ "pos": {
131
+ "x": 5,
132
+ "y": 1
133
+ }
134
+ },
135
+ {
136
+ "name": "d6tag",
137
+ "pos": {
138
+ "x": 5,
139
+ "y": 3
140
+ }
141
+ },
142
+ {
143
+ "name": "topuptag",
144
+ "pos": {
145
+ "x": 4,
146
+ "y": 1
147
+ }
148
+ },
149
+ {
150
+ "name": "speedtag",
151
+ "pos": {
152
+ "x": 0,
153
+ "y": 3
154
+ }
155
+ },
156
+ {
157
+ "name": "orbitaltag",
158
+ "pos": {
159
+ "x": 5,
160
+ "y": 2
161
+ }
162
+ },
163
+ {
164
+ "name": "economytag",
165
+ "pos": {
166
+ "x": 4,
167
+ "y": 3
168
+ }
169
+ },
170
+ {
171
+ "name": "anytag",
172
+ "pos": {
173
+ "x": 3,
174
+ "y": 4
175
+ }
176
+ },
177
+ {
178
+ "name": "anysmall",
179
+ "pos": {
180
+ "x": 3,
181
+ "y": 4
182
+ }
183
+ },
184
+ {
185
+ "name": "anybig",
186
+ "pos": {
187
+ "x": 3,
188
+ "y": 4
189
+ }
190
+ }
191
+ ]
@@ -0,0 +1,15 @@
1
+ [
2
+ {"name": "mercury", "pos": {"x": 0, "y": 3}},
3
+ {"name": "venus", "pos": {"x": 1, "y": 3}},
4
+ {"name": "earth", "pos": {"x": 2, "y": 3}},
5
+ {"name": "mars", "pos": {"x": 3, "y": 3}},
6
+ {"name": "jupiter", "pos": {"x": 4, "y": 3}},
7
+ {"name": "saturn", "pos": {"x": 5, "y": 3}},
8
+ {"name": "uranus", "pos": {"x": 6, "y": 3}},
9
+ {"name": "neptune", "pos": {"x": 7, "y": 3}},
10
+ {"name": "pluto", "pos": {"x": 8, "y": 3}},
11
+ {"name": "planetx", "pos": {"x": 9, "y": 2}},
12
+ {"name": "ceres", "pos": {"x": 8, "y": 2}},
13
+ {"name": "eris", "pos": {"x": 3, "y": 2}},
14
+ {"name": "anyplanet", "pos": {"x": 7, "y": 2}}
15
+ ]
@@ -0,0 +1,21 @@
1
+ [
2
+ {"name": "familiar", "pos": {"x": 0, "y": 4}},
3
+ {"name": "grim", "pos": {"x": 1, "y": 4}},
4
+ {"name": "incantation", "pos": {"x": 2, "y": 4}},
5
+ {"name": "talisman", "pos": {"x": 3, "y": 4}},
6
+ {"name": "aura", "pos": {"x": 4, "y": 4}},
7
+ {"name": "wraith", "pos": {"x": 5, "y": 4}},
8
+ {"name": "sigil", "pos": {"x": 6, "y": 4}},
9
+ {"name": "ouija", "pos": {"x": 7, "y": 4}},
10
+ {"name": "ectoplasm", "pos": {"x": 8, "y": 4}},
11
+ {"name": "immolate", "pos": {"x": 9, "y": 4}},
12
+ {"name": "ankh", "pos": {"x": 0, "y": 5}},
13
+ {"name": "dejavu", "pos": {"x": 1, "y": 5}},
14
+ {"name": "hex", "pos": {"x": 2, "y": 5}},
15
+ {"name": "trance", "pos": {"x": 3, "y": 5}},
16
+ {"name": "medium", "pos": {"x": 4, "y": 5}},
17
+ {"name": "cryptid", "pos": {"x": 5, "y": 5}},
18
+ {"name": "soul", "pos": {"x": 2, "y": 2}},
19
+ {"name": "blackhole", "pos": {"x": 9, "y": 3}},
20
+ {"name": "anyspectral", "pos": {"x": 5, "y": 2}}
21
+ ]
@@ -0,0 +1,163 @@
1
+ [
2
+ {
3
+ "name": "thefool",
4
+ "pos": {
5
+ "x": 0,
6
+ "y": 0
7
+ }
8
+ },
9
+ {
10
+ "name": "themagician",
11
+ "pos": {
12
+ "x": 1,
13
+ "y": 0
14
+ }
15
+ },
16
+ {
17
+ "name": "thehighpriestess",
18
+ "pos": {
19
+ "x": 2,
20
+ "y": 0
21
+ }
22
+ },
23
+ {
24
+ "name": "theempress",
25
+ "pos": {
26
+ "x": 3,
27
+ "y": 0
28
+ }
29
+ },
30
+ {
31
+ "name": "theemperor",
32
+ "pos": {
33
+ "x": 4,
34
+ "y": 0
35
+ }
36
+ },
37
+ {
38
+ "name": "thehierophant",
39
+ "pos": {
40
+ "x": 5,
41
+ "y": 0
42
+ }
43
+ },
44
+ {
45
+ "name": "thelovers",
46
+ "pos": {
47
+ "x": 6,
48
+ "y": 0
49
+ }
50
+ },
51
+ {
52
+ "name": "thechariot",
53
+ "pos": {
54
+ "x": 7,
55
+ "y": 0
56
+ }
57
+ },
58
+ {
59
+ "name": "justice",
60
+ "pos": {
61
+ "x": 8,
62
+ "y": 0
63
+ }
64
+ },
65
+ {
66
+ "name": "thehermit",
67
+ "pos": {
68
+ "x": 9,
69
+ "y": 0
70
+ }
71
+ },
72
+ {
73
+ "name": "thewheeloffortune",
74
+ "pos": {
75
+ "x": 0,
76
+ "y": 1
77
+ }
78
+ },
79
+ {
80
+ "name": "strength",
81
+ "pos": {
82
+ "x": 1,
83
+ "y": 1
84
+ }
85
+ },
86
+ {
87
+ "name": "thehangedman",
88
+ "pos": {
89
+ "x": 2,
90
+ "y": 1
91
+ }
92
+ },
93
+ {
94
+ "name": "death",
95
+ "pos": {
96
+ "x": 3,
97
+ "y": 1
98
+ }
99
+ },
100
+ {
101
+ "name": "temperance",
102
+ "pos": {
103
+ "x": 4,
104
+ "y": 1
105
+ }
106
+ },
107
+ {
108
+ "name": "thedevil",
109
+ "pos": {
110
+ "x": 5,
111
+ "y": 1
112
+ }
113
+ },
114
+ {
115
+ "name": "thetower",
116
+ "pos": {
117
+ "x": 6,
118
+ "y": 1
119
+ }
120
+ },
121
+ {
122
+ "name": "thestar",
123
+ "pos": {
124
+ "x": 7,
125
+ "y": 1
126
+ }
127
+ },
128
+ {
129
+ "name": "themoon",
130
+ "pos": {
131
+ "x": 8,
132
+ "y": 1
133
+ }
134
+ },
135
+ {
136
+ "name": "thesun",
137
+ "pos": {
138
+ "x": 9,
139
+ "y": 1
140
+ }
141
+ },
142
+ {
143
+ "name": "judgement",
144
+ "pos": {
145
+ "x": 0,
146
+ "y": 2
147
+ }
148
+ },
149
+ {
150
+ "name": "theworld",
151
+ "pos": {
152
+ "x": 1,
153
+ "y": 2
154
+ }
155
+ },
156
+ {
157
+ "name": "anytarot",
158
+ "pos": {
159
+ "x": 6,
160
+ "y": 2
161
+ }
162
+ }
163
+ ]
@@ -0,0 +1,130 @@
1
+ [
2
+ {
3
+ "name": "overstock",
4
+ "pos": { "x": 0, "y": 0 }
5
+ },
6
+ {
7
+ "name": "clearancesale",
8
+ "pos": { "x": 3, "y": 0 }
9
+ },
10
+ {
11
+ "name": "hone",
12
+ "pos": { "x": 4, "y": 0 }
13
+ },
14
+ {
15
+ "name": "rerollsurplus",
16
+ "pos": { "x": 0, "y": 2 }
17
+ },
18
+ {
19
+ "name": "crystalball",
20
+ "pos": { "x": 2, "y": 2 }
21
+ },
22
+ {
23
+ "name": "telescope",
24
+ "pos": { "x": 3, "y": 2 }
25
+ },
26
+ {
27
+ "name": "grabber",
28
+ "pos": { "x": 5, "y": 0 }
29
+ },
30
+ {
31
+ "name": "wasteful",
32
+ "pos": { "x": 6, "y": 0 }
33
+ },
34
+ {
35
+ "name": "tarotmerchant",
36
+ "pos": { "x": 1, "y": 0 }
37
+ },
38
+ {
39
+ "name": "planetmerchant",
40
+ "pos": { "x": 2, "y": 0 }
41
+ },
42
+ {
43
+ "name": "seedmoney",
44
+ "pos": { "x": 1, "y": 2 }
45
+ },
46
+ {
47
+ "name": "blank",
48
+ "pos": { "x": 7, "y": 0 }
49
+ },
50
+ {
51
+ "name": "magictrick",
52
+ "pos": { "x": 4, "y": 2 }
53
+ },
54
+ {
55
+ "name": "hieroglyph",
56
+ "pos": { "x": 5, "y": 2 }
57
+ },
58
+ {
59
+ "name": "directorscut",
60
+ "pos": { "x": 6, "y": 2 }
61
+ },
62
+ {
63
+ "name": "paintbrush",
64
+ "pos": { "x": 7, "y": 2 }
65
+ },
66
+ {
67
+ "name": "overstockplus",
68
+ "pos": { "x": 0, "y": 1 }
69
+ },
70
+ {
71
+ "name": "liquidation",
72
+ "pos": { "x": 3, "y": 1 }
73
+ },
74
+ {
75
+ "name": "glowup",
76
+ "pos": { "x": 4, "y": 1 }
77
+ },
78
+ {
79
+ "name": "rerollglut",
80
+ "pos": { "x": 0, "y": 3 }
81
+ },
82
+ {
83
+ "name": "omenglobe",
84
+ "pos": { "x": 2, "y": 3 }
85
+ },
86
+ {
87
+ "name": "observatory",
88
+ "pos": { "x": 3, "y": 3 }
89
+ },
90
+ {
91
+ "name": "nachotong",
92
+ "pos": { "x": 5, "y": 1 }
93
+ },
94
+ {
95
+ "name": "recyclomancy",
96
+ "pos": { "x": 6, "y": 1 }
97
+ },
98
+ {
99
+ "name": "tarottycoon",
100
+ "pos": { "x": 1, "y": 1 }
101
+ },
102
+ {
103
+ "name": "planettycoon",
104
+ "pos": { "x": 2, "y": 1 }
105
+ },
106
+ {
107
+ "name": "moneytree",
108
+ "pos": { "x": 1, "y": 3 }
109
+ },
110
+ {
111
+ "name": "antimatter",
112
+ "pos": { "x": 7, "y": 1 }
113
+ },
114
+ {
115
+ "name": "illusion",
116
+ "pos": { "x": 4, "y": 3 }
117
+ },
118
+ {
119
+ "name": "petroglyph",
120
+ "pos": { "x": 5, "y": 3 }
121
+ },
122
+ {
123
+ "name": "retcon",
124
+ "pos": { "x": 6, "y": 3 }
125
+ },
126
+ {
127
+ "name": "palette",
128
+ "pos": { "x": 7, "y": 3 }
129
+ }
130
+ ]
@@ -0,0 +1,51 @@
1
+ {
2
+ "spriteSheet": "BlindChips.png",
3
+ "spriteWidth": 68,
4
+ "spriteHeight": 68,
5
+ "columns": 21,
6
+ "rows": 31,
7
+ "animated": true,
8
+ "framesPerAnimation": 21,
9
+ "description": "Boss blind chips with animations",
10
+ "sprites": {
11
+ "blinds": {
12
+ "SmallBlind": { "x": 0, "y": 0, "description": "Small blind chip" },
13
+ "BigBlind": { "x": 0, "y": 1, "description": "Big blind chip" }
14
+ },
15
+ "bosses": {
16
+ "TheOx": { "x": 0, "y": 2 },
17
+ "TheHouse": { "x": 0, "y": 3 },
18
+ "TheClub": { "x": 0, "y": 4 },
19
+ "TheFish": { "x": 0, "y": 5 },
20
+ "TheWindow": { "x": 0, "y": 6 },
21
+ "TheHook": { "x": 0, "y": 7 },
22
+ "TheManacle": { "x": 0, "y": 8 },
23
+ "TheWall": { "x": 0, "y": 9 },
24
+ "TheWheel": { "x": 0, "y": 10 },
25
+ "TheArm": { "x": 0, "y": 11 },
26
+ "ThePsychic": { "x": 0, "y": 12 },
27
+ "TheGoad": { "x": 0, "y": 13 },
28
+ "TheWater": { "x": 0, "y": 14 },
29
+ "TheSerpent": { "x": 0, "y": 15 },
30
+ "ThePillar": { "x": 0, "y": 16 },
31
+ "TheEye": { "x": 0, "y": 17 },
32
+ "TheMouth": { "x": 0, "y": 18 },
33
+ "ThePlant": { "x": 0, "y": 19 },
34
+ "TheNeedle": { "x": 0, "y": 20 },
35
+ "TheHead": { "x": 0, "y": 21 },
36
+ "TheTooth": { "x": 0, "y": 22 },
37
+ "TheMark": { "x": 0, "y": 23 },
38
+ "TheFlint": { "x": 0, "y": 24 }
39
+ },
40
+ "finisherBosses": {
41
+ "CrimsonHeart": { "x": 0, "y": 25, "description": "Ante 8/16 finisher boss" },
42
+ "CeruleanBell": { "x": 0, "y": 26, "description": "Ante 8/16 finisher boss" },
43
+ "AmberAcorn": { "x": 0, "y": 27, "description": "Ante 8/16 finisher boss" },
44
+ "VerdantLeaf": { "x": 0, "y": 28, "description": "Ante 8/16 finisher boss" },
45
+ "VioletVessel": { "x": 0, "y": 29, "description": "Ante 8/16 finisher boss" }
46
+ },
47
+ "special": {
48
+ "MysteryBoss": { "x": 0, "y": 30, "description": "Mystery boss icon" }
49
+ }
50
+ }
51
+ }