isaacscript-common 4.0.3 → 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 (366) hide show
  1. package/package.json +1 -1
  2. package/cachedClasses.ts +0 -39
  3. package/callbacks/customRevive.ts +0 -215
  4. package/callbacks/itemPickup.ts +0 -101
  5. package/callbacks/postAmbush.ts +0 -73
  6. package/callbacks/postBombExploded.ts +0 -26
  7. package/callbacks/postBombInitLate.ts +0 -36
  8. package/callbacks/postBoneSwing.ts +0 -64
  9. package/callbacks/postCollectibleInitFirst.ts +0 -40
  10. package/callbacks/postCursedTeleport.ts +0 -185
  11. package/callbacks/postCustomDoorEnter.ts +0 -292
  12. package/callbacks/postDiceRoomActivated.ts +0 -60
  13. package/callbacks/postDoorRender.ts +0 -26
  14. package/callbacks/postDoorUpdate.ts +0 -26
  15. package/callbacks/postEffectInitLate.ts +0 -36
  16. package/callbacks/postEffectStateChanged.ts +0 -43
  17. package/callbacks/postEsauJr.ts +0 -109
  18. package/callbacks/postFamiliarInitLate.ts +0 -36
  19. package/callbacks/postFamiliarStateChanged.ts +0 -43
  20. package/callbacks/postFlip.ts +0 -90
  21. package/callbacks/postGreedModeWave.ts +0 -41
  22. package/callbacks/postGridEntity.ts +0 -164
  23. package/callbacks/postGridEntityCollision.ts +0 -69
  24. package/callbacks/postGridEntityRender.ts +0 -26
  25. package/callbacks/postHolyMantleRemoved.ts +0 -55
  26. package/callbacks/postItemDischarged.ts +0 -154
  27. package/callbacks/postKnifeInitLate.ts +0 -36
  28. package/callbacks/postLaserInitLate.ts +0 -36
  29. package/callbacks/postNPCInitLate.ts +0 -36
  30. package/callbacks/postNPCStateChanged.ts +0 -42
  31. package/callbacks/postNewRoomEarly.ts +0 -96
  32. package/callbacks/postPickupCollect.ts +0 -48
  33. package/callbacks/postPickupInitFirst.ts +0 -70
  34. package/callbacks/postPickupInitLate.ts +0 -36
  35. package/callbacks/postPickupStateChanged.ts +0 -43
  36. package/callbacks/postPitRender.ts +0 -26
  37. package/callbacks/postPitUpdate.ts +0 -26
  38. package/callbacks/postPlayerChangeHealth.ts +0 -62
  39. package/callbacks/postPlayerChangeType.ts +0 -56
  40. package/callbacks/postPlayerCollectible.ts +0 -113
  41. package/callbacks/postPlayerFatalDamage.ts +0 -141
  42. package/callbacks/postPlayerInitLate.ts +0 -37
  43. package/callbacks/postPlayerReordered.ts +0 -142
  44. package/callbacks/postPoopRender.ts +0 -26
  45. package/callbacks/postPoopUpdate.ts +0 -26
  46. package/callbacks/postPressurePlateRender.ts +0 -26
  47. package/callbacks/postPressurePlateUpdate.ts +0 -26
  48. package/callbacks/postProjectileInitLate.ts +0 -36
  49. package/callbacks/postPurchase.ts +0 -64
  50. package/callbacks/postRockRender.ts +0 -26
  51. package/callbacks/postRockUpdate.ts +0 -26
  52. package/callbacks/postRoomClearChanged.ts +0 -57
  53. package/callbacks/postSacrifice.ts +0 -64
  54. package/callbacks/postSlotDestroyed.ts +0 -92
  55. package/callbacks/postSlotInitUpdate.ts +0 -68
  56. package/callbacks/postSlotRender.ts +0 -69
  57. package/callbacks/postSpikesRender.ts +0 -26
  58. package/callbacks/postSpikesUpdate.ts +0 -26
  59. package/callbacks/postTNTRender.ts +0 -26
  60. package/callbacks/postTNTUpdate.ts +0 -26
  61. package/callbacks/postTearInitLate.ts +0 -36
  62. package/callbacks/postTearInitVeryLate.ts +0 -41
  63. package/callbacks/postTransformation.ts +0 -59
  64. package/callbacks/postTrinketBreak.ts +0 -112
  65. package/callbacks/preBerserkDeath.ts +0 -49
  66. package/callbacks/preNewLevel.ts +0 -55
  67. package/callbacks/reorderedCallbacks.ts +0 -168
  68. package/callbacks/subscriptions/postAmbushFinished.ts +0 -32
  69. package/callbacks/subscriptions/postAmbushStarted.ts +0 -32
  70. package/callbacks/subscriptions/postBombInitLate.ts +0 -32
  71. package/callbacks/subscriptions/postBoneExploded.ts +0 -32
  72. package/callbacks/subscriptions/postBoneSwing.ts +0 -24
  73. package/callbacks/subscriptions/postCollectibleInitFirst.ts +0 -37
  74. package/callbacks/subscriptions/postCursedTeleport.ts +0 -24
  75. package/callbacks/subscriptions/postCustomDoorEnter.ts +0 -45
  76. package/callbacks/subscriptions/postCustomRevive.ts +0 -36
  77. package/callbacks/subscriptions/postDiceRoomActivated.ts +0 -38
  78. package/callbacks/subscriptions/postDoorRender.ts +0 -35
  79. package/callbacks/subscriptions/postDoorUpdate.ts +0 -35
  80. package/callbacks/subscriptions/postEffectInitLate.ts +0 -32
  81. package/callbacks/subscriptions/postEffectStateChanged.ts +0 -40
  82. package/callbacks/subscriptions/postEsauJr.ts +0 -24
  83. package/callbacks/subscriptions/postFamiliarInitLate.ts +0 -32
  84. package/callbacks/subscriptions/postFamiliarStateChanged.ts +0 -40
  85. package/callbacks/subscriptions/postFirstEsauJr.ts +0 -24
  86. package/callbacks/subscriptions/postFirstFlip.ts +0 -24
  87. package/callbacks/subscriptions/postFlip.ts +0 -22
  88. package/callbacks/subscriptions/postGameStartedReordered.ts +0 -24
  89. package/callbacks/subscriptions/postGreedModeWave.ts +0 -24
  90. package/callbacks/subscriptions/postGridEntityBroken.ts +0 -51
  91. package/callbacks/subscriptions/postGridEntityCollision.ts +0 -54
  92. package/callbacks/subscriptions/postGridEntityInit.ts +0 -51
  93. package/callbacks/subscriptions/postGridEntityRemove.ts +0 -52
  94. package/callbacks/subscriptions/postGridEntityRender.ts +0 -51
  95. package/callbacks/subscriptions/postGridEntityStateChanged.ts +0 -55
  96. package/callbacks/subscriptions/postGridEntityUpdate.ts +0 -51
  97. package/callbacks/subscriptions/postHolyMantleRemoved.ts +0 -48
  98. package/callbacks/subscriptions/postItemDischarged.ts +0 -43
  99. package/callbacks/subscriptions/postItemPickup.ts +0 -64
  100. package/callbacks/subscriptions/postKnifeInitLate.ts +0 -32
  101. package/callbacks/subscriptions/postLaserInitLate.ts +0 -32
  102. package/callbacks/subscriptions/postNPCInitLate.ts +0 -32
  103. package/callbacks/subscriptions/postNPCStateChanged.ts +0 -42
  104. package/callbacks/subscriptions/postNewLevelReordered.ts +0 -22
  105. package/callbacks/subscriptions/postNewRoomEarly.ts +0 -22
  106. package/callbacks/subscriptions/postNewRoomReordered.ts +0 -22
  107. package/callbacks/subscriptions/postPEffectUpdateReordered.ts +0 -40
  108. package/callbacks/subscriptions/postPickupCollect.ts +0 -35
  109. package/callbacks/subscriptions/postPickupInitFirst.ts +0 -32
  110. package/callbacks/subscriptions/postPickupInitLate.ts +0 -32
  111. package/callbacks/subscriptions/postPickupStateChanged.ts +0 -40
  112. package/callbacks/subscriptions/postPitRender.ts +0 -35
  113. package/callbacks/subscriptions/postPitUpdate.ts +0 -35
  114. package/callbacks/subscriptions/postPlayerChangeHealth.ts +0 -49
  115. package/callbacks/subscriptions/postPlayerChangeType.ts +0 -40
  116. package/callbacks/subscriptions/postPlayerCollectibleAdded.ts +0 -38
  117. package/callbacks/subscriptions/postPlayerCollectibleRemoved.ts +0 -38
  118. package/callbacks/subscriptions/postPlayerFatalDamage.ts +0 -68
  119. package/callbacks/subscriptions/postPlayerInitLate.ts +0 -40
  120. package/callbacks/subscriptions/postPlayerInitReordered.ts +0 -40
  121. package/callbacks/subscriptions/postPlayerRenderReordered.ts +0 -40
  122. package/callbacks/subscriptions/postPlayerUpdateReordered.ts +0 -40
  123. package/callbacks/subscriptions/postPoopRender.ts +0 -35
  124. package/callbacks/subscriptions/postPoopUpdate.ts +0 -35
  125. package/callbacks/subscriptions/postPressurePlateRender.ts +0 -37
  126. package/callbacks/subscriptions/postPressurePlateUpdate.ts +0 -37
  127. package/callbacks/subscriptions/postProjectileInitLate.ts +0 -35
  128. package/callbacks/subscriptions/postPurchase.ts +0 -31
  129. package/callbacks/subscriptions/postRockRender.ts +0 -35
  130. package/callbacks/subscriptions/postRockUpdate.ts +0 -35
  131. package/callbacks/subscriptions/postRoomClearChanged.ts +0 -30
  132. package/callbacks/subscriptions/postSacrifice.ts +0 -43
  133. package/callbacks/subscriptions/postSlotAnimationChanged.ts +0 -40
  134. package/callbacks/subscriptions/postSlotDestroyed.ts +0 -55
  135. package/callbacks/subscriptions/postSlotInit.ts +0 -32
  136. package/callbacks/subscriptions/postSlotRender.ts +0 -32
  137. package/callbacks/subscriptions/postSlotUpdate.ts +0 -32
  138. package/callbacks/subscriptions/postSpikesRender.ts +0 -35
  139. package/callbacks/subscriptions/postSpikesUpdate.ts +0 -35
  140. package/callbacks/subscriptions/postTNTRender.ts +0 -35
  141. package/callbacks/subscriptions/postTNTUpdate.ts +0 -35
  142. package/callbacks/subscriptions/postTearInitLate.ts +0 -32
  143. package/callbacks/subscriptions/postTearInitVeryLate.ts +0 -32
  144. package/callbacks/subscriptions/postTransformation.ts +0 -40
  145. package/callbacks/subscriptions/postTrinketBreak.ts +0 -38
  146. package/callbacks/subscriptions/preBerserkDeath.ts +0 -42
  147. package/callbacks/subscriptions/preCustomRevive.ts +0 -46
  148. package/callbacks/subscriptions/preItemPickup.ts +0 -64
  149. package/callbacks/subscriptions/preNewLevel.ts +0 -24
  150. package/classes/DefaultMap.ts +0 -174
  151. package/classes/ModUpgraded.ts +0 -84
  152. package/constants.ts +0 -162
  153. package/constantsFirstLast.ts +0 -217
  154. package/enums/AmbushType.ts +0 -4
  155. package/enums/HealthType.ts +0 -16
  156. package/enums/ModCallbackCustom.ts +0 -1278
  157. package/enums/PocketItemType.ts +0 -8
  158. package/enums/SerializationType.ts +0 -5
  159. package/enums/SlotDestructionType.ts +0 -4
  160. package/enums/private/CopyableIsaacAPIClassType.ts +0 -7
  161. package/enums/private/SaveDataKey.ts +0 -14
  162. package/enums/private/SerializationBrand.ts +0 -42
  163. package/features/characterHealthConversion.ts +0 -111
  164. package/features/characterStats.ts +0 -61
  165. package/features/debugDisplay/debugDisplay.ts +0 -221
  166. package/features/debugDisplay/exports.ts +0 -368
  167. package/features/debugDisplay/v.ts +0 -65
  168. package/features/deployJSONRoom.ts +0 -743
  169. package/features/disableInputs.ts +0 -193
  170. package/features/disableSound.ts +0 -77
  171. package/features/extraConsoleCommands/commandsDisplay.ts +0 -290
  172. package/features/extraConsoleCommands/commandsSubroutines.ts +0 -139
  173. package/features/extraConsoleCommands/init.ts +0 -334
  174. package/features/extraConsoleCommands/listCommands.ts +0 -1299
  175. package/features/extraConsoleCommands/v.ts +0 -14
  176. package/features/fadeInRemover.ts +0 -60
  177. package/features/fastReset.ts +0 -75
  178. package/features/forgottenSwitch.ts +0 -50
  179. package/features/getCollectibleItemPoolType.ts +0 -66
  180. package/features/persistentEntities.ts +0 -183
  181. package/features/playerInventory.ts +0 -135
  182. package/features/ponyDetection.ts +0 -74
  183. package/features/preventCollectibleRotation.ts +0 -115
  184. package/features/runInNFrames.ts +0 -148
  185. package/features/saveDataManager/constants.ts +0 -4
  186. package/features/saveDataManager/exports.ts +0 -229
  187. package/features/saveDataManager/load.ts +0 -99
  188. package/features/saveDataManager/main.ts +0 -195
  189. package/features/saveDataManager/maps.ts +0 -13
  190. package/features/saveDataManager/merge.ts +0 -194
  191. package/features/saveDataManager/save.ts +0 -74
  192. package/features/saveDataManager/serializationBrand.ts +0 -16
  193. package/features/sirenHelpers.ts +0 -129
  194. package/features/taintedLazarusPlayers.ts +0 -113
  195. package/featuresInitialized.ts +0 -20
  196. package/functions/ambush.ts +0 -47
  197. package/functions/array.ts +0 -410
  198. package/functions/benchmark.ts +0 -36
  199. package/functions/bitwise.ts +0 -24
  200. package/functions/bombs.ts +0 -12
  201. package/functions/boss.ts +0 -227
  202. package/functions/cacheFlag.ts +0 -12
  203. package/functions/cards.ts +0 -271
  204. package/functions/challenges.ts +0 -13
  205. package/functions/character.ts +0 -126
  206. package/functions/charge.ts +0 -237
  207. package/functions/chargeBar.ts +0 -67
  208. package/functions/collectibleCacheFlag.ts +0 -90
  209. package/functions/collectibleSet.ts +0 -56
  210. package/functions/collectibleTag.ts +0 -89
  211. package/functions/collectibles.ts +0 -659
  212. package/functions/color.ts +0 -128
  213. package/functions/debug.ts +0 -68
  214. package/functions/deepCopy.ts +0 -535
  215. package/functions/deepCopyTests.ts +0 -386
  216. package/functions/direction.ts +0 -49
  217. package/functions/doors.ts +0 -347
  218. package/functions/easing.ts +0 -182
  219. package/functions/eden.ts +0 -47
  220. package/functions/effects.ts +0 -20
  221. package/functions/entity.ts +0 -439
  222. package/functions/entitySpecific.ts +0 -889
  223. package/functions/entityTypes.ts +0 -6
  224. package/functions/enums.ts +0 -146
  225. package/functions/familiars.ts +0 -106
  226. package/functions/flag.ts +0 -165
  227. package/functions/flying.ts +0 -117
  228. package/functions/globals.ts +0 -242
  229. package/functions/gridEntity.ts +0 -511
  230. package/functions/gridEntitySpecific.ts +0 -112
  231. package/functions/input.ts +0 -139
  232. package/functions/isaacAPIClass.ts +0 -67
  233. package/functions/jsonHelpers.ts +0 -45
  234. package/functions/jsonRoom.ts +0 -100
  235. package/functions/kColor.ts +0 -129
  236. package/functions/language.ts +0 -13
  237. package/functions/level.ts +0 -31
  238. package/functions/log.ts +0 -720
  239. package/functions/map.ts +0 -56
  240. package/functions/math.ts +0 -149
  241. package/functions/mergeTests.ts +0 -288
  242. package/functions/npc.ts +0 -148
  243. package/functions/pickupVariants.ts +0 -60
  244. package/functions/pickups.ts +0 -499
  245. package/functions/pills.ts +0 -205
  246. package/functions/player.ts +0 -1056
  247. package/functions/playerDataStructures.ts +0 -150
  248. package/functions/playerHealth.ts +0 -382
  249. package/functions/playerIndex.ts +0 -195
  250. package/functions/pocketItems.ts +0 -149
  251. package/functions/positionVelocity.ts +0 -188
  252. package/functions/random.ts +0 -77
  253. package/functions/revive.ts +0 -201
  254. package/functions/rng.ts +0 -172
  255. package/functions/roomData.ts +0 -199
  256. package/functions/roomGrid.ts +0 -109
  257. package/functions/roomShape.ts +0 -80
  258. package/functions/rooms.ts +0 -648
  259. package/functions/run.ts +0 -36
  260. package/functions/saveFile.ts +0 -128
  261. package/functions/seeds.ts +0 -19
  262. package/functions/serialization.ts +0 -91
  263. package/functions/set.ts +0 -95
  264. package/functions/sound.ts +0 -9
  265. package/functions/spawnCollectible.ts +0 -104
  266. package/functions/sprite.ts +0 -107
  267. package/functions/stage.ts +0 -125
  268. package/functions/string.ts +0 -47
  269. package/functions/table.ts +0 -189
  270. package/functions/tears.ts +0 -32
  271. package/functions/transformations.ts +0 -131
  272. package/functions/trinketCacheFlag.ts +0 -60
  273. package/functions/trinketGive.ts +0 -157
  274. package/functions/trinkets.ts +0 -215
  275. package/functions/tstlClass.ts +0 -157
  276. package/functions/types.ts +0 -36
  277. package/functions/ui.ts +0 -138
  278. package/functions/utils.ts +0 -189
  279. package/functions/vector.ts +0 -126
  280. package/index.ts +0 -172
  281. package/initCustomCallbacks.ts +0 -132
  282. package/initFeatures.ts +0 -39
  283. package/interfaces/AddCallbackParameterCustom.ts +0 -188
  284. package/interfaces/ChargeBarSprites.ts +0 -12
  285. package/interfaces/JSONDoor.ts +0 -13
  286. package/interfaces/JSONEntity.ts +0 -16
  287. package/interfaces/JSONRoom.ts +0 -36
  288. package/interfaces/JSONRooms.ts +0 -12
  289. package/interfaces/JSONSpawn.ts +0 -14
  290. package/interfaces/PlayerHealth.ts +0 -16
  291. package/interfaces/PocketItemDescription.ts +0 -9
  292. package/interfaces/SaveData.ts +0 -29
  293. package/interfaces/TrinketSituation.ts +0 -9
  294. package/interfaces/private/TSTLClassMetatable.ts +0 -8
  295. package/maps/PHDPillConversions.ts +0 -21
  296. package/maps/cardMap.ts +0 -209
  297. package/maps/characterMap.ts +0 -87
  298. package/maps/collectibleDescriptionMap.ts +0 -732
  299. package/maps/collectibleNameMap.ts +0 -731
  300. package/maps/defaultPlayerStatMap.ts +0 -17
  301. package/maps/falsePHDPillConversions.ts +0 -35
  302. package/maps/gridEntityTypeToBrokenStateMap.ts +0 -50
  303. package/maps/gridEntityXMLMap.ts +0 -176
  304. package/maps/pillEffectMap.ts +0 -88
  305. package/maps/roomShapeToTopLeftWallGridIndexMap.ts +0 -18
  306. package/maps/roomTypeMap.ts +0 -40
  307. package/maps/trinketDescriptionMap.ts +0 -200
  308. package/maps/trinketNameMap.ts +0 -198
  309. package/objects/LRoomShapeToRectangles.ts +0 -44
  310. package/objects/callbackRegisterFunctions.ts +0 -187
  311. package/objects/cardDescriptions.ts +0 -105
  312. package/objects/cardNames.ts +0 -105
  313. package/objects/cardTypes.ts +0 -104
  314. package/objects/challengeNames.ts +0 -52
  315. package/objects/characterNames.ts +0 -48
  316. package/objects/coinSubTypeToValue.ts +0 -14
  317. package/objects/colors.ts +0 -16
  318. package/objects/directionNames.ts +0 -11
  319. package/objects/directionToDegrees.ts +0 -11
  320. package/objects/directionToVector.ts +0 -12
  321. package/objects/doorSlotFlagToDoorSlot.ts +0 -16
  322. package/objects/doorSlotToDirection.ts +0 -14
  323. package/objects/isaacAPIClassTypeToBrand.ts +0 -11
  324. package/objects/isaacAPIClassTypeToCopyFunction.ts +0 -18
  325. package/objects/languageNames.ts +0 -13
  326. package/objects/oppositeDoorSlots.ts +0 -15
  327. package/objects/pillEffectClasses.ts +0 -63
  328. package/objects/pillEffectNames.ts +0 -57
  329. package/objects/pillEffectTypes.ts +0 -62
  330. package/objects/roomShapeBounds.ts +0 -71
  331. package/objects/roomShapeLayoutSizes.ts +0 -45
  332. package/objects/roomShapeToBottomRightPosition.ts +0 -25
  333. package/objects/roomShapeToDoorSlots.ts +0 -83
  334. package/objects/roomShapeToDoorSlotsToGridIndexDelta.ts +0 -127
  335. package/objects/roomShapeToGridWidth.ts +0 -21
  336. package/objects/roomShapeToTopLeftPosition.ts +0 -26
  337. package/objects/roomShapeVolumes.ts +0 -38
  338. package/objects/roomTypeNames.ts +0 -36
  339. package/objects/serializedIsaacAPIClassTypeToIdentityFunction.ts +0 -14
  340. package/objects/stageTypeToLetter.ts +0 -15
  341. package/objects/transformationNames.ts +0 -18
  342. package/patchErrorFunctions.ts +0 -92
  343. package/sets/LRoomShapesSet.ts +0 -8
  344. package/sets/bossSets.ts +0 -470
  345. package/sets/charactersThatStartWithAnActiveItemSet.ts +0 -16
  346. package/sets/charactersWithBlackHeartFromEternalHeartSet.ts +0 -7
  347. package/sets/charactersWithFreeDevilDealsSet.ts +0 -4
  348. package/sets/charactersWithNoRedHeartsSet.ts +0 -17
  349. package/sets/charactersWithNoSoulHeartsSet.ts +0 -14
  350. package/sets/chestPickupVariantsSet.ts +0 -16
  351. package/sets/familiarsThatShootPlayerTearsSet.ts +0 -13
  352. package/sets/lostStyleCharactersSet.ts +0 -13
  353. package/sets/mineShaftRoomSubTypesSet.ts +0 -10
  354. package/sets/redHeartSubTypesSet.ts +0 -7
  355. package/sets/sinEntityTypesSet.ts +0 -11
  356. package/sets/singleUseActiveCollectibleTypesSet.ts +0 -13
  357. package/sets/storyBossesSet.ts +0 -17
  358. package/types/AnyEntity.ts +0 -12
  359. package/types/AwaitingTextInput.d.ts +0 -2
  360. package/types/CollectibleIndex.ts +0 -16
  361. package/types/PickingUpItem.ts +0 -89
  362. package/types/PlayerIndex.ts +0 -13
  363. package/types/private/IsaacAPIClass.ts +0 -3
  364. package/types/private/SerializedIsaacAPIClass.ts +0 -3
  365. package/types/private/TSTLClass.ts +0 -3
  366. 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
- ]);