isaacscript-common
Version:
Helper functions and features for IsaacScript mods.
744 lines (740 loc) • 43.2 kB
text/typescript
/* cspell:disable */
import { CollectibleType } from "isaac-typescript-definitions";
export const DEFAULT_COLLECTIBLE_DESCRIPTION = "Unknown";
/** Maps collectible types to the real English descriptions from the "stringtable.sta" file. */
export const COLLECTIBLE_DESCRIPTIONS = {
[]: DEFAULT_COLLECTIBLE_DESCRIPTION, // 0
[]: "Tears up", // 1
[]: "Triple shot", // 2
[]: "Homing shots", // 3
[]: "DMG up", // 4
[]: "Boomerang tears", // 5
[]: "Tears up + range down", // 6
[]: "DMG up", // 7
[]: "Friends 'till the end", // 8
[]: "Fly love", // 9
[]: "Projectile protection", // 10
[]: "Extra life", // 11
[]: "All stats up!", // 12
[]: "Poison touch + speed up", // 13
[]: "Speed and range up", // 14
[]: "HP up", // 15
[]: "HP up", // 16
[]: "99 keys", // 17
[]: "$$$", // 18
[]: "10 bombs", // 19
[]: "We all float down here...", // 20
[]: "The end is near", // 21
[]: "HP up", // 22
[]: "HP up", // 23
[]: "HP up", // 24
[]: "HP up", // 25
[]: "HP up", // 26
[]: "Speed up", // 27
[]: "Speed up", // 28
[]: "Range up", // 29
[]: "Range up", // 30
[]: "Range up", // 31
[]: "Tears up", // 32
[]: "Temporary flight", // 33
[]: "Temporary DMG up", // 34
[]: "Mass room damage", // 35
[]: "Plop!", // 36
[]: "Reusable bomb buddy", // 37
[]: "Reusable tear burst", // 38
[]: "Mass paralysis", // 39
[]: "Become the bomb!", // 40
[]: "Mass fear", // 41
[]: "Reusable ranged bomb", // 42
// There is no `CollectibleType` with a value of 43.
[]: "Teleport!", // 44
[]: "Reusable regeneration", // 45
[]: "Luck up", // 46
[]: "Reusable air strike", // 47
[]: "Piercing shots", // 48
[]: "BLLLARRRRGGG!", // 49
[]: "DMG up", // 50
[]: "DMG up", // 51
[]: "???", // 52
[]: "Item snatcher", // 53
[]: "Full visible map", // 54
[]: "Eye in the back of your head", // 55
[]: "Oops...", // 56
[]: "Attack fly", // 57
[]: "Temporary invincibility", // 58
[]: "Temporary DMG up", // 59
[]: "Building bridges", // 60
// There is no `CollectibleType` with a value of 61.
[]: "Kills heal", // 62
[]: "Stores energy", // 63
[]: "50% off", // 64
[]: "Summon bombs", // 65
[]: "Temporary enemy slowdown", // 66
[]: "Friends 'till the end", // 67
[]: "Laser tears", // 68
[]: "Charge shots", // 69
[]: "Speed + DMG up", // 70
[]: "Speed + range up", // 71
[]: "Tears + faith up", // 72
[]: "Gotta meat 'em all", // 73
[]: "+25 coins", // 74
[]: "Better pills", // 75
[]: "I've seen everything", // 76
[]: "Temporary badass", // 77
[]: "Reusable soul protection", // 78
[]: "DMG + speed up", // 79
[]: "DMG + tears up", // 80
[]: "9 lives", // 81
[]: "Demon wings", // 82
[]: "Temporary demon form", // 83
[]: "Reusable level skip", // 84
[]: "Reusable card generator ", // 85
[]: "Summon Monstro", // 86
[]: "Cross tears", // 87
[]: "Attack buddy", // 88
[]: "Slow effect", // 89
[]: "DMG up", // 90
[]: "See-through doors", // 91
[]: "+2 hearts", // 92
[]: "Temporary Man-Pac", // 93
[]: "Gives money", // 94
[]: "Friends 'till the bbbbzzzt", // 95
[]: "Gives kisses", // 96
[]: "Reusable item generator", // 97
[]: "Soul generator", // 98
[]: "Sticky friend", // 99
[]: "Psychic friend", // 100
[]: "All stats up", // 101
[]: "Reusable pill generator", // 102
[]: "Poison damage", // 103
[]: "Split shot", // 104
[]: "Reroll your destiny", // 105
[]: "Bigger boom", // 106
[]: "Cut and run", // 107
[]: "Damage resistance", // 108
[]: "$$$ = DMG", // 109
[]: "Freeze effect", // 110
[]: "Toot on command", // 111
[]: "Extra protection", // 112
[]: "Auto-turret friend", // 113
[]: "Stab stab stab", // 114
[]: "Spectral tears", // 115
[]: "Quicker charge", // 116
[]: "Protective buddy", // 117
[]: "Blood laser barrage", // 118
[]: "HP up", // 119
[]: "Tears + speed up, DMG down", // 120
[]: "HP + DMG up, speed down", // 121
[]: "Curse up", // 122
[]: "Temporary buddy generator", // 123
[]: "It's a mystery", // 124
[]: "Homing bombs", // 125
[]: "Feel my pain", // 126
[]: "I don't remember...", // 127
[]: "Attack fly", // 128
[]: "HP up", // 129
[]: "Flight + dash attack", // 130
[]: "Gives bombs", // 131
[]: "My Xmas present", // 132
[]: "Soul converter", // 133
[]: "Cursed?", // 134
[]: "Portable blood bank", // 135
[]: "Friends 'till the end", // 136
[]: "Remote bomb detonation", // 137
[]: "DMG + HP up", // 138
[]: "More trinket room", // 139
[]: "+5 poison bombs", // 140
[]: "Ultimate grand supreme", // 141
[]: "Pray for a miracle", // 142
[]: "Speed + shot speed up", // 143
[]: "He's greedy", // 144
[]: "Reusable fly hive", // 145
[]: "Reusable eternity ", // 146
[]: "Rocks don't stand a chance", // 147
[]: "Fly revenge", // 148
[]: "Explosive shots", // 149
[]: "Tooth shot", // 150
[]: "They grow inside", // 151
[]: "Extra laser", // 152
[]: "Quad shot", // 153
[]: "DMG up", // 154
[]: "Plop!", // 155
[]: "Item martyr", // 156
[]: "RAGE!", // 157
[]: "I see my future", // 158
[]: "Scary", // 159
[]: "Holy white death", // 160
[]: "Eternal life?", // 161
[]: "Blessing of protection", // 162
[]: "Spectral buddy", // 163
[]: "Reusable flames", // 164
[]: "Shot speed + damage up", // 165
[]: "Reroll the basics", // 166
[]: "Double shot buddy", // 167
[]: "On-demand air strike", // 168
[]: "Mega tears", // 169
[]: "Daddy's love", // 170
[]: "Mass enemy slowdown + damage", // 171
[]: "My fate protects me", // 172
[]: "Blessing of purity", // 173
[]: "Random buddy", // 174
[]: "Opens all doors...", // 175
[]: "HP + shot speed up", // 176
[]: "Gamble 24/7", // 177
[]: "Splash!", // 178
[]: "Flight eternal", // 179
[]: "Toot on touch", // 180
[]: "Flight + holy death", // 181
[]: "Homing shots + DMG up", // 182
[]: "Tears + shot speed up", // 183
[]: "Flight + HP up", // 184
[]: "Flight + spectral tears", // 185
[]: "Mass enemy damage at a cost", // 186
[]: "Swing it", // 187
[]: "Mirrored buddy", // 188
[]: "All stats up", // 189
[]: "99 bombs", // 190
[]: "Rainbow tears", // 191
[]: "Temporary psychic shot", // 192
[]: "DMG + HP up", // 193
[]: "Shot speed up", // 194
[]: "What's all this...?", // 195
[]: "Tears up", // 196
[]: "Damage + range up", // 197
[]: "Stuff", // 198
[]: "Better chest loot +2 keys", // 199
[]: "Charm tears", // 200
[]: "DMG up + concussive tears", // 201
[]: "Golden touch", // 202
[]: "1+1 free 4Evar", // 203
[]: "Filled with goodies", // 204
[]: "Infinite charge... at a cost", // 205
[]: "DMG + tears up. An out-of-body experience!", // 206
[]: "Gotta lick 'em all!", // 207
[]: "DMG + challenge up", // 208
[]: "Toxic blast +5 bombs", // 209
[]: "Unbreakable", // 210
[]: "Spider revenge", // 211
[]: "Eternal life?", // 212
[]: "Shielded tears", // 213
[]: "Toxic blood", // 214
[]: "He accepts your offering", // 215
[]: "DMG + evil up", // 216
[]: "You feel itchy...", // 217
[]: "Regeneration + HP up", // 218
[]: "HP up", // 219
[]: "Tear blasts +5 bombs", // 220
[]: "Bouncing tears", // 221
[]: "Anti-gravity tears + tears up", // 222
[]: "It hurts so good +5 bombs", // 223
[]: "Bursting shots + tears up", // 224
[]: "Sweet suffering", // 225
[]: "HP up x3", // 226
[]: "My life savings", // 227
[]: "Fear shot + tears up", // 228
[]: "Charged burst attack", // 229
[]: "Evil + DMG up + fear shot", // 230
[]: "Sticky feet...", // 231
[]: "Let's slow this down a bit...", // 232
[]: "Orbiting tears + range up", // 233
[]: "Infestation shot", // 234
// There is no `CollectibleType` with a value of 235.
[]: "Turdy touch", // 236
[]: "Piercing shots + DMG up", // 237
[]: "???", // 238
[]: "???", // 239
[]: "Some stats up, some stats down", // 240
[]: "Wealth... but at what cost?", // 241
[]: "Blocks damage... sometimes", // 242
[]: "You feel guarded", // 243
[]: "It's still being tested...", // 244
[]: "Double shot", // 245
[]: "Secrets", // 246
[]: "Your friends rule", // 247
[]: "Giant spiders and flies", // 248
[]: "More options", // 249
[]: "1+1 BOOM!", // 250
[]: "Extra card room", // 251
[]: "Extra pill room", // 252
[]: "HP + luck up", // 253
[]: "DMG + range up", // 254
[]: "Tears + shot speed up", // 255
[]: "Burning blast +5 bombs", // 256
[]: "Flaming tears", // 257
[]: "Syntax error", // 258
[]: "DMG up + fear shot", // 259
[]: "Curse immunity + evil up", // 260
[]: "Short range mega tears", // 261
[]: "Evil up. Your enemies will pay!", // 262
[]: "Rune mimic", // 263
[]: "Revenge fly", // 264
[]: "Immortal friend", // 265
[]: "Sticky babies", // 266
[]: "We worked out all the kinks", // 267
[]: "Infested friend", // 268
[]: "Bloody friend", // 269
[]: "Blood sucker", // 270
[]: "?", // 271
[]: "Big Beautiful Fly", // 272
[]: "Explosive thoughts", // 273
[]: "Sworn protector", // 274
[]: "Evil friend", // 275
[]: "Protect it", // 276
[]: "Fear him", // 277
[]: "He wants to take your life", // 278
[]: "Fat protector", // 279
[]: "She loves you", // 280
[]: "Scape goat", // 281
[]: "It's time you learned how", // 282
[]: "REEROLLLLL!", // 283
[]: "Reroll into something else", // 284
[]: "Reroll enemies", // 285
[]: "Card mimic", // 286
[]: "Tome of knowledge", // 287
[]: "It's a box of spiders", // 288
[]: "Flame on", // 289
[]: "Save your life", // 290
[]: "...", // 291
[]: "Reusable evil... but at what cost?", // 292
[]: "Krampus rage", // 293
[]: "Reusable knock-back", // 294
[]: "Pay to win", // 295
[]: "Convert your soul", // 296
[]: "? ?", // 297
[]: "You feel stumped", // 298
[]: "Speed down + rage is building", // 299
[]: "Ramming speed", // 300
[]: "HP up + you feel protected", // 301
[]: "Stompy", // 302
[]: "You feel refreshed and protected", // 303
[]: "You feel balanced", // 304
[]: "Poison tears", // 305
[]: "Piercing shots + speed up", // 306
[]: "All stats up", // 307
[]: "Trail of tears", // 308
[]: "Tears up + knock-back shot", // 309
[]: "DMG up, tears + shot speed down", // 310
[]: "Sweet revenge", // 311
[]: "HP up + you feel healthy", // 312
[]: "Holy shield", // 313
[]: "HP up + speed down + you feel stompy", // 314
[]: "Magnetic tears", // 315
[]: "Cursed charge shot", // 316
[]: "Toxic splash damage", // 317
[]: "Conjoined friend", // 318
[]: "Near-sighted friend", // 319
[]: "Controlled friend", // 320
[]: "The ol' ball and chain", // 321
[]: "Mongo friend", // 322
[]: "Collected tears", // 323
[]: "Undefined", // 324
[]: "Lose your head", // 325
[]: "Invincibility at a cost", // 326
[]: "Fate chosen", // 327
[]: "Fate chosen", // 328
[]: "Controlled tears", // 329
[]: "DMG down + tears way up", // 330
[]: "God tears", // 331
[]: "Eternal life?", // 332
[]: "I know all", // 333
[]: "I feel all", // 334
[]: "I am all", // 335
[]: "Toxic aura tears", // 336
[]: "I think it's broken", // 337
[]: "It will never leave you", // 338
[]: "Evil + range + shot speed up", // 339
[]: "Speed up + size down", // 340
[]: "Tears + shot speed up", // 341
[]: "HP + tears up + shot speed down", // 342
[]: "Luck up", // 343
[]: "Evil up", // 344
[]: "DMG + range up", // 345
[]: "HP up", // 346
[]: "Double item vision", // 347
[]: "Pill mimic", // 348
[]: "Flip a coin", // 349
[]: "Mass poison", // 350
[]: "Giga fart!", // 351
[]: "Be gentle...", // 352
[]: "Cross blast + 5 bombs", // 353
[]: "HP up. Don't swallow the prize!", // 354
[]: "Range + luck up", // 355
[]: "Active power up", // 356
[]: "Double your friends", // 357
[]: "Double wiz shot!", // 358
[]: "Stick it to 'em!", // 359
[]: "Dark friend", // 360
[]: "Your fate beside you", // 361
[]: "What's in the box?", // 362
[]: "Protective friend", // 363
[]: "Friendly fly", // 364
[]: "Lost protector", // 365
[]: "We put bombs in your bombs!", // 366
[]: "Egg sack bombs!", // 367
[]: "Intensifying tears", // 368
[]: "Transcendent tears", // 369
[]: "Range + tears up", // 370
[]: "Embrace chaos", // 371
[]: "Bbbzzzzzt! ", // 372
[]: "Accuracy brings power", // 373
[]: "Holy death shot", // 374
[]: "Blast resistance", // 375
[]: "Never ending stores!", // 376
[]: "Spider love", // 377
[]: "Uh oh...", // 378
[]: "Wide shot", // 379
[]: "Money talks", // 380
[]: "Tears up + your future shines brighter", // 381
[]: "Gotta fetch 'em all!", // 382
[]: "Remote tear detonation", // 383
[]: "A gurd of your own!", // 384
[]: "Bumbo want coin!", // 385
[]: "Rerolls rocks", // 386
[]: "Peace be with you", // 387
[]: "He wants your keys!", // 388
[]: "Rune generator", // 389
[]: "Sworn friend", // 390
[]: "Turn your enemy", // 391
[]: "The heavens will change you", // 392
[]: "The kiss of death", // 393
[]: "Directed tears", // 394
[]: "Laser ring tears", // 395
[]: "Short cutter", // 396
[]: "Controlled tears", // 397
[]: "Shrink shot!", // 398
[]: "Consume thy enemy!", // 399
[]: "Your destiny", // 400
[]: "Sticky bomb shot", // 401
[]: "!!!", // 402
[]: "Mod buddy", // 403
[]: "He farts", // 404
[]: "Double tap glitch", // 405
[]: "Reroll stats", // 406
[]: "Aura stat boost", // 407
[]: "Call to the void", // 408
[]: "I reward an empty vessel", // 409
[]: "Eye shot", // 410
[]: "Their blood brings rage!", // 411
[]: "Feed them hate", // 412
[]: "Feed them love", // 413
[]: "There's options", // 414
[]: "The untainted gain power", // 415
[]: "More money!", // 416
[]: "Damage booster", // 417
[]: "Rainbow effects!", // 418
[]: "I-Teleport!", // 419
[]: "Spin the black circle!", // 420
[]: "Love toots", // 421
[]: "Turn back time", // 422
[]: "Protect me from myself", // 423
[]: "More sacks!", // 424
[]: "Scared of the dark?", // 425
[]: "Follows my every move...", // 426
[]: "Booom!", // 427
[]: "You feel cozy", // 428
[]: "Penny tears", // 429
[]: "Turret follower", // 430
[]: "ydduB Buddy", // 431
[]: "Prize bombs", // 432
[]: "Me! And my shaaaadow!", // 433
[]: "Bug catcher", // 434
[]: "4-way buddy!", // 435
[]: "Don't cry over it...", // 436
[]: "Roll again", // 437
[]: "Tears up", // 438
[]: "What's inside?", // 439
[]: "Matt's kidney stone", // 440
[]: "Laser breath", // 441
[]: "Loss is power", // 442
[]: "Trick or treat?", // 443
[]: "He's a bleeder!", // 444
[]: "Bark at the moon!", // 445
[]: "Toxic breath", // 446
[]: "Crying makes me toot", // 447
[]: "Blood and guts!", // 448
[]: "It itches...", // 449
[]: "Gold tears!", // 450
[]: "I see the future", // 451
[]: "I'm leaking...", // 452
[]: "Bone tears!", // 453
[]: "Hold me!", // 454
[]: "I remember this...", // 455
[]: "HP up", // 456
[]: "Hard headed!", // 457
[]: "What's in there?", // 458
[]: "Booger tears!", // 459
[]: "Blind tears!", // 460
[]: "Egg tears!", // 461
[]: "Possessed tears!", // 462
[]: "Acid tears!", // 463
[]: "A gift from above", // 464
[]: "360 tears!", // 465
[]: "Outbreak!", // 466
[]: "Watch where you point that!", // 467
[]: "It follows", // 468
[]: ":(", // 469
[]: "Lil hush!", // 470
[]: "Ain't he cute?", // 471
[]: "Hail to the king baby", // 472
[]: "Chub chub", // 473
[]: "You broke it!", // 474
[]: "My last resort", // 475
[]: "What will it be?", // 476
[]: "Consume", // 477
[]: "Stop!", // 478
[]: "Trinket melter!", // 479
[]: "Gain more friends!", // 480
[]: "109", // 481
[]: "Change", // 482
[]: "BOOOOOOOOOM!", // 483
[]: "I can't believe it's not butter bean!", // 484
[]: "50/50", // 485
[]: "I feel numb...", // 486
[]: "A pound of flesh...", // 487
[]: "Waggles a finger", // 488
[]: "Reroll forever", // 489
[]: "...", // 490
[]: "Pills pills pills!", // 491
[]: "Yo listen!", // 492
[]: "Panic = power", // 493
[]: "Electric tears", // 494
[]: "Flame tears", // 495
[]: "Needle shot", // 496
[]: "Camo kid", // 497
[]: "You feel very balanced", // 498
[]: "Peace be with you", // 499
[]: "Gives sacks", // 500
[]: "Money = health!", // 501
[]: "Creep shots", // 502
[]: "Big brother is watching", // 503
[]: "Friendly fly", // 504
[]: "Gotta catch em...", // 505
[]: "Watch your back!", // 506
[]: "More blood!", // 507
[]: "It's sharp!", // 508
[]: "Bloody friend", // 509
[]: "Unleash the power!", // 510
[]: "He's violent", // 511
[]: "Nothing can escape", // 512
[]: "Party time!", // 513
[]: "Lag!", // 514
[]: "Wrapped up nice for you!", // 515
[]: "Sprinkles.", // 516
[]: "Rapid bomb drops", // 517
[]: "What could it be?!", // 518
[]: "Delirious friend", // 519
[]: "Bloody recharge", // 520
[]: "Allow 6 weeks for delivery", // 521
[]: "Power of the mind", // 522
[]: "Pack and unpack", // 523
[]: "Static tears", // 524
[]: "You're tearing me apart!", // 525
[]: "Lil harbingers!", // 526
[]: "Caaan do!", // 527
[]: "Eclipsed by the moon", // 528
[]: "Eyeball tears", // 529
[]: "Just hope you're not next...", // 530
[]: "I'm seeing red...", // 531
[]: "Feed them!", // 532
[]: "Smite thy enemy", // 533
[]: "Extra active item room", // 534
[]: "You feel safe", // 535
[]: "He demands a sacrifice", // 536
[]: "Puking buddy", // 537
[]: "Choking hazard", // 538
[]: "Sacrificial insemination", // 539
[]: "Skipping tears", // 540
[]: "HP up?", // 541
[]: "Projectile shield", // 542
[]: "Portable sanctuary", // 543
[]: "Stabbing time", // 544
[]: "Rise from the grave", // 545
[]: "Father's blessing", // 546
[]: "Tears up + you feel empty", // 547
[]: "Fetch!", // 548
[]: "Everything hurts", // 549
[]: "It feels cursed", // 550
[]: "It feels cursed", // 551
[]: "Lost but not forgotten", // 552
[]: "Spore shot", // 553
[]: "4me", // 554
[]: "Pain from gain", // 555
[]: "Temporary demon form", // 556
[]: "Reusable fortunes", // 557
[]: "More eyes", // 558
[]: "Zap!", // 559
[]: "No it doesn't...", // 560
[]: "DMG down + tears up + you feel nutty", // 561
[]: "It's only up from there", // 562
[]: "Random blast +5 bombs", // 563
[]: "Tears + shot speed up", // 564
[]: "What a cute little thing!", // 565
[]: "Sweet dreams", // 566
[]: "Keep the flame burning", // 567
[]: "Double tap shield", // 568
[]: "Bleed me dry", // 569
[]: "Tasty rainbow", // 570
[]: "Speed up + your feet feel stronger", // 571
[]: "DMG up + range up + controlled tears", // 572
[]: "Halo of tears", // 573
[]: "Purifying light", // 574
[]: "Invasive friend", // 575
[]: "Filthy friends", // 576
[]: "A king's fortune... but at what cost?", // 577
[]: "Party time!", // 578
[]: "Divine blade", // 579
[]: "Explore the other side", // 580
[]: "Flamboyant protector", // 581
[]: "Tears up. A mind changing experience!", // 582
[]: "Rocket propulsion +5 bombs", // 583
[]: "Spiritual companionship", // 584
[]: "A sacred offering", // 585
[]: "May you get what you came for", // 586
// There is no `CollectibleType` with a value of 587.
[]: "Radiant victory", // 588
[]: "The moon's blessing shines upon you", // 589
[]: "Speed up + you feel elusive", // 590
[]: "HP up + you feel pretty", // 591
[]: "Born to rock", // 592
[]: "Double tap dash", // 593
[]: "You're a gas giant!", // 594
[]: "Ring of tears", // 595
[]: "Ice tears", // 596
[]: "Open the floodgates", // 597
[]: "Size down", // 598
[]: "Extra curse rooms", // 599
[]: "Tears up", // 600
[]: "Tears up, you feel forgiven", // 601
[]: "Exclusive access!", // 602
[]: "Instant energy!", // 603
[]: "Mother's strength", // 604
[]: "Plop!", // 605
[]: "Stare into the abyss", // 606
[]: "Messy friend", // 607
[]: "Iced iced baby", // 608
[]: "???", // 609
[]: "Fat buddy", // 610
[]: "Hear my pain", // 611
[]: "Protect him", // 612
// There is no `CollectibleType` with a value of 613.
[]: "Bloody blast + HP up", // 614
[]: "Puffy buddy", // 615
[]: "It burns", // 616
[]: "Magnetizing tears", // 617
[]: "Delicious!", // 618
[]: "???", // 619
// There is no `CollectibleType` with a value of 620.
[]: "Full HP + temporary DMG up", // 621
[]: "In the beginning", // 622
[]: "Open your enemies", // 623
[]: "Collect them all!", // 624
[]: "I'm a big boy now!", // 625
[]: "???", // 626
[]: "???", // 627
[]: "Where am I?", // 628
[]: "Defense drone", // 629
// There is no `CollectibleType` with a value of 630.
[]: "Slice but no dice", // 631
[]: "Luck up + you feel protected", // 632
[]: "Ascended", // 633
[]: "Help from beyond", // 634
[]: "Bait and switch", // 635
[]: "Time to start over", // 636
[]: "They pack a punch!", // 637
[]: "Erase thy enemy", // 638
[]: "Gross!", // 639
[]: "Unleash their sorrow", // 640
[]: "Spill your guts", // 641
[]: "All your desires fulfilled", // 642
[]: "Awaken your faith", // 643
[]: "+1 to lowest stat", // 644
[]: "Itching for revenge", // 645
[]: "Demon blast +5 bombs", // 646
[]: "Beat the juice out of them!", // 647
// There is no `CollectibleType` with a value of 648.
[]: "Bouncy friend", // 649
[]: "Play time!", // 650
[]: "Follow the light", // 651
[]: "Kick it!", // 652
[]: "Begone!", // 653
[]: "Worse pills + evil up", // 654
[]: "Let it rip!", // 655
[]: "A king's fortune... but at what cost?", // 656
[]: "Clogged enemies", // 657
[]: "Micro friends", // 658
[]: "Tear size + range up", // 659
[]: "A link to your future", // 660
[]: "They lurk inside", // 661
// There is no `CollectibleType` with a value of 662.
[]: "You feel prickly", // 663
[]: "All you can eat", // 664
[]: "An eye for secrets", // 665
// There is no `CollectibleType` with a value of 666.
[]: "A helping hand", // 667
[]: "...", // 668
[]: "All stats up", // 669
[]: "There might be options", // 670
[]: "Power of love", // 671
[]: "Blood money", // 672
[]: "Deliver me from evil", // 673
[]: "Unfinished business", // 674
[]: "Shards of knowledge", // 675
[]: "It multiplies", // 676
[]: "The true out-of-body experience!", // 677
[]: "Fetus shots", // 678
[]: "Abyssal friend", // 679
[]: "Oh no...", // 680
[]: "It hungers", // 681
[]: "Clingy buddy", // 682
[]: "Break your enemies", // 683
[]: "Out for blood", // 684
[]: "Your faith grows", // 685
[]: "Power of faith", // 686
[]: "Best friends forever!", // 687
[]: "Let him free", // 688
[]: "?????", // 689
[]: "Bounce away!", // 690
[]: "Destined for greatness", // 691
[]: "He awaits your offering", // 692
[]: "Infest", // 693
[]: "Eternal sorrow", // 694
[]: "May your rage bring haste", // 695
[]: "Divine protection", // 696
[]: "He wants revenge", // 697
[]: "Double trouble!", // 698
[]: "Ancient power", // 699
[]: "I can see see the future future future", // 700
[]: "Buried memories", // 701
[]: "Hot blooded", // 702
[]: "Lost brother", // 703
[]: "Rip and tear", // 704
[]: "One with the shadows", // 705
[]: "Come forth from the depths", // 706
[]: "HP up", // 707
[]: "DMG up", // 708
[]: "Angel breaker", // 709
[]: "Make your destiny", // 710
[]: "Life and death", // 711
[]: "Item summoner", // 712
[]: "Return", // 713
[]: "Come back", // 714
[]: "Saved for later", // 715
[]: "Spending power", // 716
[]: "Under a rock", // 717
// There is no `CollectibleType` with a value of 718.
[]: "Portable shop", // 719
[]: "Anything is possible", // 720
[]:
"Isaac and his mother lived alone in a small house on a hill", // 721
[]: "Repent", // 722
[]: "-1", // 723
[]: "Thick blooded", // 724
[]: "Your stomach rumbles", // 725
[]: "Double tap sneeze", // 726
[]: "Spooky blast +5 bombs", // 727
[]: "Demonic gestation", // 728
[]: "Chuck away!", // 729
[]: "DMG + luck up", // 730
[]: "DMG + range up", // 731
[]: "DMG up", // 732
} as const satisfies Record<CollectibleType, string>;