isaacscript-common 4.0.1-dev.0 → 4.0.4

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 (378) hide show
  1. package/callbacks/postCursedTeleport.lua +2 -1
  2. package/callbacks/postEsauJr.lua +2 -1
  3. package/callbacks/postFlip.lua +4 -3
  4. package/callbacks/postItemDischarged.lua +4 -3
  5. package/callbacks/postNewRoomEarly.lua +2 -1
  6. package/callbacks/postSacrifice.lua +3 -2
  7. package/callbacks/postTrinketBreak.lua +3 -2
  8. package/callbacks/reorderedCallbacks.lua +1 -0
  9. package/classes/ModUpgraded.d.ts +5 -1
  10. package/classes/ModUpgraded.lua +2 -2
  11. package/features/playerInventory.lua +1 -0
  12. package/functions/player.lua +9 -14
  13. package/package.json +2 -2
  14. package/cachedClasses.ts +0 -39
  15. package/callbacks/customRevive.ts +0 -215
  16. package/callbacks/itemPickup.ts +0 -101
  17. package/callbacks/postAmbush.ts +0 -73
  18. package/callbacks/postBombExploded.ts +0 -26
  19. package/callbacks/postBombInitLate.ts +0 -36
  20. package/callbacks/postBoneSwing.ts +0 -64
  21. package/callbacks/postCollectibleInitFirst.ts +0 -40
  22. package/callbacks/postCursedTeleport.ts +0 -183
  23. package/callbacks/postCustomDoorEnter.ts +0 -292
  24. package/callbacks/postDiceRoomActivated.ts +0 -60
  25. package/callbacks/postDoorRender.ts +0 -26
  26. package/callbacks/postDoorUpdate.ts +0 -26
  27. package/callbacks/postEffectInitLate.ts +0 -36
  28. package/callbacks/postEffectStateChanged.ts +0 -43
  29. package/callbacks/postEsauJr.ts +0 -107
  30. package/callbacks/postFamiliarInitLate.ts +0 -36
  31. package/callbacks/postFamiliarStateChanged.ts +0 -43
  32. package/callbacks/postFlip.ts +0 -88
  33. package/callbacks/postGreedModeWave.ts +0 -41
  34. package/callbacks/postGridEntity.ts +0 -164
  35. package/callbacks/postGridEntityCollision.ts +0 -69
  36. package/callbacks/postGridEntityRender.ts +0 -26
  37. package/callbacks/postHolyMantleRemoved.ts +0 -55
  38. package/callbacks/postItemDischarged.ts +0 -149
  39. package/callbacks/postKnifeInitLate.ts +0 -36
  40. package/callbacks/postLaserInitLate.ts +0 -36
  41. package/callbacks/postNPCInitLate.ts +0 -36
  42. package/callbacks/postNPCStateChanged.ts +0 -42
  43. package/callbacks/postNewRoomEarly.ts +0 -90
  44. package/callbacks/postPickupCollect.ts +0 -48
  45. package/callbacks/postPickupInitFirst.ts +0 -70
  46. package/callbacks/postPickupInitLate.ts +0 -36
  47. package/callbacks/postPickupStateChanged.ts +0 -43
  48. package/callbacks/postPitRender.ts +0 -26
  49. package/callbacks/postPitUpdate.ts +0 -26
  50. package/callbacks/postPlayerChangeHealth.ts +0 -62
  51. package/callbacks/postPlayerChangeType.ts +0 -56
  52. package/callbacks/postPlayerCollectible.ts +0 -113
  53. package/callbacks/postPlayerFatalDamage.ts +0 -141
  54. package/callbacks/postPlayerInitLate.ts +0 -37
  55. package/callbacks/postPlayerReordered.ts +0 -142
  56. package/callbacks/postPoopRender.ts +0 -26
  57. package/callbacks/postPoopUpdate.ts +0 -26
  58. package/callbacks/postPressurePlateRender.ts +0 -26
  59. package/callbacks/postPressurePlateUpdate.ts +0 -26
  60. package/callbacks/postProjectileInitLate.ts +0 -36
  61. package/callbacks/postPurchase.ts +0 -64
  62. package/callbacks/postRockRender.ts +0 -26
  63. package/callbacks/postRockUpdate.ts +0 -26
  64. package/callbacks/postRoomClearChanged.ts +0 -57
  65. package/callbacks/postSacrifice.ts +0 -62
  66. package/callbacks/postSlotDestroyed.ts +0 -92
  67. package/callbacks/postSlotInitUpdate.ts +0 -68
  68. package/callbacks/postSlotRender.ts +0 -69
  69. package/callbacks/postSpikesRender.ts +0 -26
  70. package/callbacks/postSpikesUpdate.ts +0 -26
  71. package/callbacks/postTNTRender.ts +0 -26
  72. package/callbacks/postTNTUpdate.ts +0 -26
  73. package/callbacks/postTearInitLate.ts +0 -36
  74. package/callbacks/postTearInitVeryLate.ts +0 -41
  75. package/callbacks/postTransformation.ts +0 -59
  76. package/callbacks/postTrinketBreak.ts +0 -110
  77. package/callbacks/preBerserkDeath.ts +0 -49
  78. package/callbacks/preNewLevel.ts +0 -55
  79. package/callbacks/reorderedCallbacks.ts +0 -166
  80. package/callbacks/subscriptions/postAmbushFinished.ts +0 -32
  81. package/callbacks/subscriptions/postAmbushStarted.ts +0 -32
  82. package/callbacks/subscriptions/postBombInitLate.ts +0 -32
  83. package/callbacks/subscriptions/postBoneExploded.ts +0 -32
  84. package/callbacks/subscriptions/postBoneSwing.ts +0 -24
  85. package/callbacks/subscriptions/postCollectibleInitFirst.ts +0 -37
  86. package/callbacks/subscriptions/postCursedTeleport.ts +0 -24
  87. package/callbacks/subscriptions/postCustomDoorEnter.ts +0 -45
  88. package/callbacks/subscriptions/postCustomRevive.ts +0 -36
  89. package/callbacks/subscriptions/postDiceRoomActivated.ts +0 -38
  90. package/callbacks/subscriptions/postDoorRender.ts +0 -35
  91. package/callbacks/subscriptions/postDoorUpdate.ts +0 -35
  92. package/callbacks/subscriptions/postEffectInitLate.ts +0 -32
  93. package/callbacks/subscriptions/postEffectStateChanged.ts +0 -40
  94. package/callbacks/subscriptions/postEsauJr.ts +0 -24
  95. package/callbacks/subscriptions/postFamiliarInitLate.ts +0 -32
  96. package/callbacks/subscriptions/postFamiliarStateChanged.ts +0 -40
  97. package/callbacks/subscriptions/postFirstEsauJr.ts +0 -24
  98. package/callbacks/subscriptions/postFirstFlip.ts +0 -24
  99. package/callbacks/subscriptions/postFlip.ts +0 -22
  100. package/callbacks/subscriptions/postGameStartedReordered.ts +0 -24
  101. package/callbacks/subscriptions/postGreedModeWave.ts +0 -24
  102. package/callbacks/subscriptions/postGridEntityBroken.ts +0 -51
  103. package/callbacks/subscriptions/postGridEntityCollision.ts +0 -54
  104. package/callbacks/subscriptions/postGridEntityInit.ts +0 -51
  105. package/callbacks/subscriptions/postGridEntityRemove.ts +0 -52
  106. package/callbacks/subscriptions/postGridEntityRender.ts +0 -51
  107. package/callbacks/subscriptions/postGridEntityStateChanged.ts +0 -55
  108. package/callbacks/subscriptions/postGridEntityUpdate.ts +0 -51
  109. package/callbacks/subscriptions/postHolyMantleRemoved.ts +0 -48
  110. package/callbacks/subscriptions/postItemDischarged.ts +0 -43
  111. package/callbacks/subscriptions/postItemPickup.ts +0 -64
  112. package/callbacks/subscriptions/postKnifeInitLate.ts +0 -32
  113. package/callbacks/subscriptions/postLaserInitLate.ts +0 -32
  114. package/callbacks/subscriptions/postNPCInitLate.ts +0 -32
  115. package/callbacks/subscriptions/postNPCStateChanged.ts +0 -42
  116. package/callbacks/subscriptions/postNewLevelReordered.ts +0 -22
  117. package/callbacks/subscriptions/postNewRoomEarly.ts +0 -22
  118. package/callbacks/subscriptions/postNewRoomReordered.ts +0 -22
  119. package/callbacks/subscriptions/postPEffectUpdateReordered.ts +0 -40
  120. package/callbacks/subscriptions/postPickupCollect.ts +0 -35
  121. package/callbacks/subscriptions/postPickupInitFirst.ts +0 -32
  122. package/callbacks/subscriptions/postPickupInitLate.ts +0 -32
  123. package/callbacks/subscriptions/postPickupStateChanged.ts +0 -40
  124. package/callbacks/subscriptions/postPitRender.ts +0 -35
  125. package/callbacks/subscriptions/postPitUpdate.ts +0 -35
  126. package/callbacks/subscriptions/postPlayerChangeHealth.ts +0 -49
  127. package/callbacks/subscriptions/postPlayerChangeType.ts +0 -40
  128. package/callbacks/subscriptions/postPlayerCollectibleAdded.ts +0 -38
  129. package/callbacks/subscriptions/postPlayerCollectibleRemoved.ts +0 -38
  130. package/callbacks/subscriptions/postPlayerFatalDamage.ts +0 -68
  131. package/callbacks/subscriptions/postPlayerInitLate.ts +0 -40
  132. package/callbacks/subscriptions/postPlayerInitReordered.ts +0 -40
  133. package/callbacks/subscriptions/postPlayerRenderReordered.ts +0 -40
  134. package/callbacks/subscriptions/postPlayerUpdateReordered.ts +0 -40
  135. package/callbacks/subscriptions/postPoopRender.ts +0 -35
  136. package/callbacks/subscriptions/postPoopUpdate.ts +0 -35
  137. package/callbacks/subscriptions/postPressurePlateRender.ts +0 -37
  138. package/callbacks/subscriptions/postPressurePlateUpdate.ts +0 -37
  139. package/callbacks/subscriptions/postProjectileInitLate.ts +0 -35
  140. package/callbacks/subscriptions/postPurchase.ts +0 -31
  141. package/callbacks/subscriptions/postRockRender.ts +0 -35
  142. package/callbacks/subscriptions/postRockUpdate.ts +0 -35
  143. package/callbacks/subscriptions/postRoomClearChanged.ts +0 -30
  144. package/callbacks/subscriptions/postSacrifice.ts +0 -43
  145. package/callbacks/subscriptions/postSlotAnimationChanged.ts +0 -40
  146. package/callbacks/subscriptions/postSlotDestroyed.ts +0 -55
  147. package/callbacks/subscriptions/postSlotInit.ts +0 -32
  148. package/callbacks/subscriptions/postSlotRender.ts +0 -32
  149. package/callbacks/subscriptions/postSlotUpdate.ts +0 -32
  150. package/callbacks/subscriptions/postSpikesRender.ts +0 -35
  151. package/callbacks/subscriptions/postSpikesUpdate.ts +0 -35
  152. package/callbacks/subscriptions/postTNTRender.ts +0 -35
  153. package/callbacks/subscriptions/postTNTUpdate.ts +0 -35
  154. package/callbacks/subscriptions/postTearInitLate.ts +0 -32
  155. package/callbacks/subscriptions/postTearInitVeryLate.ts +0 -32
  156. package/callbacks/subscriptions/postTransformation.ts +0 -40
  157. package/callbacks/subscriptions/postTrinketBreak.ts +0 -38
  158. package/callbacks/subscriptions/preBerserkDeath.ts +0 -42
  159. package/callbacks/subscriptions/preCustomRevive.ts +0 -46
  160. package/callbacks/subscriptions/preItemPickup.ts +0 -64
  161. package/callbacks/subscriptions/preNewLevel.ts +0 -24
  162. package/classes/DefaultMap.ts +0 -174
  163. package/classes/ModUpgraded.ts +0 -77
  164. package/constants.ts +0 -162
  165. package/constantsFirstLast.ts +0 -217
  166. package/enums/AmbushType.ts +0 -4
  167. package/enums/HealthType.ts +0 -16
  168. package/enums/ModCallbackCustom.ts +0 -1278
  169. package/enums/PocketItemType.ts +0 -8
  170. package/enums/SerializationType.ts +0 -5
  171. package/enums/SlotDestructionType.ts +0 -4
  172. package/enums/private/CopyableIsaacAPIClassType.ts +0 -7
  173. package/enums/private/SaveDataKey.ts +0 -14
  174. package/enums/private/SerializationBrand.ts +0 -42
  175. package/features/characterHealthConversion.ts +0 -111
  176. package/features/characterStats.ts +0 -61
  177. package/features/debugDisplay/debugDisplay.ts +0 -221
  178. package/features/debugDisplay/exports.ts +0 -368
  179. package/features/debugDisplay/v.ts +0 -65
  180. package/features/deployJSONRoom.ts +0 -743
  181. package/features/disableInputs.ts +0 -193
  182. package/features/disableSound.ts +0 -77
  183. package/features/extraConsoleCommands/commandsDisplay.ts +0 -290
  184. package/features/extraConsoleCommands/commandsSubroutines.ts +0 -139
  185. package/features/extraConsoleCommands/init.ts +0 -334
  186. package/features/extraConsoleCommands/listCommands.ts +0 -1299
  187. package/features/extraConsoleCommands/v.ts +0 -14
  188. package/features/fadeInRemover.ts +0 -60
  189. package/features/fastReset.ts +0 -75
  190. package/features/forgottenSwitch.ts +0 -50
  191. package/features/getCollectibleItemPoolType.ts +0 -66
  192. package/features/persistentEntities.ts +0 -183
  193. package/features/playerInventory.ts +0 -133
  194. package/features/ponyDetection.ts +0 -74
  195. package/features/preventCollectibleRotation.ts +0 -115
  196. package/features/runInNFrames.ts +0 -148
  197. package/features/saveDataManager/constants.ts +0 -4
  198. package/features/saveDataManager/exports.ts +0 -229
  199. package/features/saveDataManager/load.ts +0 -99
  200. package/features/saveDataManager/main.ts +0 -195
  201. package/features/saveDataManager/maps.ts +0 -13
  202. package/features/saveDataManager/merge.ts +0 -194
  203. package/features/saveDataManager/save.ts +0 -74
  204. package/features/saveDataManager/serializationBrand.ts +0 -16
  205. package/features/sirenHelpers.ts +0 -129
  206. package/features/taintedLazarusPlayers.ts +0 -113
  207. package/featuresInitialized.ts +0 -20
  208. package/functions/ambush.ts +0 -47
  209. package/functions/array.ts +0 -410
  210. package/functions/benchmark.ts +0 -36
  211. package/functions/bitwise.ts +0 -24
  212. package/functions/bombs.ts +0 -12
  213. package/functions/boss.ts +0 -227
  214. package/functions/cacheFlag.ts +0 -12
  215. package/functions/cards.ts +0 -271
  216. package/functions/challenges.ts +0 -13
  217. package/functions/character.ts +0 -126
  218. package/functions/charge.ts +0 -237
  219. package/functions/chargeBar.ts +0 -67
  220. package/functions/collectibleCacheFlag.ts +0 -90
  221. package/functions/collectibleSet.ts +0 -56
  222. package/functions/collectibleTag.ts +0 -89
  223. package/functions/collectibles.ts +0 -659
  224. package/functions/color.ts +0 -128
  225. package/functions/debug.ts +0 -68
  226. package/functions/deepCopy.ts +0 -535
  227. package/functions/deepCopyTests.ts +0 -386
  228. package/functions/direction.ts +0 -49
  229. package/functions/doors.ts +0 -347
  230. package/functions/easing.ts +0 -182
  231. package/functions/eden.ts +0 -47
  232. package/functions/effects.ts +0 -20
  233. package/functions/entity.ts +0 -439
  234. package/functions/entitySpecific.ts +0 -889
  235. package/functions/entityTypes.ts +0 -6
  236. package/functions/enums.ts +0 -146
  237. package/functions/familiars.ts +0 -106
  238. package/functions/flag.ts +0 -165
  239. package/functions/flying.ts +0 -117
  240. package/functions/globals.ts +0 -242
  241. package/functions/gridEntity.ts +0 -511
  242. package/functions/gridEntitySpecific.ts +0 -112
  243. package/functions/input.ts +0 -139
  244. package/functions/isaacAPIClass.ts +0 -67
  245. package/functions/jsonHelpers.ts +0 -45
  246. package/functions/jsonRoom.ts +0 -100
  247. package/functions/kColor.ts +0 -129
  248. package/functions/language.ts +0 -13
  249. package/functions/level.ts +0 -31
  250. package/functions/log.ts +0 -720
  251. package/functions/map.ts +0 -56
  252. package/functions/math.ts +0 -149
  253. package/functions/mergeTests.ts +0 -288
  254. package/functions/npc.ts +0 -148
  255. package/functions/pickupVariants.ts +0 -60
  256. package/functions/pickups.ts +0 -499
  257. package/functions/pills.ts +0 -205
  258. package/functions/player.ts +0 -1060
  259. package/functions/playerDataStructures.ts +0 -150
  260. package/functions/playerHealth.ts +0 -382
  261. package/functions/playerIndex.ts +0 -195
  262. package/functions/pocketItems.ts +0 -149
  263. package/functions/positionVelocity.ts +0 -188
  264. package/functions/random.ts +0 -77
  265. package/functions/revive.ts +0 -201
  266. package/functions/rng.ts +0 -172
  267. package/functions/roomData.ts +0 -199
  268. package/functions/roomGrid.ts +0 -109
  269. package/functions/roomShape.ts +0 -80
  270. package/functions/rooms.ts +0 -648
  271. package/functions/run.ts +0 -36
  272. package/functions/saveFile.ts +0 -128
  273. package/functions/seeds.ts +0 -19
  274. package/functions/serialization.ts +0 -91
  275. package/functions/set.ts +0 -95
  276. package/functions/sound.ts +0 -9
  277. package/functions/spawnCollectible.ts +0 -104
  278. package/functions/sprite.ts +0 -107
  279. package/functions/stage.ts +0 -125
  280. package/functions/string.ts +0 -47
  281. package/functions/table.ts +0 -189
  282. package/functions/tears.ts +0 -32
  283. package/functions/transformations.ts +0 -131
  284. package/functions/trinketCacheFlag.ts +0 -60
  285. package/functions/trinketGive.ts +0 -157
  286. package/functions/trinkets.ts +0 -215
  287. package/functions/tstlClass.ts +0 -157
  288. package/functions/types.ts +0 -36
  289. package/functions/ui.ts +0 -138
  290. package/functions/utils.ts +0 -189
  291. package/functions/vector.ts +0 -126
  292. package/index.ts +0 -172
  293. package/initCustomCallbacks.ts +0 -132
  294. package/initFeatures.ts +0 -39
  295. package/interfaces/AddCallbackParameterCustom.ts +0 -188
  296. package/interfaces/ChargeBarSprites.ts +0 -12
  297. package/interfaces/JSONDoor.ts +0 -13
  298. package/interfaces/JSONEntity.ts +0 -16
  299. package/interfaces/JSONRoom.ts +0 -36
  300. package/interfaces/JSONRooms.ts +0 -12
  301. package/interfaces/JSONSpawn.ts +0 -14
  302. package/interfaces/PlayerHealth.ts +0 -16
  303. package/interfaces/PocketItemDescription.ts +0 -9
  304. package/interfaces/SaveData.ts +0 -29
  305. package/interfaces/TrinketSituation.ts +0 -9
  306. package/interfaces/private/TSTLClassMetatable.ts +0 -8
  307. package/maps/PHDPillConversions.ts +0 -21
  308. package/maps/cardMap.ts +0 -209
  309. package/maps/characterMap.ts +0 -87
  310. package/maps/collectibleDescriptionMap.ts +0 -732
  311. package/maps/collectibleNameMap.ts +0 -731
  312. package/maps/defaultPlayerStatMap.ts +0 -17
  313. package/maps/falsePHDPillConversions.ts +0 -35
  314. package/maps/gridEntityTypeToBrokenStateMap.ts +0 -50
  315. package/maps/gridEntityXMLMap.ts +0 -176
  316. package/maps/pillEffectMap.ts +0 -88
  317. package/maps/roomShapeToTopLeftWallGridIndexMap.ts +0 -18
  318. package/maps/roomTypeMap.ts +0 -40
  319. package/maps/trinketDescriptionMap.ts +0 -200
  320. package/maps/trinketNameMap.ts +0 -198
  321. package/objects/LRoomShapeToRectangles.ts +0 -44
  322. package/objects/callbackRegisterFunctions.ts +0 -187
  323. package/objects/cardDescriptions.ts +0 -105
  324. package/objects/cardNames.ts +0 -105
  325. package/objects/cardTypes.ts +0 -104
  326. package/objects/challengeNames.ts +0 -52
  327. package/objects/characterNames.ts +0 -48
  328. package/objects/coinSubTypeToValue.ts +0 -14
  329. package/objects/colors.ts +0 -16
  330. package/objects/directionNames.ts +0 -11
  331. package/objects/directionToDegrees.ts +0 -11
  332. package/objects/directionToVector.ts +0 -12
  333. package/objects/doorSlotFlagToDoorSlot.ts +0 -16
  334. package/objects/doorSlotToDirection.ts +0 -14
  335. package/objects/isaacAPIClassTypeToBrand.ts +0 -11
  336. package/objects/isaacAPIClassTypeToCopyFunction.ts +0 -18
  337. package/objects/languageNames.ts +0 -13
  338. package/objects/oppositeDoorSlots.ts +0 -15
  339. package/objects/pillEffectClasses.ts +0 -63
  340. package/objects/pillEffectNames.ts +0 -57
  341. package/objects/pillEffectTypes.ts +0 -62
  342. package/objects/roomShapeBounds.ts +0 -71
  343. package/objects/roomShapeLayoutSizes.ts +0 -45
  344. package/objects/roomShapeToBottomRightPosition.ts +0 -25
  345. package/objects/roomShapeToDoorSlots.ts +0 -83
  346. package/objects/roomShapeToDoorSlotsToGridIndexDelta.ts +0 -127
  347. package/objects/roomShapeToGridWidth.ts +0 -21
  348. package/objects/roomShapeToTopLeftPosition.ts +0 -26
  349. package/objects/roomShapeVolumes.ts +0 -38
  350. package/objects/roomTypeNames.ts +0 -36
  351. package/objects/serializedIsaacAPIClassTypeToIdentityFunction.ts +0 -14
  352. package/objects/stageTypeToLetter.ts +0 -15
  353. package/objects/transformationNames.ts +0 -18
  354. package/patchErrorFunctions.ts +0 -92
  355. package/sets/LRoomShapesSet.ts +0 -8
  356. package/sets/bossSets.ts +0 -470
  357. package/sets/charactersThatStartWithAnActiveItemSet.ts +0 -16
  358. package/sets/charactersWithBlackHeartFromEternalHeartSet.ts +0 -7
  359. package/sets/charactersWithFreeDevilDealsSet.ts +0 -4
  360. package/sets/charactersWithNoRedHeartsSet.ts +0 -17
  361. package/sets/charactersWithNoSoulHeartsSet.ts +0 -14
  362. package/sets/chestPickupVariantsSet.ts +0 -16
  363. package/sets/familiarsThatShootPlayerTearsSet.ts +0 -13
  364. package/sets/lostStyleCharactersSet.ts +0 -13
  365. package/sets/mineShaftRoomSubTypesSet.ts +0 -10
  366. package/sets/redHeartSubTypesSet.ts +0 -7
  367. package/sets/sinEntityTypesSet.ts +0 -11
  368. package/sets/singleUseActiveCollectibleTypesSet.ts +0 -13
  369. package/sets/storyBossesSet.ts +0 -17
  370. package/types/AnyEntity.ts +0 -12
  371. package/types/AwaitingTextInput.d.ts +0 -2
  372. package/types/CollectibleIndex.ts +0 -16
  373. package/types/PickingUpItem.ts +0 -89
  374. package/types/PlayerIndex.ts +0 -13
  375. package/types/private/IsaacAPIClass.ts +0 -3
  376. package/types/private/SerializedIsaacAPIClass.ts +0 -3
  377. package/types/private/TSTLClass.ts +0 -3
  378. package/upgradeMod.ts +0 -55
@@ -1,731 +0,0 @@
1
- /* eslint-disable isaacscript/strict-enums */
2
-
3
- import { CollectibleType } from "isaac-typescript-definitions";
4
-
5
- export const DEFAULT_COLLECTIBLE_NAME = "Unknown";
6
-
7
- // This is a temporary map due to missing features in the vanilla API. (Otherwise, this would be
8
- // converted to a type-safe object.)
9
- export const COLLECTIBLE_NAME_MAP: ReadonlyMap<CollectibleType, string> =
10
- new Map([
11
- [1, "The Sad Onion"],
12
- [2, "The Inner Eye"],
13
- [3, "Spoon Bender"],
14
- [4, "Cricket's Head"],
15
- [5, "My Reflection"],
16
- [6, "Number One"],
17
- [7, "Blood of the Martyr"],
18
- [8, "Brother Bobby"],
19
- [9, "Skatole"],
20
- [10, "Halo of Flies"],
21
- [11, "1up!"],
22
- [12, "Magic Mushroom"],
23
- [13, "The Virus"],
24
- [14, "Roid Rage"],
25
- [15, "<3"],
26
- [16, "Raw Liver"],
27
- [17, "Skeleton Key"],
28
- [18, "A Dollar"],
29
- [19, "Boom!"],
30
- [20, "Transcendence"],
31
- [21, "The Compass"],
32
- [22, "Lunch"],
33
- [23, "Dinner"],
34
- [24, "Dessert"],
35
- [25, "Breakfast"],
36
- [26, "Rotten Meat"],
37
- [27, "Wooden Spoon"],
38
- [28, "The Belt"],
39
- [29, "Mom's Underwear"],
40
- [30, "Mom's Heels"],
41
- [31, "Mom's Lipstick"],
42
- [32, "Wire Coat Hanger"],
43
- [33, "The Bible"],
44
- [34, "The Book of Belial"],
45
- [35, "The Necronomicon"],
46
- [36, "The Poop"],
47
- [37, "Mr. Boom"],
48
- [38, "Tammy's Head"],
49
- [39, "Mom's Bra"],
50
- [40, "Kamikaze!"],
51
- [41, "Mom's Pad"],
52
- [42, "Bob's Rotten Head"],
53
- [44, "Teleport!"],
54
- [45, "Yum Heart"],
55
- [46, "Lucky Foot"],
56
- [47, "Doctor's Remote"],
57
- [48, "Cupid's Arrow"],
58
- [49, "Shoop da Whoop!"],
59
- [50, "Steven"],
60
- [51, "Pentagram"],
61
- [52, "Dr. Fetus"],
62
- [53, "Magneto"],
63
- [54, "Treasure Map"],
64
- [55, "Mom's Eye"],
65
- [56, "Lemon Mishap"],
66
- [57, "Distant Admiration"],
67
- [58, "Book of Shadows"],
68
- [60, "The Ladder"],
69
- [62, "Charm of the Vampire"],
70
- [63, "The Battery"],
71
- [64, "Steam Sale"],
72
- [65, "Anarchist Cookbook"],
73
- [66, "The Hourglass"],
74
- [67, "Sister Maggy"],
75
- [68, "Technology"],
76
- [69, "Chocolate Milk"],
77
- [70, "Growth Hormones"],
78
- [71, "Mini Mush"],
79
- [72, "Rosary"],
80
- [73, "Cube of Meat"],
81
- [74, "A Quarter"],
82
- [75, "PHD"],
83
- [76, "X-Ray Vision"],
84
- [77, "My Little Unicorn"],
85
- [78, "Book of Revelations"],
86
- [79, "The Mark"],
87
- [80, "The Pact"],
88
- [81, "Dead Cat"],
89
- [82, "Lord of the Pit"],
90
- [83, "The Nail"],
91
- [84, "We Need To Go Deeper!"],
92
- [85, "Deck of Cards"],
93
- [86, "Monstro's Tooth"],
94
- [87, "Loki's Horns"],
95
- [88, "Little Chubby"],
96
- [89, "Spider Bite"],
97
- [90, "The Small Rock"],
98
- [91, "Spelunker Hat"],
99
- [92, "Super Bandage"],
100
- [93, "The Gamekid"],
101
- [94, "Sack of Pennies"],
102
- [95, "Robo-Baby"],
103
- [96, "Little C.H.A.D."],
104
- [97, "The Book of Sin"],
105
- [98, "The Relic"],
106
- [99, "Little Gish"],
107
- [100, "Little Steven"],
108
- [101, "The Halo"],
109
- [102, "Mom's Bottle of Pills"],
110
- [103, "The Common Cold"],
111
- [104, "The Parasite"],
112
- [105, "The D6"],
113
- [106, "Mr. Mega"],
114
- [107, "The Pinking Shears"],
115
- [108, "The Wafer"],
116
- [109, "Money = Power"],
117
- [110, "Mom's Contacts"],
118
- [111, "The Bean"],
119
- [112, "Guardian Angel"],
120
- [113, "Demon Baby"],
121
- [114, "Mom's Knife"],
122
- [115, "Ouija Board"],
123
- [116, "9 Volt"],
124
- [117, "Dead Bird"],
125
- [118, "Brimstone"],
126
- [119, "Blood Bag"],
127
- [120, "Odd Mushroom"],
128
- [121, "Odd Mushroom"],
129
- [122, "Whore of Babylon"],
130
- [123, "Monster Manual"],
131
- [124, "Dead Sea Scrolls"],
132
- [125, "Bobby-Bomb"],
133
- [126, "Razor Blade"],
134
- [127, "Forget Me Now"],
135
- [128, "Forever Alone"],
136
- [129, "Bucket of Lard"],
137
- [130, "A Pony"],
138
- [131, "Bomb Bag"],
139
- [132, "A Lump of Coal"],
140
- [133, "Guppy's Paw"],
141
- [134, "Guppy's Tail"],
142
- [135, "IV Bag"],
143
- [136, "Best Friend"],
144
- [137, "Remote Detonator"],
145
- [138, "Stigmata"],
146
- [139, "Mom's Purse"],
147
- [140, "Bob's Curse"],
148
- [141, "Pageant Boy"],
149
- [142, "Scapular"],
150
- [143, "Speed Ball"],
151
- [144, "Bum Friend"],
152
- [145, "Guppy's Head"],
153
- [146, "Prayer Card"],
154
- [147, "Notched Axe"],
155
- [148, "Infestation"],
156
- [149, "Ipecac"],
157
- [150, "Tough Love"],
158
- [151, "The Mulligan"],
159
- [152, "Technology 2"],
160
- [153, "Mutant Spider"],
161
- [154, "Chemical Peel"],
162
- [155, "The Peeper"],
163
- [156, "Habit"],
164
- [157, "Bloody Lust"],
165
- [158, "Crystal Ball"],
166
- [159, "Spirit of the Night"],
167
- [160, "Crack the Sky"],
168
- [161, "Ankh"],
169
- [162, "Celtic Cross"],
170
- [163, "Ghost Baby"],
171
- [164, "The Candle"],
172
- [165, "Cat-o-nine-tails"],
173
- [166, "D20"],
174
- [167, "Harlequin Baby"],
175
- [168, "Epic Fetus"],
176
- [169, "Polyphemus"],
177
- [170, "Daddy Longlegs"],
178
- [171, "Spider Butt"],
179
- [172, "Sacrificial Dagger"],
180
- [173, "Mitre"],
181
- [174, "Rainbow Baby"],
182
- [175, "Dad's Key"],
183
- [176, "Stem Cells"],
184
- [177, "Portable Slot"],
185
- [178, "Holy Water"],
186
- [179, "Fate"],
187
- [180, "The Black Bean"],
188
- [181, "White Pony"],
189
- [182, "Sacred Heart"],
190
- [183, "Tooth Picks"],
191
- [184, "Holy Grail"],
192
- [185, "Dead Dove"],
193
- [186, "Blood Rights"],
194
- [187, "Guppy's Hairball"],
195
- [188, "Abel"],
196
- [189, "SMB Super Fan"],
197
- [190, "Pyro"],
198
- [191, "3 Dollar Bill"],
199
- [192, "Telepathy For Dummies"],
200
- [193, "MEAT!"],
201
- [194, "Magic 8 Ball"],
202
- [195, "Mom's Coin Purse"],
203
- [196, "Squeezy"],
204
- [197, "Jesus Juice"],
205
- [198, "Box"],
206
- [199, "Mom's Key"],
207
- [200, "Mom's Eyeshadow"],
208
- [201, "Iron Bar"],
209
- [202, "Midas' Touch"],
210
- [203, "Humbleing Bundle"],
211
- [204, "Fanny Pack"],
212
- [205, "Sharp Plug"],
213
- [206, "Guillotine"],
214
- [207, "Ball of Bandages"],
215
- [208, "Champion Belt"],
216
- [209, "Butt Bombs"],
217
- [210, "Gnawed Leaf"],
218
- [211, "Spiderbaby"],
219
- [212, "Guppy's Collar"],
220
- [213, "Lost Contact"],
221
- [214, "Anemic"],
222
- [215, "Goat Head"],
223
- [216, "Ceremonial Robes"],
224
- [217, "Mom's Wig"],
225
- [218, "Placenta"],
226
- [219, "Old Bandage"],
227
- [220, "Sad Bombs"],
228
- [221, "Rubber Cement"],
229
- [222, "Anti-Gravity"],
230
- [223, "Pyromaniac"],
231
- [224, "Cricket's Body"],
232
- [225, "Gimpy"],
233
- [226, "Black Lotus"],
234
- [227, "Piggy Bank"],
235
- [228, "Mom's Perfume"],
236
- [229, "Monstro's Lung"],
237
- [230, "Abaddon"],
238
- [231, "Ball of Tar"],
239
- [232, "Stop Watch"],
240
- [233, "Tiny Planet"],
241
- [234, "Infestation 2"],
242
- [236, "E. Coli"],
243
- [237, "Death's Touch"],
244
- [238, "Key Piece 1"],
245
- [239, "Key Piece 2"],
246
- [240, "Experimental Treatment"],
247
- [241, "Contract from Below"],
248
- [242, "Infamy"],
249
- [243, "Trinity Shield"],
250
- [244, "Tech.5"],
251
- [245, "20/20"],
252
- [246, "Blue Map"],
253
- [247, "BFFS!"],
254
- [248, "Hive Mind"],
255
- [249, "There's Options"],
256
- [250, "BOGO Bombs"],
257
- [251, "Starter Deck"],
258
- [252, "Little Baggy"],
259
- [253, "Magic Scab"],
260
- [254, "Blood Clot"],
261
- [255, "Screw"],
262
- [256, "Hot Bombs"],
263
- [257, "Fire Mind"],
264
- [258, "Missing No."],
265
- [259, "Dark Matter"],
266
- [260, "Black Candle"],
267
- [261, "Proptosis"],
268
- [262, "Missing Page 2"],
269
- [263, "Clear Rune"],
270
- [264, "Smart Fly"],
271
- [265, "Dry Baby"],
272
- [266, "Juicy Sack"],
273
- [267, "Robo-Baby 2.0"],
274
- [268, "Rotten Baby"],
275
- [269, "Headless Baby"],
276
- [270, "Leech"],
277
- [271, "Mystery Sack"],
278
- [272, "BBF"],
279
- [273, "Bob's Brain"],
280
- [274, "Best Bud"],
281
- [275, "Lil Brimstone"],
282
- [276, "Isaac's Heart"],
283
- [277, "Lil Haunt"],
284
- [278, "Dark Bum"],
285
- [279, "Big Fan"],
286
- [280, "Sissy Longlegs"],
287
- [281, "Punching Bag"],
288
- [282, "How to Jump"],
289
- [283, "D100"],
290
- [284, "D4"],
291
- [285, "D10"],
292
- [286, "Blank Card"],
293
- [287, "Book of Secrets"],
294
- [288, "Box of Spiders"],
295
- [289, "Red Candle"],
296
- [290, "The Jar"],
297
- [291, "Flush!"],
298
- [292, "Satanic Bible"],
299
- [293, "Head of Krampus"],
300
- [294, "Butter Bean"],
301
- [295, "Magic Fingers"],
302
- [296, "Converter"],
303
- [297, "Pandora's Box"],
304
- [298, "Unicorn Stump"],
305
- [299, "Taurus"],
306
- [300, "Aries"],
307
- [301, "Cancer"],
308
- [302, "Leo"],
309
- [303, "Virgo"],
310
- [304, "Libra"],
311
- [305, "Scorpio"],
312
- [306, "Sagittarius"],
313
- [307, "Capricorn"],
314
- [308, "Aquarius"],
315
- [309, "Pisces"],
316
- [310, "Eve's Mascara"],
317
- [311, "Judas' Shadow"],
318
- [312, "Maggy's Bow"],
319
- [313, "Holy Mantle"],
320
- [314, "Thunder Thighs"],
321
- [315, "Strange Attractor"],
322
- [316, "Cursed Eye"],
323
- [317, "Mysterious Liquid"],
324
- [318, "Gemini"],
325
- [319, "Cain's Other Eye"],
326
- [320, "???'s Only Friend"],
327
- [321, "Samson's Chains"],
328
- [322, "Mongo Baby"],
329
- [323, "Isaac's Tears"],
330
- [324, "Undefined"],
331
- [325, "Scissors"],
332
- [326, "Breath of Life"],
333
- [327, "The Polaroid"],
334
- [328, "The Negative"],
335
- [329, "The Ludovico Technique"],
336
- [330, "Soy Milk"],
337
- [331, "Godhead"],
338
- [332, "Lazarus' Rags"],
339
- [333, "The Mind"],
340
- [334, "The Body"],
341
- [335, "The Soul"],
342
- [336, "Dead Onion"],
343
- [337, "Broken Watch"],
344
- [338, "The Boomerang"],
345
- [339, "Safety Pin"],
346
- [340, "Caffeine Pill"],
347
- [341, "Torn Photo"],
348
- [342, "Blue Cap"],
349
- [343, "Latch Key"],
350
- [344, "Match Book"],
351
- [345, "Synthoil"],
352
- [346, "A Snack"],
353
- [347, "Diplopia"],
354
- [348, "Placebo"],
355
- [349, "Wooden Nickel"],
356
- [350, "Toxic Shock"],
357
- [351, "Mega Bean"],
358
- [352, "Glass Cannon"],
359
- [353, "Bomber Boy"],
360
- [354, "Crack Jacks"],
361
- [355, "Mom's Pearls"],
362
- [356, "Car Battery"],
363
- [357, "Box of Friends"],
364
- [358, "The Wiz"],
365
- [359, "8 Inch Nails"],
366
- [360, "Incubus"],
367
- [361, "Fate's Reward"],
368
- [362, "Lil Chest"],
369
- [363, "Sworn Protector"],
370
- [364, "Friend Zone"],
371
- [365, "Lost Fly"],
372
- [366, "Scatter Bombs"],
373
- [367, "Sticky Bombs"],
374
- [368, "Epiphora"],
375
- [369, "Continuum"],
376
- [370, "Mr. Dolly"],
377
- [371, "Curse of the Tower"],
378
- [372, "Charged Baby"],
379
- [373, "Dead Eye"],
380
- [374, "Holy Light"],
381
- [375, "Host Hat"],
382
- [376, "Restock"],
383
- [377, "Bursting Sack"],
384
- [378, "Number Two"],
385
- [379, "Pupula Duplex"],
386
- [380, "Pay To Play"],
387
- [381, "Eden's Blessing"],
388
- [382, "Friendly Ball"],
389
- [383, "Tear Detonator"],
390
- [384, "Lil Gurdy"],
391
- [385, "Bumbo"],
392
- [386, "D12"],
393
- [387, "Censer"],
394
- [388, "Key Bum"],
395
- [389, "Rune Bag"],
396
- [390, "Seraphim"],
397
- [391, "Betrayal"],
398
- [392, "Zodiac"],
399
- [393, "Serpent's Kiss"],
400
- [394, "Marked"],
401
- [395, "Tech X"],
402
- [396, "Ventricle Razor"],
403
- [397, "Tractor Beam"],
404
- [398, "God's Flesh"],
405
- [399, "Maw of the Void"],
406
- [400, "Spear of Destiny"],
407
- [401, "Explosivo"],
408
- [402, "Chaos"],
409
- [403, "Spider Mod"],
410
- [404, "Farting Baby"],
411
- [405, "GB Bug"],
412
- [406, "D8"],
413
- [407, "Purity"],
414
- [408, "Athame"],
415
- [409, "Empty Vessel"],
416
- [410, "Evil Eye"],
417
- [411, "Lusty Blood"],
418
- [412, "Cambion Conception"],
419
- [413, "Immaculate Conception"],
420
- [414, "More Options"],
421
- [415, "Crown of Light"],
422
- [416, "Deep Pockets"],
423
- [417, "Succubus"],
424
- [418, "Fruit Cake"],
425
- [419, "Teleport 2.0"],
426
- [420, "Black Powder"],
427
- [421, "Kidney Bean"],
428
- [422, "Glowing Hour Glass"],
429
- [423, "Circle of Protection"],
430
- [424, "Sack Head"],
431
- [425, "Night Light"],
432
- [426, "Obsessed Fan"],
433
- [427, "Mine Crafter"],
434
- [428, "PJs"],
435
- [429, "Head of the Keeper"],
436
- [430, "Papa Fly"],
437
- [431, "Multidimensional Baby"],
438
- [432, "Glitter Bombs"],
439
- [433, "My Shadow"],
440
- [434, "Jar of Flies"],
441
- [435, "Lil Loki"],
442
- [436, "Milk!"],
443
- [437, "D7"],
444
- [438, "Binky"],
445
- [439, "Mom's Box"],
446
- [440, "Kidney Stone"],
447
- [441, "Mega Blast"],
448
- [442, "Dark Prince's Crown"],
449
- [443, "Apple!"],
450
- [444, "Lead Pencil"],
451
- [445, "Dog Tooth"],
452
- [446, "Dead Tooth"],
453
- [447, "Linger Bean"],
454
- [448, "Shard of Glass"],
455
- [449, "Metal Plate"],
456
- [450, "Eye of Greed"],
457
- [451, "Tarot Cloth"],
458
- [452, "Varicose Veins"],
459
- [453, "Compound Fracture"],
460
- [454, "Polydactyly"],
461
- [455, "Dad's Lost Coin"],
462
- [456, "Midnight Snack"],
463
- [457, "Cone Head"],
464
- [458, "Belly Button"],
465
- [459, "Sinus Infection"],
466
- [460, "Glaucoma"],
467
- [461, "Parasitoid"],
468
- [462, "Eye of Belial"],
469
- [463, "Sulfuric Acid"],
470
- [464, "Glyph of Balance"],
471
- [465, "Analog Stick"],
472
- [466, "Contagion"],
473
- [467, "Finger!"],
474
- [468, "Shade"],
475
- [469, "Depression"],
476
- [470, "Hushy"],
477
- [471, "Lil Monstro"],
478
- [472, "King Baby"],
479
- [473, "Big Chubby"],
480
- [474, "Broken Glass Cannon"],
481
- [475, "Plan C"],
482
- [476, "D1"],
483
- [477, "Void"],
484
- [478, "Pause"],
485
- [479, "Smelter"],
486
- [480, "Compost"],
487
- [481, "Dataminer"],
488
- [482, "Clicker"],
489
- [483, "Mama Mega!"],
490
- [484, "Wait What?"],
491
- [485, "Crooked Penny"],
492
- [486, "Dull Razor"],
493
- [487, "Potato Peeler"],
494
- [488, "Metronome"],
495
- [489, "D infinity"],
496
- [490, "Eden's Soul"],
497
- [491, "Acid Baby"],
498
- [492, "YO LISTEN!"],
499
- [493, "Adrenaline"],
500
- [494, "Jacob's Ladder"],
501
- [495, "Ghost Pepper"],
502
- [496, "Euthanasia"],
503
- [497, "Camo Undies"],
504
- [498, "Duality"],
505
- [499, "Eucharist"],
506
- [500, "Sack of Sacks"],
507
- [501, "Greed's Gullet"],
508
- [502, "Large Zit"],
509
- [503, "Little Horn"],
510
- [504, "Brown Nugget"],
511
- [505, "Poke Go"],
512
- [506, "Backstabber"],
513
- [507, "Sharp Straw"],
514
- [508, "Mom's Razor"],
515
- [509, "Bloodshot Eye"],
516
- [510, "Delirious"],
517
- [511, "Angry Fly"],
518
- [512, "Black Hole"],
519
- [513, "Bozo"],
520
- [514, "Broken Modem"],
521
- [515, "Mystery Gift"],
522
- [516, "Sprinkler"],
523
- [517, "Fast Bombs"],
524
- [518, "Buddy in a Box"],
525
- [519, "Lil Delirium"],
526
- [520, "Jumper Cables"],
527
- [521, "Coupon"],
528
- [522, "Telekinesis"],
529
- [523, "Moving Box"],
530
- [524, "Technology Zero"],
531
- [525, "Leprosy"],
532
- [526, "7 Seals"],
533
- [527, "Mr. ME!"],
534
- [528, "Angelic Prism"],
535
- [529, "Pop!"],
536
- [530, "Death's List"],
537
- [531, "Haemolacria"],
538
- [532, "Lachryphagy"],
539
- [533, "Trisagion"],
540
- [534, "Schoolbag"],
541
- [535, "Blanket"],
542
- [536, "Sacrificial Altar"],
543
- [537, "Lil Spewer"],
544
- [538, "Marbles"],
545
- [539, "Mystery Egg"],
546
- [540, "Flat Stone"],
547
- [541, "Marrow"],
548
- [542, "Slipped Rib"],
549
- [543, "Hallowed Ground"],
550
- [544, "Pointy Rib"],
551
- [545, "Book of the Dead"],
552
- [546, "Dad's Ring"],
553
- [547, "Divorce Papers"],
554
- [548, "Jaw Bone"],
555
- [549, "Brittle Bones"],
556
- [550, "Broken Shovel"],
557
- [551, "Broken Shovel"],
558
- [552, "Mom's Shovel"],
559
- [553, "Mucormycosis"],
560
- [554, "2Spooky"],
561
- [555, "Golden Razor"],
562
- [556, "Sulfur"],
563
- [557, "Fortune Cookie"],
564
- [558, "Eye Sore"],
565
- [559, "120 Volt"],
566
- [560, "It Hurts"],
567
- [561, "Almond Milk"],
568
- [562, "Rock Bottom"],
569
- [563, "Nancy Bombs"],
570
- [564, "A Bar of Soap"],
571
- [565, "Blood Puppy"],
572
- [566, "Dream Catcher"],
573
- [567, "Paschal Candle"],
574
- [568, "Divine Intervention"],
575
- [569, "Blood Oath"],
576
- [570, "Playdough Cookie"],
577
- [571, "Orphan Socks"],
578
- [572, "Eye of the Occult"],
579
- [573, "Immaculate Heart"],
580
- [574, "Monstrance"],
581
- [575, "The Intruder"],
582
- [576, "Dirty Mind"],
583
- [577, "Damocles"],
584
- [578, "Free Lemonade"],
585
- [579, "Spirit Sword"],
586
- [580, "Red Key"],
587
- [581, "Psy Fly"],
588
- [582, "Wavy Cap"],
589
- [583, "Rocket in a Jar"],
590
- [584, "Book of Virtues"],
591
- [585, "Alabaster Box"],
592
- [586, "The Stairway"],
593
- [588, "Sol"],
594
- [589, "Luna"],
595
- [590, "Mercurius"],
596
- [591, "Venus"],
597
- [592, "Terra"],
598
- [593, "Mars"],
599
- [594, "Jupiter"],
600
- [595, "Saturnus"],
601
- [596, "Uranus"],
602
- [597, "Neptunus"],
603
- [598, "Pluto"],
604
- [599, "Voodoo Head"],
605
- [600, "Eye Drops"],
606
- [601, "Act of Contrition"],
607
- [602, "Member Card"],
608
- [603, "Battery Pack"],
609
- [604, "Mom's Bracelet"],
610
- [605, "The Scooper"],
611
- [606, "Ocular Rift"],
612
- [607, "Boiled Baby"],
613
- [608, "Freezer Baby"],
614
- [609, "Eternal D6"],
615
- [610, "Bird Cage"],
616
- [611, "Larynx"],
617
- [612, "Lost Soul"],
618
- [614, "Blood Bombs"],
619
- [615, "Lil Dumpy"],
620
- [616, "Bird's Eye"],
621
- [617, "Lodestone"],
622
- [618, "Rotten Tomato"],
623
- [619, "Birthright"],
624
- [621, "Red Stew"],
625
- [622, "Genesis"],
626
- [623, "Sharp Key"],
627
- [624, "Booster Pack"],
628
- [625, "Mega Mush"],
629
- [626, "Knife Piece 1"],
630
- [627, "Knife Piece 2"],
631
- [628, "Death Certificate"],
632
- [629, "Bot Fly"],
633
- [631, "Meat Cleaver"],
634
- [632, "Evil Charm"],
635
- [633, "Dogma"],
636
- [634, "Purgatory"],
637
- [635, "Stitches"],
638
- [636, "R Key"],
639
- [637, "Knockout Drops"],
640
- [638, "Eraser"],
641
- [639, "Yuck Heart"],
642
- [640, "Urn of Souls"],
643
- [641, "Akeldama"],
644
- [642, "Magic Skin"],
645
- [643, "Revelation"],
646
- [644, "Consolation Prize"],
647
- [645, "Tinytoma"],
648
- [646, "Brimstone Bombs"],
649
- [647, "4.5 Volt"],
650
- [649, "Fruity Plum"],
651
- [650, "Plum Flute"],
652
- [651, "Star of Bethlehem"],
653
- [652, "Cube Baby"],
654
- [653, "Vade Retro"],
655
- [654, "False PHD"],
656
- [655, "Spin to Win"],
657
- [656, "Damocles"],
658
- [657, "Vasculitis"],
659
- [658, "Giant Cell"],
660
- [659, "Tropicamide"],
661
- [660, "Card Reading"],
662
- [661, "Quints"],
663
- [663, "Tooth and Nail"],
664
- [664, "Binge Eater"],
665
- [665, "Guppy's Eye"],
666
- [667, "Strawman"],
667
- [668, "Dad's Note"],
668
- [669, "Sausage"],
669
- [670, "Options?"],
670
- [671, "Candy Heart"],
671
- [672, "A Pound of Flesh"],
672
- [673, "Redemption"],
673
- [674, "Spirit Shackles"],
674
- [675, "Cracked Orb"],
675
- [676, "Empty Heart"],
676
- [677, "Astral Projection"],
677
- [678, "C Section"],
678
- [679, "Lil Abaddon"],
679
- [680, "Montezuma's Revenge"],
680
- [681, "Lil Portal"],
681
- [682, "Worm Friend"],
682
- [683, "Bone Spurs"],
683
- [684, "Hungry Soul"],
684
- [685, "Jar of Wisps"],
685
- [686, "Soul Locket"],
686
- [687, "Friend Finder"],
687
- [688, "Inner Child"],
688
- [689, "Glitched Crown"],
689
- [690, "Belly Jelly"],
690
- [691, "Sacred Orb"],
691
- [692, "Sanguine Bond"],
692
- [693, "The Swarm"],
693
- [694, "Heartbreak"],
694
- [695, "Bloody Gust"],
695
- [696, "Salvation"],
696
- [697, "Vanishing Twin"],
697
- [698, "Twisted Pair"],
698
- [699, "Azazel's Rage"],
699
- [700, "Echo Chamber"],
700
- [701, "Isaac's Tomb"],
701
- [702, "Vengeful Spirit"],
702
- [703, "Esau Jr."],
703
- [704, "Berserk!"],
704
- [705, "Dark Arts"],
705
- [706, "Abyss"],
706
- [707, "Supper"],
707
- [708, "Stapler"],
708
- [709, "Suplex!"],
709
- [710, "Bag of Crafting"],
710
- [711, "Flip"],
711
- [712, "Lemegeton"],
712
- [713, "Sumptorium"],
713
- [714, "Recall"],
714
- [715, "Hold"],
715
- [716, "Keeper's Sack"],
716
- [717, "Keeper's Kin"],
717
- [719, "Keeper's Box"],
718
- [720, "Everything Jar"],
719
- [721, "TMTRAINER"],
720
- [722, "Anima Sola"],
721
- [723, "Spindown Dice"],
722
- [724, "Hypercoagulation"],
723
- [725, "IBS"],
724
- [726, "Hemoptysis"],
725
- [727, "Ghost Bombs"],
726
- [728, "Gello"],
727
- [729, "Decap Attack"],
728
- [730, "Glass Eye"],
729
- [731, "Stye"],
730
- [732, "Mom's Ring"],
731
- ]);