-
Notifications
You must be signed in to change notification settings - Fork 16
/
structured-data.jsonld
758 lines (758 loc) · 21.7 KB
/
structured-data.jsonld
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
{
"@context": "http://schema.org",
"@type": "VideoGame",
"name": "Balatro Calculator",
"description": "Calculate the score of any Balatro hand",
"gameItem": [
{
"@type": "Thing",
"name": "Joker",
"description": "+4 Mult"
},
{
"@type": "Thing",
"name": "Chaos the Clown",
"description": "1 free Reroll per shop"
},
{
"@type": "Thing",
"name": "Jolly Joker",
"description": "+8 Mult if played hand contains a Pair"
},
{
"@type": "Thing",
"name": "Zany Joker",
"description": "+12 Mult if played hand contains a Three of a Kind"
},
{
"@type": "Thing",
"name": "Mad Joker",
"description": "+10 Mult if played hand contains a Two Pair"
},
{
"@type": "Thing",
"name": "Crazy Joker",
"description": "+12 Mult if played hand contains a Straight"
},
{
"@type": "Thing",
"name": "Droll Joker",
"description": "+10 Mult if played hand contains a Flush"
},
{
"@type": "Thing",
"name": "Half Joker",
"description": "+20 Mult if played hand contains 3 or fewer cards"
},
{
"@type": "Thing",
"name": "Merry Andy",
"description": "+3 discards, -1 hand size"
},
{
"@type": "Thing",
"name": "Stone Joker",
"description": "This Joker gains +25 Chips for each Stone Card in your full deck (Currently +0 Chips)"
},
{
"@type": "Thing",
"name": "Juggler",
"description": "+1 hand size"
},
{
"@type": "Thing",
"name": "Drunkard",
"description": "+1 discard"
},
{
"@type": "Thing",
"name": "Acrobat",
"description": "X3 Mult on final hand of round (Currently inactive)"
},
{
"@type": "Thing",
"name": "Sock and Buskin",
"description": "Retrigger all played face cards"
},
{
"@type": "Thing",
"name": "Mime",
"description": "Retrigger all card held in hand abilities"
},
{
"@type": "Thing",
"name": "Credit Card",
"description": "Go up to -$20 in debt"
},
{
"@type": "Thing",
"name": "Greedy Joker",
"description": "Played cards with Diamond suit give +3 Mult when scored"
},
{
"@type": "Thing",
"name": "Lusty Joker",
"description": "Played cards with Heart suit give +3 Mult when scored"
},
{
"@type": "Thing",
"name": "Wrathful Joker",
"description": "Played cards with Spade suit give +3 Mult when scored"
},
{
"@type": "Thing",
"name": "Gluttonous Joker",
"description": "Played cards with Club suit give +3 Mult when scored"
},
{
"@type": "Thing",
"name": "Troubadour",
"description": "+2 hand size, -1 hands per round"
},
{
"@type": "Thing",
"name": "Banner",
"description": "+30 Chips for each remaining discard (Currently +0 Chips)"
},
{
"@type": "Thing",
"name": "Mystic Summit",
"description": "+15 Mult when 0 discards remaining (Currently inactive)"
},
{
"@type": "Thing",
"name": "Marble Joker",
"description": "Adds one Stone card to deck when Blind is selected"
},
{
"@type": "Thing",
"name": "Loyalty Card",
"description": "X4 Mult every 6 hands played (0 remaining)"
},
{
"@type": "Thing",
"name": "Hack",
"description": "Retrigger each played 2, 3, 4, or 5"
},
{
"@type": "Thing",
"name": "Misprint",
"description": "+0 - +23 Mult"
},
{
"@type": "Thing",
"name": "Steel Joker",
"description": "This Joker gains X0.2 Mult for each Steel Card in your full deck (Currently X1 Mult)"
},
{
"@type": "Thing",
"name": "Raised Fist",
"description": "Adds double the rank of lowest card held in hand to Mult"
},
{
"@type": "Thing",
"name": "Golden Joker",
"description": "Earn $4 at end of round"
},
{
"@type": "Thing",
"name": "Blueprint",
"description": "Copies ability of Joker to the right"
},
{
"@type": "Thing",
"name": "Glass Joker",
"description": "This Joker gains X0.75 Mult for every Glass Card that is destroyed (Currently X1 Mult)"
},
{
"@type": "Thing",
"name": "Scary Face",
"description": "Played face cards give +30 Chips when scored"
},
{
"@type": "Thing",
"name": "Abstract Joker",
"description": "+3 Mult for each Joker card (Currently +0 Mult)"
},
{
"@type": "Thing",
"name": "Delayed Gratification",
"description": "Earn $2 per discard if no discards are used by end of the round"
},
{
"@type": "Thing",
"name": "Golden Ticket",
"description": "Played Gold cards earn $4 when scored"
},
{
"@type": "Thing",
"name": "Pareidolia",
"description": "All cards are considered Face cards"
},
{
"@type": "Thing",
"name": "Cartomancer",
"description": "Create a Tarot card when Blind is selected (Must have room)"
},
{
"@type": "Thing",
"name": "Even Steven",
"description": "Played cards with even rank give +4 Mult when scored (10, 8, 6, 4, 2)"
},
{
"@type": "Thing",
"name": "Odd Todd",
"description": "Played cards with odd rank give +31 Chips when scored (A, 9, 7, 5, 3)"
},
{
"@type": "Thing",
"name": "Wee Joker",
"description": "This Joker gains +8 Chips when each played 2 is scored (Currently +0 Chips)"
},
{
"@type": "Thing",
"name": "Business Card",
"description": "Played Face cards have a 1 in 2 chance to give $2 when scored"
},
{
"@type": "Thing",
"name": "Supernova",
"description": "Adds the number of times poker hand has been played to Mult (Currently +0 Mult)"
},
{
"@type": "Thing",
"name": "Mr. Bones",
"description": "Prevents Death if chips scored are at least 25% of required chips self destructs"
},
{
"@type": "Thing",
"name": "Seeing Double",
"description": "X2 Mult if played hand has a scoring Club card and a scoring card of any other suit"
},
{
"@type": "Thing",
"name": "The Duo",
"description": "X2 Mult if played hand contains a Pair"
},
{
"@type": "Thing",
"name": "The Trio",
"description": "X3 Mult if played hand contains a Three of a Kind"
},
{
"@type": "Thing",
"name": "The Family",
"description": "X4 Mult if played hand contains a Four of a Kind"
},
{
"@type": "Thing",
"name": "The Order",
"description": "X3 Mult if played hand contains a Straight"
},
{
"@type": "Thing",
"name": "The Tribe",
"description": "X2 Mult if played hand contains a Flush"
},
{
"@type": "Thing",
"name": "8 Ball",
"description": "1 in 4 chance for each played 8 to create a Tarot card when scored (Must have room)"
},
{
"@type": "Thing",
"name": "Fibonacci",
"description": "Each plaed Ace, 2, 3, 5, or 8 gives +8 Mult when scored"
},
{
"@type": "Thing",
"name": "Joker Stencil",
"description": "X1 Mult for each empty Joker slot Joker stencil included (Currently X1)"
},
{
"@type": "Thing",
"name": "Space Joker",
"description": "1 in 4 chane to upgrade level of played poker hand"
},
{
"@type": "Thing",
"name": "Matador",
"description": "Earn $8 if played hand triggers the Boss Blind ability"
},
{
"@type": "Thing",
"name": "Ceremonial Dagger",
"description": "When Blind is selected, destroy Joker to the right and permanently add double its sell value to this Mult (Currently +0 Mult)"
},
{
"@type": "Thing",
"name": "Showman",
"description": "Joker, Tarot, Planet, and Spectral cards may appear multiple times"
},
{
"@type": "Thing",
"name": "Fortune Teller",
"description": "+1 Mult per Tarot card used this run (Currently 0)"
},
{
"@type": "Thing",
"name": "Hit the Road",
"description": "This Joker gains X0.5 Mult per discarded Jack this round (Currently X1)"
},
{
"@type": "Thing",
"name": "Swashbuckler",
"description": "Adds the sell value of all other owned Jokers to Mult"
},
{
"@type": "Thing",
"name": "Flower Pot",
"description": "X3 Mult if poker hand contains a Diamond card, Club card, Heart card, and Spade card"
},
{
"@type": "Thing",
"name": "Ride the Bus",
"description": "This Joker gains +1 Mult per consecutive hand played without a scoring face card (Currently +0)"
},
{
"@type": "Thing",
"name": "Shoot the Moon",
"description": "+13 Mult for each Queen held in hand"
},
{
"@type": "Thing",
"name": "Scholar",
"description": "Played Aces give +20 Chips and +4 Mult when scored"
},
{
"@type": "Thing",
"name": "Smeared Joker",
"description": "Heart and Diamond count as the same suit, Spade and Club count as the same suit"
},
{
"@type": "Thing",
"name": "Oops! All 6s",
"description": "Double all listed probabilities (ex: 1 in 3 -> 2 in 3)"
},
{
"@type": "Thing",
"name": "Four Fingers",
"description": "All Flushes and Straights can be made with 4 cards"
},
{
"@type": "Thing",
"name": "Gros Michel",
"description": "+15 Mult 1 in 6 chance this card is destroyed at the end of the round"
},
{
"@type": "Thing",
"name": "Stuntman",
"description": "+250 Chips, -2 hand size"
},
{
"@type": "Thing",
"name": "Hanging Chad",
"description": "Retrigger first played card used in scoring 2 additional times"
},
{
"@type": "Thing",
"name": "Driver's License",
"description": "X3 Mult if you have at least 16 Enhanced cards in your full deck (Currently 0)"
},
{
"@type": "Thing",
"name": "Invisible Joker",
"description": "After 2 rounds, sell this card to duplicate a random Joker (Currently 0/2)"
},
{
"@type": "Thing",
"name": "Astronomer",
"description": "All Planet cards and Celestial Packs in the shop are free"
},
{
"@type": "Thing",
"name": "Burnt Joker",
"description": "Upgrade the level of the first discarded poker hand each round"
},
{
"@type": "Thing",
"name": "Dusk",
"description": "Retrigger all played cards in final hand of round (Currently inactive)"
},
{
"@type": "Thing",
"name": "Throwback",
"description": "X0.25 Mult for each Blind skipped this run (Currently X1 Mult)"
},
{
"@type": "Thing",
"name": "The Idol",
"description": "Each played 2 of Hearts gives X2 Mult when scored Card changes every round"
},
{
"@type": "Thing",
"name": "Brainstorm",
"description": "Copies the ability of the leftmost Joker"
},
{
"@type": "Thing",
"name": "Satellite",
"description": "Earn $1 at the end of round per unique Planet card used this run (Currently $0)"
},
{
"@type": "Thing",
"name": "Rough Gem",
"description": "Played cards with Diamond suit earn $1 when scored"
},
{
"@type": "Thing",
"name": "Bloodstone",
"description": "1 in 2 chance for played cards with Heart suit to give X1.5 Mult when scored"
},
{
"@type": "Thing",
"name": "Arrowhead",
"description": "Played cards with Spade suit give +50 Chips when scored"
},
{
"@type": "Thing",
"name": "Onyx Agate",
"description": "Played cards with Club suit give +7 Mult when scored"
},
{
"@type": "Thing",
"name": "Caino",
"description": "Gains X1 Mult when a face card is destroyed (Currently X1 Mult)"
},
{
"@type": "Thing",
"name": "Triboulet",
"description": "Played Kings and Queens each give X2 Mult when scored"
},
{
"@type": "Thing",
"name": "Yorick",
"description": "This Joker gains X1 Mult every 23 [23] cards discarded (Currently X1 Mult)"
},
{
"@type": "Thing",
"name": "Chicot",
"description": "Disables effect of every Boss Blind"
},
{
"@type": "Thing",
"name": "Perkeo",
"description": "Creates a Negative copy of 1 random consumable card in your possession at the end of the shop"
},
{
"@type": "Thing",
"name": "Certificate",
"description": "When round begins, add a random playing card with a random seal to your hand"
},
{
"@type": "Thing",
"name": "Bootstraps",
"description": "+2 Mult for every $5 you have (Currently +0 Mult)"
},
{
"@type": "Thing",
"name": "Egg",
"description": "Gains $3 of sell value at end of round"
},
{
"@type": "Thing",
"name": "Burglar",
"description": "When Blind is selected, gain +3 Hands and lose all discards"
},
{
"@type": "Thing",
"name": "Blackboard",
"description": "X3 Mult if all cards held in hand are Spade or Club"
},
{
"@type": "Thing",
"name": "Runner",
"description": "Gains +15 Chips if played hand contains a Straight (Currently +0 Chips)"
},
{
"@type": "Thing",
"name": "Ice Cream",
"description": "+100 Chips -5 Chips for every hand played"
},
{
"@type": "Thing",
"name": "DNA",
"description": "If first hand of round has only 1 card, add a permanent copy to deck and draw it to hand"
},
{
"@type": "Thing",
"name": "Splash",
"description": "Every played card counts in scoring"
},
{
"@type": "Thing",
"name": "Blue Joker",
"description": "+2 Chips for each remaining card in Deck (Currently +104 Chips)"
},
{
"@type": "Thing",
"name": "Sixth Sense",
"description": "If first hand of round is a single 6, destroy it and create a Spectral card (Must have room)"
},
{
"@type": "Thing",
"name": "Constellation",
"description": "This Joker gains X0.1 Mult per Planet card used (Currently X1 Mult)"
},
{
"@type": "Thing",
"name": "Hiker",
"description": "Every played card permanently gains +5 Chips when scored"
},
{
"@type": "Thing",
"name": "Faceless Joker",
"description": "Earn $5 if 3 or more face cards are discarded at the same time"
},
{
"@type": "Thing",
"name": "Green Joker",
"description": "+1 Mult per hand played -1 Mult per discard (Currently +0 Mult)"
},
{
"@type": "Thing",
"name": "Superposition",
"description": "Create a Tarot card if poker hand contains an Ace and a Straight (Must have room)"
},
{
"@type": "Thing",
"name": "To Do List",
"description": "Earn $4 if poker hand is a Pair, poker hand changes at end of round"
},
{
"@type": "Thing",
"name": "Cavendish",
"description": "X3 Mult 1 in 1000 chance this card is destroy at end of round"
},
{
"@type": "Thing",
"name": "Card Sharp",
"description": "X3 Mult if played poker hand has already been played this round (Currently inactive)"
},
{
"@type": "Thing",
"name": "Red Card",
"description": "This Joker gains +3 Mult when any Booster Pack is skipped (Currently +0 Mult)"
},
{
"@type": "Thing",
"name": "Madness",
"description": "When Small Blind or Big Blind is selected, gain X0.5 Mult and destroy a random Joker (Currently X1 Mult)"
},
{
"@type": "Thing",
"name": "Square Joker",
"description": "This Joker gains +4 Chips if played hand has exactly 4 card (Currently +0 Chips)"
},
{
"@type": "Thing",
"name": "Séance",
"description": "If poker hand is a Straight Flush, craeate a random Spectral card (Must have room)"
},
{
"@type": "Thing",
"name": "Riff-raff",
"description": "When Blind is selected, create 2 Common Jokers (Must have room)"
},
{
"@type": "Thing",
"name": "Vampire",
"description": "This Joker gains X0.1 Mult per scoring Enhanced card played, removes card Enhancement (Currently X1 Mult)"
},
{
"@type": "Thing",
"name": "Shortcut",
"description": "Allows Straights to be made with gaps of 1 rank (ex: 10 8 6 5 3)"
},
{
"@type": "Thing",
"name": "Hologram",
"description": "This Joker gains X0.25 Mult per playing card added to your deck (Currently X1 Mult)"
},
{
"@type": "Thing",
"name": "Vagabond",
"description": "Create a Tarot card if hand is played with $4 or less"
},
{
"@type": "Thing",
"name": "Baron",
"description": "Each King held in hand gives X1.5 Mult"
},
{
"@type": "Thing",
"name": "Cloud 9",
"description": "Earn $1 for each 9 in your full deck at end of round (Currently $0)"
},
{
"@type": "Thing",
"name": "Rocket",
"description": "Earn $1 at end of round. Gains $2 when Boss Blind is defeated"
},
{
"@type": "Thing",
"name": "Obelisk",
"description": "This Joker gains X0.2 Mult per consecutive hand played without playing your must played poker hand (Currently X1 Mult)"
},
{
"@type": "Thing",
"name": "Midas Mask",
"description": "All played face cards become Gold cards when scored"
},
{
"@type": "Thing",
"name": "Luchador",
"description": "Sell this card to disable the current Boss Blind"
},
{
"@type": "Thing",
"name": "Photograph",
"description": "First played face card gives X2 Mult when scored"
},
{
"@type": "Thing",
"name": "Gift Card",
"description": "Add $1 of sell value to every Joker and Consumable card at end of round"
},
{
"@type": "Thing",
"name": "Turtle Bean",
"description": "+5 hand size, reduces by 1 every round"
},
{
"@type": "Thing",
"name": "Erosion",
"description": "+4 Mult for each card below 52 in your full deck (Currently +0)"
},
{
"@type": "Thing",
"name": "Reserved Parking",
"description": "Each face card held in hand has a 1 in 2 chance to give $1"
},
{
"@type": "Thing",
"name": "Mail-In Rebate",
"description": "Earn $5 for each discarded 2, rank changes every round"
},
{
"@type": "Thing",
"name": "To the Moon",
"description": "Earn an extra $1 of interest for every $5 you have at end of round"
},
{
"@type": "Thing",
"name": "Hallucination",
"description": "1 in 2 chance to create a Tarot card when any Booster Pack is opened (Must have room)"
},
{
"@type": "Thing",
"name": "Sly Joker",
"description": "+50 Chips if played hand contains a Pair"
},
{
"@type": "Thing",
"name": "Wily Joker",
"description": "+100 Chips if played hand contains a Three of a Kind"
},
{
"@type": "Thing",
"name": "Clever Joker",
"description": "+80 Chips if played hand contains a Two Pair"
},
{
"@type": "Thing",
"name": "Devious Joker",
"description": "+100 Chips if played hand contains a Straight"
},
{
"@type": "Thing",
"name": "Crafty Joker",
"description": "+80 Chips if played hand contains a Flush"
},
{
"@type": "Thing",
"name": "Lucky Cat",
"description": "This Joker gains X0.25 Mult each time a Lucky card successfully triggers (currently X1 Mult)"
},
{
"@type": "Thing",
"name": "Baseball Card",
"description": "Uncommon Jokers each give X1.5 Mult"
},
{
"@type": "Thing",
"name": "Bull",
"description": "+2 Chips for each dollar you have (Currently +0 Chips)"
},
{
"@type": "Thing",
"name": "Diet Cola",
"description": "Sell this card to create a free Double Tag"
},
{
"@type": "Thing",
"name": "Trading Card",
"description": "If first discard of round has only 1 card, destroy it and earn $3"
},
{
"@type": "Thing",
"name": "Flash Card",
"description": "This Joker gains +2 Mult per reroll in the shop (Currently +0 Mult)"
},
{
"@type": "Thing",
"name": "Popcorn",
"description": "+20 Mult -4 Mult per round played"
},
{
"@type": "Thing",
"name": "Ramen",
"description": "X2 Mult, loses X0.01 Mult per card discarded"
},
{
"@type": "Thing",
"name": "Seltzer",
"description": "Retrigger all cards played for the next 10 hands"
},
{
"@type": "Thing",
"name": "Spare Trousers",
"description": "Gain +2 Mult if played hand contains a Two Pair (Currently +0 Mult)"
},
{
"@type": "Thing",
"name": "Campfire",
"description": "This Joker gains X0.25 Mult for each card sold, resets when Boss Blind is defeated (Currently X1 Mult)"
},
{
"@type": "Thing",
"name": "Smiley Face",
"description": "Played face cards give +5 Mult when scored"
},
{
"@type": "Thing",
"name": "Ancient Joker",
"description": "Each played card with Heart suit gives X1.5 Mult when scored suit changes at end of round"
},
{
"@type": "Thing",
"name": "Walkie Talkie",
"description": "Each played 10 or 4 gives +10 Chips and +4 Mult when scored"
},
{
"@type": "Thing",
"name": "Castle",
"description": "This Joker gains +3 Chips per discarded Heart card, suit changes every round (Currently +0 Chips)"
}
]
}