isaacscript-common 2.0.17 → 2.0.20
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.
- package/dist/callbacks/postCustomDoorEnter.d.ts +5 -3
- package/dist/callbacks/postDoorRender.d.ts +1 -0
- package/dist/callbacks/postDoorRender.lua +24 -0
- package/dist/callbacks/postDoorUpdate.d.ts +1 -0
- package/dist/callbacks/postDoorUpdate.lua +24 -0
- package/dist/callbacks/postEffectStateChanged.lua +1 -1
- package/dist/callbacks/postFamiliarStateChanged.lua +1 -1
- package/dist/callbacks/postGridEntity.lua +5 -4
- package/dist/callbacks/postGridEntityRender.d.ts +1 -0
- package/dist/callbacks/postGridEntityRender.lua +24 -0
- package/dist/callbacks/postItemDischarged.lua +5 -5
- package/dist/callbacks/postNPCStateChanged.lua +1 -1
- package/dist/callbacks/postPickupStateChanged.lua +1 -1
- package/dist/callbacks/postPitRender.d.ts +1 -0
- package/dist/callbacks/postPitRender.lua +24 -0
- package/dist/callbacks/postPitUpdate.d.ts +1 -0
- package/dist/callbacks/postPitUpdate.lua +24 -0
- package/dist/callbacks/postPlayerChangeType.lua +1 -1
- package/dist/callbacks/postPoopRender.d.ts +1 -0
- package/dist/callbacks/postPoopRender.lua +24 -0
- package/dist/callbacks/postPoopUpdate.d.ts +1 -0
- package/dist/callbacks/postPoopUpdate.lua +24 -0
- package/dist/callbacks/postPressurePlateRender.d.ts +1 -0
- package/dist/callbacks/postPressurePlateRender.lua +24 -0
- package/dist/callbacks/postPressurePlateUpdate.d.ts +1 -0
- package/dist/callbacks/postPressurePlateUpdate.lua +24 -0
- package/dist/callbacks/postRockRender.d.ts +1 -0
- package/dist/callbacks/postRockRender.lua +24 -0
- package/dist/callbacks/postRockUpdate.d.ts +1 -0
- package/dist/callbacks/postRockUpdate.lua +24 -0
- package/dist/callbacks/postSlotRender.lua +1 -1
- package/dist/callbacks/postSpikesRender.d.ts +1 -0
- package/dist/callbacks/postSpikesRender.lua +24 -0
- package/dist/callbacks/postSpikesUpdate.d.ts +1 -0
- package/dist/callbacks/postSpikesUpdate.lua +24 -0
- package/dist/callbacks/postTNTRender.d.ts +1 -0
- package/dist/callbacks/postTNTRender.lua +24 -0
- package/dist/callbacks/postTNTUpdate.d.ts +1 -0
- package/dist/callbacks/postTNTUpdate.lua +24 -0
- package/dist/callbacks/subscriptions/postDoorRender.d.ts +5 -0
- package/dist/callbacks/subscriptions/postDoorRender.lua +24 -0
- package/dist/callbacks/subscriptions/postDoorUpdate.d.ts +5 -0
- package/dist/callbacks/subscriptions/postDoorUpdate.lua +24 -0
- package/dist/callbacks/subscriptions/postGridEntityBroken.d.ts +2 -1
- package/dist/callbacks/subscriptions/postGridEntityBroken.lua +8 -2
- package/dist/callbacks/subscriptions/postGridEntityCollision.d.ts +2 -1
- package/dist/callbacks/subscriptions/postGridEntityCollision.lua +5 -0
- package/dist/callbacks/subscriptions/postGridEntityInit.d.ts +2 -1
- package/dist/callbacks/subscriptions/postGridEntityInit.lua +8 -2
- package/dist/callbacks/subscriptions/postGridEntityRemove.d.ts +2 -1
- package/dist/callbacks/subscriptions/postGridEntityRemove.lua +5 -1
- package/dist/callbacks/subscriptions/postGridEntityRender.d.ts +6 -0
- package/dist/callbacks/subscriptions/postGridEntityRender.lua +29 -0
- package/dist/callbacks/subscriptions/postGridEntityStateChanged.d.ts +2 -1
- package/dist/callbacks/subscriptions/postGridEntityStateChanged.lua +8 -2
- package/dist/callbacks/subscriptions/postGridEntityUpdate.d.ts +2 -1
- package/dist/callbacks/subscriptions/postGridEntityUpdate.lua +8 -2
- package/dist/callbacks/subscriptions/postPitRender.d.ts +5 -0
- package/dist/callbacks/subscriptions/postPitRender.lua +24 -0
- package/dist/callbacks/subscriptions/postPitUpdate.d.ts +5 -0
- package/dist/callbacks/subscriptions/postPitUpdate.lua +24 -0
- package/dist/callbacks/subscriptions/postPlayerChangeHealth.d.ts +3 -2
- package/dist/callbacks/subscriptions/postPlayerChangeHealth.lua +5 -0
- package/dist/callbacks/subscriptions/postPlayerChangeType.d.ts +3 -2
- package/dist/callbacks/subscriptions/postPlayerChangeType.lua +8 -1
- package/dist/callbacks/subscriptions/postPlayerFatalDamage.d.ts +3 -2
- package/dist/callbacks/subscriptions/postPlayerFatalDamage.lua +5 -0
- package/dist/callbacks/subscriptions/postPlayerInitLate.d.ts +3 -2
- package/dist/callbacks/subscriptions/postPlayerInitLate.lua +5 -0
- package/dist/callbacks/subscriptions/postPlayerInitReordered.d.ts +3 -2
- package/dist/callbacks/subscriptions/postPlayerInitReordered.lua +5 -0
- package/dist/callbacks/subscriptions/postPlayerRenderReordered.d.ts +3 -2
- package/dist/callbacks/subscriptions/postPlayerRenderReordered.lua +5 -0
- package/dist/callbacks/subscriptions/postPlayerUpdateReordered.d.ts +3 -2
- package/dist/callbacks/subscriptions/postPlayerUpdateReordered.lua +5 -0
- package/dist/callbacks/subscriptions/postPoopRender.d.ts +5 -0
- package/dist/callbacks/subscriptions/postPoopRender.lua +24 -0
- package/dist/callbacks/subscriptions/postPoopUpdate.d.ts +5 -0
- package/dist/callbacks/subscriptions/postPoopUpdate.lua +24 -0
- package/dist/callbacks/subscriptions/postPressurePlateRender.d.ts +5 -0
- package/dist/callbacks/subscriptions/postPressurePlateRender.lua +24 -0
- package/dist/callbacks/subscriptions/postPressurePlateUpdate.d.ts +5 -0
- package/dist/callbacks/subscriptions/postPressurePlateUpdate.lua +24 -0
- package/dist/callbacks/subscriptions/postRockRender.d.ts +5 -0
- package/dist/callbacks/subscriptions/postRockRender.lua +24 -0
- package/dist/callbacks/subscriptions/postRockUpdate.d.ts +5 -0
- package/dist/callbacks/subscriptions/postRockUpdate.lua +24 -0
- package/dist/callbacks/subscriptions/postSacrifice.d.ts +4 -2
- package/dist/callbacks/subscriptions/postSacrifice.lua +13 -1
- package/dist/callbacks/subscriptions/postSlotAnimationChanged.d.ts +1 -1
- package/dist/callbacks/subscriptions/postSlotDestroyed.d.ts +1 -1
- package/dist/callbacks/subscriptions/postSlotInit.d.ts +1 -1
- package/dist/callbacks/subscriptions/postSlotRender.d.ts +1 -1
- package/dist/callbacks/subscriptions/postSlotUpdate.d.ts +1 -1
- package/dist/callbacks/subscriptions/postSpikesRender.d.ts +5 -0
- package/dist/callbacks/subscriptions/postSpikesRender.lua +24 -0
- package/dist/callbacks/subscriptions/postSpikesUpdate.d.ts +5 -0
- package/dist/callbacks/subscriptions/postSpikesUpdate.lua +24 -0
- package/dist/callbacks/subscriptions/postTNTRender.d.ts +5 -0
- package/dist/callbacks/subscriptions/postTNTRender.lua +24 -0
- package/dist/callbacks/subscriptions/postTNTUpdate.d.ts +5 -0
- package/dist/callbacks/subscriptions/postTNTUpdate.lua +24 -0
- package/dist/callbacks/subscriptions/preBerserkDeath.d.ts +3 -2
- package/dist/callbacks/subscriptions/preBerserkDeath.lua +5 -0
- package/dist/callbacks/subscriptions/preCustomRevive.d.ts +4 -2
- package/dist/callbacks/subscriptions/preCustomRevive.lua +15 -3
- package/dist/classes/DefaultMap.d.ts +8 -8
- package/dist/classes/DefaultMap.lua +3 -3
- package/dist/constants.d.ts +3 -2
- package/dist/constants.lua +2 -2
- package/dist/constantsMax.d.ts +15 -9
- package/dist/constantsMax.lua +7 -1
- package/dist/enums/ModCallbackCustom.d.ts +69 -54
- package/dist/enums/ModCallbackCustom.lua +84 -54
- package/dist/features/debugDisplay.d.ts +7 -0
- package/dist/features/debugDisplay.lua +117 -14
- package/dist/features/deployJSONRoom.lua +2 -2
- package/dist/features/extraConsoleCommands/commands.lua +32 -27
- package/dist/features/extraConsoleCommands/commandsDisplay.d.ts +63 -0
- package/dist/features/extraConsoleCommands/commandsDisplay.lua +49 -0
- package/dist/features/extraConsoleCommands/init.d.ts +2 -2
- package/dist/features/extraConsoleCommands/init.lua +18 -1
- package/dist/features/getCollectibleItemPoolType.lua +3 -2
- package/dist/features/playerInventory.lua +1 -1
- package/dist/features/preventCollectibleRotate.lua +7 -2
- package/dist/functions/array.lua +1 -1
- package/dist/functions/boss.d.ts +2 -3
- package/dist/functions/cards.lua +3 -1
- package/dist/functions/character.lua +2 -2
- package/dist/functions/charge.d.ts +6 -6
- package/dist/functions/collectibleCacheFlag.lua +3 -1
- package/dist/functions/collectibleSet.lua +3 -1
- package/dist/functions/collectibleTag.lua +3 -1
- package/dist/functions/collectibles.d.ts +1 -0
- package/dist/functions/collectibles.lua +32 -16
- package/dist/functions/entity.d.ts +1 -1
- package/dist/functions/entitySpecific.d.ts +4 -5
- package/dist/functions/entityTypes.d.ts +3 -0
- package/dist/functions/entityTypes.lua +7 -0
- package/dist/functions/familiars.d.ts +3 -3
- package/dist/functions/gridEntity.d.ts +0 -5
- package/dist/functions/gridEntity.lua +0 -14
- package/dist/functions/gridEntitySpecific.d.ts +18 -0
- package/dist/functions/gridEntitySpecific.lua +88 -0
- package/dist/functions/log.lua +2 -3
- package/dist/functions/npcTypes.d.ts +3 -0
- package/dist/functions/npcTypes.lua +7 -0
- package/dist/functions/pickupVariants.d.ts +13 -0
- package/dist/functions/pickupVariants.lua +22 -0
- package/dist/functions/pickups.lua +3 -1
- package/dist/functions/playerIndex.d.ts +2 -2
- package/dist/functions/rooms.d.ts +2 -3
- package/dist/functions/rooms.lua +5 -3
- package/dist/functions/run.lua +3 -1
- package/dist/functions/stage.d.ts +1 -1
- package/dist/functions/stage.lua +6 -5
- package/dist/functions/trinketCacheFlag.lua +3 -1
- package/dist/functions/trinketSet.lua +3 -1
- package/dist/functions/trinkets.lua +7 -3
- package/dist/index.d.ts +3 -0
- package/dist/index.lua +24 -0
- package/dist/initCustomCallbacks.lua +45 -0
- package/dist/initFeatures.lua +0 -3
- package/dist/maps/cardMap.lua +204 -202
- package/dist/maps/pillEffectMap.lua +82 -80
- package/dist/objects/callbackRegisterFunctions.lua +45 -0
- package/dist/objects/cardDescriptions.lua +1 -1
- package/dist/objects/cardNames.lua +1 -1
- package/dist/objects/cardTypes.lua +1 -1
- package/dist/types/AddCallbackParameterCustom.d.ts +30 -0
- package/dist/types/private/TSTLClassMetatable.d.ts +1 -1
- package/package.json +3 -3
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
local ____exports = {}
|
|
2
2
|
local ____isaac_2Dtypescript_2Ddefinitions = require("isaac-typescript-definitions")
|
|
3
|
-
local PickupVariant = ____isaac_2Dtypescript_2Ddefinitions.PickupVariant
|
|
4
3
|
local PlayerType = ____isaac_2Dtypescript_2Ddefinitions.PlayerType
|
|
5
4
|
local TrinketSlot = ____isaac_2Dtypescript_2Ddefinitions.TrinketSlot
|
|
6
5
|
local TrinketType = ____isaac_2Dtypescript_2Ddefinitions.TrinketType
|
|
@@ -12,8 +11,12 @@ local TRINKET_DESCRIPTION_MAP = ____trinketDescriptionMap.TRINKET_DESCRIPTION_MA
|
|
|
12
11
|
local ____trinketNameMap = require("maps.trinketNameMap")
|
|
13
12
|
local DEFAULT_TRINKET_NAME = ____trinketNameMap.DEFAULT_TRINKET_NAME
|
|
14
13
|
local TRINKET_NAME_MAP = ____trinketNameMap.TRINKET_NAME_MAP
|
|
14
|
+
local ____entity = require("functions.entity")
|
|
15
|
+
local getEntityID = ____entity.getEntityID
|
|
15
16
|
local ____flag = require("functions.flag")
|
|
16
17
|
local hasFlag = ____flag.hasFlag
|
|
18
|
+
local ____pickupVariants = require("functions.pickupVariants")
|
|
19
|
+
local isTrinket = ____pickupVariants.isTrinket
|
|
17
20
|
local ____player = require("functions.player")
|
|
18
21
|
local isCharacter = ____player.isCharacter
|
|
19
22
|
local ____sprite = require("functions.sprite")
|
|
@@ -72,8 +75,9 @@ function ____exports.isGoldenTrinket(self, trinketType)
|
|
|
72
75
|
return hasFlag(nil, trinketType, GOLDEN_TRINKET_FLAG)
|
|
73
76
|
end
|
|
74
77
|
function ____exports.setTrinketSprite(self, trinket, pngPath)
|
|
75
|
-
if
|
|
76
|
-
|
|
78
|
+
if not isTrinket(nil, trinket) then
|
|
79
|
+
local entityID = getEntityID(nil, trinket)
|
|
80
|
+
error("The \"setTrinketSprite\" function was given a non-trinket: " .. entityID)
|
|
77
81
|
end
|
|
78
82
|
local sprite = trinket:GetSprite()
|
|
79
83
|
if pngPath == nil then
|
package/dist/index.d.ts
CHANGED
|
@@ -50,12 +50,14 @@ export * from "./functions/doors";
|
|
|
50
50
|
export * from "./functions/easing";
|
|
51
51
|
export * from "./functions/entity";
|
|
52
52
|
export * from "./functions/entitySpecific";
|
|
53
|
+
export * from "./functions/entityTypes";
|
|
53
54
|
export * from "./functions/enums";
|
|
54
55
|
export * from "./functions/familiars";
|
|
55
56
|
export * from "./functions/flag";
|
|
56
57
|
export * from "./functions/flying";
|
|
57
58
|
export * from "./functions/globals";
|
|
58
59
|
export * from "./functions/gridEntity";
|
|
60
|
+
export * from "./functions/gridEntitySpecific";
|
|
59
61
|
export * from "./functions/input";
|
|
60
62
|
export * from "./functions/isaacAPIClass";
|
|
61
63
|
export * from "./functions/jsonHelpers";
|
|
@@ -69,6 +71,7 @@ export * from "./functions/math";
|
|
|
69
71
|
export { mergeTests } from "./functions/mergeTests";
|
|
70
72
|
export * from "./functions/npc";
|
|
71
73
|
export * from "./functions/pickups";
|
|
74
|
+
export * from "./functions/pickupVariants";
|
|
72
75
|
export * from "./functions/pills";
|
|
73
76
|
export * from "./functions/player";
|
|
74
77
|
export * from "./functions/playerDataStructures";
|
package/dist/index.lua
CHANGED
|
@@ -413,6 +413,14 @@ do
|
|
|
413
413
|
end
|
|
414
414
|
end
|
|
415
415
|
end
|
|
416
|
+
do
|
|
417
|
+
local ____export = require("functions.entityTypes")
|
|
418
|
+
for ____exportKey, ____exportValue in pairs(____export) do
|
|
419
|
+
if ____exportKey ~= "default" then
|
|
420
|
+
____exports[____exportKey] = ____exportValue
|
|
421
|
+
end
|
|
422
|
+
end
|
|
423
|
+
end
|
|
416
424
|
do
|
|
417
425
|
local ____export = require("functions.enums")
|
|
418
426
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
@@ -461,6 +469,14 @@ do
|
|
|
461
469
|
end
|
|
462
470
|
end
|
|
463
471
|
end
|
|
472
|
+
do
|
|
473
|
+
local ____export = require("functions.gridEntitySpecific")
|
|
474
|
+
for ____exportKey, ____exportValue in pairs(____export) do
|
|
475
|
+
if ____exportKey ~= "default" then
|
|
476
|
+
____exports[____exportKey] = ____exportValue
|
|
477
|
+
end
|
|
478
|
+
end
|
|
479
|
+
end
|
|
464
480
|
do
|
|
465
481
|
local ____export = require("functions.input")
|
|
466
482
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
@@ -562,6 +578,14 @@ do
|
|
|
562
578
|
end
|
|
563
579
|
end
|
|
564
580
|
end
|
|
581
|
+
do
|
|
582
|
+
local ____export = require("functions.pickupVariants")
|
|
583
|
+
for ____exportKey, ____exportValue in pairs(____export) do
|
|
584
|
+
if ____exportKey ~= "default" then
|
|
585
|
+
____exports[____exportKey] = ____exportValue
|
|
586
|
+
end
|
|
587
|
+
end
|
|
588
|
+
end
|
|
565
589
|
do
|
|
566
590
|
local ____export = require("functions.pills")
|
|
567
591
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
@@ -13,6 +13,10 @@ local ____postCursedTeleport = require("callbacks.postCursedTeleport")
|
|
|
13
13
|
local postCursedTeleportCallbackInit = ____postCursedTeleport.postCursedTeleportCallbackInit
|
|
14
14
|
local ____postCustomDoorEnter = require("callbacks.postCustomDoorEnter")
|
|
15
15
|
local postCustomDoorEnterCallbackInit = ____postCustomDoorEnter.postCustomDoorEnterCallbackInit
|
|
16
|
+
local ____postDoorRender = require("callbacks.postDoorRender")
|
|
17
|
+
local postDoorRenderInit = ____postDoorRender.postDoorRenderInit
|
|
18
|
+
local ____postDoorUpdate = require("callbacks.postDoorUpdate")
|
|
19
|
+
local postDoorUpdateInit = ____postDoorUpdate.postDoorUpdateInit
|
|
16
20
|
local ____postEffectInitLate = require("callbacks.postEffectInitLate")
|
|
17
21
|
local postEffectInitLateCallbackInit = ____postEffectInitLate.postEffectInitLateCallbackInit
|
|
18
22
|
local ____postEffectStateChanged = require("callbacks.postEffectStateChanged")
|
|
@@ -31,6 +35,8 @@ local ____postGridEntity = require("callbacks.postGridEntity")
|
|
|
31
35
|
local postGridEntityCallbacksInit = ____postGridEntity.postGridEntityCallbacksInit
|
|
32
36
|
local ____postGridEntityCollision = require("callbacks.postGridEntityCollision")
|
|
33
37
|
local postGridEntityCollisionInit = ____postGridEntityCollision.postGridEntityCollisionInit
|
|
38
|
+
local ____postGridEntityRender = require("callbacks.postGridEntityRender")
|
|
39
|
+
local postGridEntityRenderInit = ____postGridEntityRender.postGridEntityRenderInit
|
|
34
40
|
local ____postHolyMantleRemoved = require("callbacks.postHolyMantleRemoved")
|
|
35
41
|
local postHolyMantleRemovedCallbackInit = ____postHolyMantleRemoved.postHolyMantleRemovedCallbackInit
|
|
36
42
|
local ____postItemDischarged = require("callbacks.postItemDischarged")
|
|
@@ -49,6 +55,10 @@ local ____postPickupInitLate = require("callbacks.postPickupInitLate")
|
|
|
49
55
|
local postPickupInitLateCallbackInit = ____postPickupInitLate.postPickupInitLateCallbackInit
|
|
50
56
|
local ____postPickupStateChanged = require("callbacks.postPickupStateChanged")
|
|
51
57
|
local postPickupStateChangedCallbackInit = ____postPickupStateChanged.postPickupStateChangedCallbackInit
|
|
58
|
+
local ____postPitRender = require("callbacks.postPitRender")
|
|
59
|
+
local postPitRenderInit = ____postPitRender.postPitRenderInit
|
|
60
|
+
local ____postPitUpdate = require("callbacks.postPitUpdate")
|
|
61
|
+
local postPitUpdateInit = ____postPitUpdate.postPitUpdateInit
|
|
52
62
|
local ____postPlayerChangeHealth = require("callbacks.postPlayerChangeHealth")
|
|
53
63
|
local postPlayerChangeHealthCallbackInit = ____postPlayerChangeHealth.postPlayerChangeHealthCallbackInit
|
|
54
64
|
local ____postPlayerChangeType = require("callbacks.postPlayerChangeType")
|
|
@@ -59,10 +69,22 @@ local ____postPlayerInitLate = require("callbacks.postPlayerInitLate")
|
|
|
59
69
|
local postPlayerInitLateCallbackInit = ____postPlayerInitLate.postPlayerInitLateCallbackInit
|
|
60
70
|
local ____postPlayerReordered = require("callbacks.postPlayerReordered")
|
|
61
71
|
local postPlayerReorderedCallbacksInit = ____postPlayerReordered.postPlayerReorderedCallbacksInit
|
|
72
|
+
local ____postPoopRender = require("callbacks.postPoopRender")
|
|
73
|
+
local postPoopRenderInit = ____postPoopRender.postPoopRenderInit
|
|
74
|
+
local ____postPoopUpdate = require("callbacks.postPoopUpdate")
|
|
75
|
+
local postPoopUpdateInit = ____postPoopUpdate.postPoopUpdateInit
|
|
76
|
+
local ____postPressurePlateRender = require("callbacks.postPressurePlateRender")
|
|
77
|
+
local postPressurePlateRenderInit = ____postPressurePlateRender.postPressurePlateRenderInit
|
|
78
|
+
local ____postPressurePlateUpdate = require("callbacks.postPressurePlateUpdate")
|
|
79
|
+
local postPressurePlateUpdateInit = ____postPressurePlateUpdate.postPressurePlateUpdateInit
|
|
62
80
|
local ____postProjectileInitLate = require("callbacks.postProjectileInitLate")
|
|
63
81
|
local postProjectileInitLateCallbackInit = ____postProjectileInitLate.postProjectileInitLateCallbackInit
|
|
64
82
|
local ____postPurchase = require("callbacks.postPurchase")
|
|
65
83
|
local postPurchaseCallbackInit = ____postPurchase.postPurchaseCallbackInit
|
|
84
|
+
local ____postRockRender = require("callbacks.postRockRender")
|
|
85
|
+
local postRockRenderInit = ____postRockRender.postRockRenderInit
|
|
86
|
+
local ____postRockUpdate = require("callbacks.postRockUpdate")
|
|
87
|
+
local postRockUpdateInit = ____postRockUpdate.postRockUpdateInit
|
|
66
88
|
local ____postRoomClearChanged = require("callbacks.postRoomClearChanged")
|
|
67
89
|
local postRoomClearChangedCallbackInit = ____postRoomClearChanged.postRoomClearChangedCallbackInit
|
|
68
90
|
local ____postSacrifice = require("callbacks.postSacrifice")
|
|
@@ -71,10 +93,18 @@ local ____postSlotInitUpdate = require("callbacks.postSlotInitUpdate")
|
|
|
71
93
|
local postSlotInitUpdateCallbacksInit = ____postSlotInitUpdate.postSlotInitUpdateCallbacksInit
|
|
72
94
|
local ____postSlotRender = require("callbacks.postSlotRender")
|
|
73
95
|
local postSlotRenderCallbacksInit = ____postSlotRender.postSlotRenderCallbacksInit
|
|
96
|
+
local ____postSpikesRender = require("callbacks.postSpikesRender")
|
|
97
|
+
local postSpikesRenderInit = ____postSpikesRender.postSpikesRenderInit
|
|
98
|
+
local ____postSpikesUpdate = require("callbacks.postSpikesUpdate")
|
|
99
|
+
local postSpikesUpdateInit = ____postSpikesUpdate.postSpikesUpdateInit
|
|
74
100
|
local ____postTearInitLate = require("callbacks.postTearInitLate")
|
|
75
101
|
local postTearInitLateCallbackInit = ____postTearInitLate.postTearInitLateCallbackInit
|
|
76
102
|
local ____postTearInitVeryLate = require("callbacks.postTearInitVeryLate")
|
|
77
103
|
local postTearInitVeryLateCallbackInit = ____postTearInitVeryLate.postTearInitVeryLateCallbackInit
|
|
104
|
+
local ____postTNTRender = require("callbacks.postTNTRender")
|
|
105
|
+
local postTNTRenderInit = ____postTNTRender.postTNTRenderInit
|
|
106
|
+
local ____postTNTUpdate = require("callbacks.postTNTUpdate")
|
|
107
|
+
local postTNTUpdateInit = ____postTNTUpdate.postTNTUpdateInit
|
|
78
108
|
local ____postTransformation = require("callbacks.postTransformation")
|
|
79
109
|
local postTransformationCallbackInit = ____postTransformation.postTransformationCallbackInit
|
|
80
110
|
local ____postTrinketBreak = require("callbacks.postTrinketBreak")
|
|
@@ -93,6 +123,8 @@ function ____exports.initCustomCallbacks(self, mod)
|
|
|
93
123
|
postCollectibleInitFirstCallbackInit(nil, mod)
|
|
94
124
|
postCursedTeleportCallbackInit(nil, mod)
|
|
95
125
|
postCustomDoorEnterCallbackInit(nil)
|
|
126
|
+
postDoorRenderInit(nil, mod)
|
|
127
|
+
postDoorUpdateInit(nil, mod)
|
|
96
128
|
postEffectInitLateCallbackInit(nil, mod)
|
|
97
129
|
postEffectStateChangedCallbackInit(nil, mod)
|
|
98
130
|
postEsauJrCallbacksInit(nil, mod)
|
|
@@ -102,6 +134,7 @@ function ____exports.initCustomCallbacks(self, mod)
|
|
|
102
134
|
postGreedModeWaveCallbackInit(nil, mod)
|
|
103
135
|
postGridEntityCallbacksInit(nil, mod)
|
|
104
136
|
postGridEntityCollisionInit(nil, mod)
|
|
137
|
+
postGridEntityRenderInit(nil, mod)
|
|
105
138
|
postHolyMantleRemovedCallbackInit(nil, mod)
|
|
106
139
|
postItemDischargeCallbackInit(nil, mod)
|
|
107
140
|
postLaserInitLateCallbackInit(nil, mod)
|
|
@@ -111,19 +144,31 @@ function ____exports.initCustomCallbacks(self, mod)
|
|
|
111
144
|
postPickupCollectCallbackInit(nil, mod)
|
|
112
145
|
postPickupInitLateCallbackInit(nil, mod)
|
|
113
146
|
postPickupStateChangedCallbackInit(nil, mod)
|
|
147
|
+
postPitRenderInit(nil, mod)
|
|
148
|
+
postPitUpdateInit(nil, mod)
|
|
114
149
|
postPlayerChangeHealthCallbackInit(nil, mod)
|
|
115
150
|
postPlayerChangeTypeCallbackInit(nil, mod)
|
|
116
151
|
postPlayerFatalDamageCallbackInit(nil, mod)
|
|
117
152
|
postPlayerInitLateCallbackInit(nil, mod)
|
|
118
153
|
postPlayerReorderedCallbacksInit(nil, mod)
|
|
154
|
+
postPoopRenderInit(nil, mod)
|
|
155
|
+
postPoopUpdateInit(nil, mod)
|
|
156
|
+
postPressurePlateRenderInit(nil, mod)
|
|
157
|
+
postPressurePlateUpdateInit(nil, mod)
|
|
119
158
|
postProjectileInitLateCallbackInit(nil, mod)
|
|
120
159
|
postPurchaseCallbackInit(nil, mod)
|
|
160
|
+
postRockRenderInit(nil, mod)
|
|
161
|
+
postRockUpdateInit(nil, mod)
|
|
121
162
|
postRoomClearChangedCallbackInit(nil, mod)
|
|
122
163
|
postSacrificeCallbackInit(nil, mod)
|
|
123
164
|
postSlotInitUpdateCallbacksInit(nil, mod)
|
|
124
165
|
postSlotRenderCallbacksInit(nil, mod)
|
|
166
|
+
postSpikesRenderInit(nil, mod)
|
|
167
|
+
postSpikesUpdateInit(nil, mod)
|
|
125
168
|
postTearInitLateCallbackInit(nil, mod)
|
|
126
169
|
postTearInitVeryLateCallbackInit(nil, mod)
|
|
170
|
+
postTNTRenderInit(nil, mod)
|
|
171
|
+
postTNTUpdateInit(nil, mod)
|
|
127
172
|
postTransformationCallbackInit(nil, mod)
|
|
128
173
|
postTrinketBreakCallbackInit(nil, mod)
|
|
129
174
|
preBerserkDeathCallbackInit(nil, mod)
|
package/dist/initFeatures.lua
CHANGED
|
@@ -3,8 +3,6 @@ local ____characterHealthConversion = require("features.characterHealthConversio
|
|
|
3
3
|
local characterHealthConversionInit = ____characterHealthConversion.characterHealthConversionInit
|
|
4
4
|
local ____characterStats = require("features.characterStats")
|
|
5
5
|
local characterStatsInit = ____characterStats.characterStatsInit
|
|
6
|
-
local ____debugDisplay = require("features.debugDisplay")
|
|
7
|
-
local debugDisplayInit = ____debugDisplay.debugDisplayInit
|
|
8
6
|
local ____deployJSONRoom = require("features.deployJSONRoom")
|
|
9
7
|
local deployJSONRoomInit = ____deployJSONRoom.deployJSONRoomInit
|
|
10
8
|
local ____disableInputs = require("features.disableInputs")
|
|
@@ -42,7 +40,6 @@ function ____exports.initFeaturesMinor(self, mod)
|
|
|
42
40
|
disableSoundsInit(nil, mod)
|
|
43
41
|
fadeInRemoverInit(nil, mod)
|
|
44
42
|
fastResetInit(nil, mod)
|
|
45
|
-
debugDisplayInit(nil, mod)
|
|
46
43
|
forgottenSwitchInit(nil, mod)
|
|
47
44
|
getCollectibleItemPoolTypeInit(nil, mod)
|
|
48
45
|
isPonyActiveInit(nil, mod)
|
package/dist/maps/cardMap.lua
CHANGED
|
@@ -2,208 +2,210 @@ local ____lualib = require("lualib_bundle")
|
|
|
2
2
|
local Map = ____lualib.Map
|
|
3
3
|
local __TS__New = ____lualib.__TS__New
|
|
4
4
|
local ____exports = {}
|
|
5
|
+
local ____isaac_2Dtypescript_2Ddefinitions = require("isaac-typescript-definitions")
|
|
6
|
+
local Card = ____isaac_2Dtypescript_2Ddefinitions.Card
|
|
5
7
|
____exports.CARD_MAP = __TS__New(Map, {
|
|
6
|
-
{"fool",
|
|
7
|
-
{"magician",
|
|
8
|
-
{"mag",
|
|
9
|
-
{"highpriestess",
|
|
10
|
-
{"priestess",
|
|
11
|
-
{"priest",
|
|
12
|
-
{"hp",
|
|
13
|
-
{"empress",
|
|
14
|
-
{"emperor",
|
|
15
|
-
{"emp",
|
|
16
|
-
{"hierophant",
|
|
17
|
-
{"hi",
|
|
18
|
-
{"lovers",
|
|
19
|
-
{"chariot",
|
|
20
|
-
{"justice",
|
|
21
|
-
{"hermit",
|
|
22
|
-
{"wheeloffortune",
|
|
23
|
-
{"wheel",
|
|
24
|
-
{"fortune",
|
|
25
|
-
{"strength",
|
|
26
|
-
{"str",
|
|
27
|
-
{"hangedman",
|
|
28
|
-
{"hanged",
|
|
29
|
-
{"death",
|
|
30
|
-
{"temperance",
|
|
31
|
-
{"devil",
|
|
32
|
-
{"tower",
|
|
33
|
-
{"stars",
|
|
34
|
-
{"moon",
|
|
35
|
-
{"sun",
|
|
36
|
-
{"judgement",
|
|
37
|
-
{"judge",
|
|
38
|
-
{"world",
|
|
39
|
-
{"2ofclubs",
|
|
40
|
-
{"2clubs",
|
|
41
|
-
{"2ofdiamonds",
|
|
42
|
-
{"2diamonds",
|
|
43
|
-
{"2ofspades",
|
|
44
|
-
{"2spades",
|
|
45
|
-
{"2ofhearts",
|
|
46
|
-
{"2hearts",
|
|
47
|
-
{"aceofclubs",
|
|
48
|
-
{"aceclubs",
|
|
49
|
-
{"aceofdiamonds",
|
|
50
|
-
{"acediamonds",
|
|
51
|
-
{"aceofspades",
|
|
52
|
-
{"acespades",
|
|
53
|
-
{"aceofhearts",
|
|
54
|
-
{"acehearts",
|
|
55
|
-
{"joker",
|
|
56
|
-
{"hagalaz",
|
|
57
|
-
{"destruction",
|
|
58
|
-
{"jera",
|
|
59
|
-
{"abundance",
|
|
60
|
-
{"ehwaz",
|
|
61
|
-
{"passage",
|
|
62
|
-
{"dagaz",
|
|
63
|
-
{"purity",
|
|
64
|
-
{"ansuz",
|
|
65
|
-
{"vision",
|
|
66
|
-
{"perthro",
|
|
67
|
-
{"change",
|
|
68
|
-
{"berkano",
|
|
69
|
-
{"companionship",
|
|
70
|
-
{"algiz",
|
|
71
|
-
{"resistance",
|
|
72
|
-
{"shield",
|
|
73
|
-
{"blank",
|
|
74
|
-
{"black",
|
|
75
|
-
{"chaos",
|
|
76
|
-
{"credit",
|
|
77
|
-
{"rules",
|
|
78
|
-
{"againsthumanity",
|
|
79
|
-
{"humanity",
|
|
80
|
-
{"suicideking",
|
|
81
|
-
{"suicide",
|
|
82
|
-
{"getoutofjailfree",
|
|
83
|
-
{"jail",
|
|
84
|
-
{"?",
|
|
85
|
-
{"diceshard",
|
|
86
|
-
{"shard",
|
|
87
|
-
{"emergencycontact",
|
|
88
|
-
{"contact",
|
|
89
|
-
{"holy",
|
|
90
|
-
{"hugegrowth",
|
|
91
|
-
{"growth",
|
|
92
|
-
{"ancientrecall",
|
|
93
|
-
{"recall",
|
|
94
|
-
{"erawalk",
|
|
95
|
-
{"walk",
|
|
96
|
-
{"runeshard",
|
|
97
|
-
{"shard",
|
|
98
|
-
{"fool?",
|
|
99
|
-
{"magician?",
|
|
100
|
-
{"magi?",
|
|
101
|
-
{"mag?",
|
|
102
|
-
{"highpriestess?",
|
|
103
|
-
{"high?",
|
|
104
|
-
{"hi?",
|
|
105
|
-
{"priestess?",
|
|
106
|
-
{"priest?",
|
|
107
|
-
{"hp?",
|
|
108
|
-
{"empress?",
|
|
109
|
-
{"emperor?",
|
|
110
|
-
{"emp?",
|
|
111
|
-
{"hierophant?",
|
|
112
|
-
{"hiero?",
|
|
113
|
-
{"lovers?",
|
|
114
|
-
{"chariot?",
|
|
115
|
-
{"justice?",
|
|
116
|
-
{"hermit?",
|
|
117
|
-
{"wheeloffortune?",
|
|
118
|
-
{"wheel?",
|
|
119
|
-
{"fortune?",
|
|
120
|
-
{"strength?",
|
|
121
|
-
{"str?",
|
|
122
|
-
{"hangedman?",
|
|
123
|
-
{"hanged?",
|
|
124
|
-
{"death?",
|
|
125
|
-
{"temperance?",
|
|
126
|
-
{"devil?",
|
|
127
|
-
{"tower?",
|
|
128
|
-
{"stars?",
|
|
129
|
-
{"moon?",
|
|
130
|
-
{"sun?",
|
|
131
|
-
{"judgement?",
|
|
132
|
-
{"judge?",
|
|
133
|
-
{"world?",
|
|
134
|
-
{"crackedkey",
|
|
135
|
-
{"key",
|
|
136
|
-
{"queenofhearts",
|
|
137
|
-
{"queenhearts",
|
|
138
|
-
{"wildcard",
|
|
139
|
-
{"soulofisaac",
|
|
140
|
-
{"soulisaac",
|
|
141
|
-
{"isaac",
|
|
142
|
-
{"soulofmagdalene",
|
|
143
|
-
{"soulmagdalene",
|
|
144
|
-
{"magdalene",
|
|
145
|
-
{"soulofcain",
|
|
146
|
-
{"soulcain",
|
|
147
|
-
{"cain",
|
|
148
|
-
{"soulofjudas",
|
|
149
|
-
{"souljudas",
|
|
150
|
-
{"judas",
|
|
151
|
-
{"soulof???",
|
|
152
|
-
{"soul???",
|
|
153
|
-
{"???",
|
|
154
|
-
{"soulofbluebaby",
|
|
155
|
-
{"soulbluebaby",
|
|
156
|
-
{"bluebaby",
|
|
157
|
-
{"soulofeve",
|
|
158
|
-
{"souleve",
|
|
159
|
-
{"eve",
|
|
160
|
-
{"soulofsamson",
|
|
161
|
-
{"soulsamson",
|
|
162
|
-
{"samson",
|
|
163
|
-
{"soulofazazel",
|
|
164
|
-
{"soulazazel",
|
|
165
|
-
{"azazel",
|
|
166
|
-
{"souloflazarus",
|
|
167
|
-
{"soullazarus",
|
|
168
|
-
{"lazarus",
|
|
169
|
-
{"soulofeden",
|
|
170
|
-
{"souleden",
|
|
171
|
-
{"eden",
|
|
172
|
-
{"soulofthelost",
|
|
173
|
-
{"soulthelost",
|
|
174
|
-
{"thelost",
|
|
175
|
-
{"souloflost",
|
|
176
|
-
{"soullost",
|
|
177
|
-
{"lost",
|
|
178
|
-
{"souloflilith",
|
|
179
|
-
{"soullilith",
|
|
180
|
-
{"lilith",
|
|
181
|
-
{"soulofthekeeper",
|
|
182
|
-
{"soulthekeeper",
|
|
183
|
-
{"thekeeper",
|
|
184
|
-
{"soulofkeeper",
|
|
185
|
-
{"soulkeeper",
|
|
186
|
-
{"keeper",
|
|
187
|
-
{"soulofapollyon",
|
|
188
|
-
{"soulapollyon",
|
|
189
|
-
{"apollyon",
|
|
190
|
-
{"souloftheforgotten",
|
|
191
|
-
{"soultheforgotten",
|
|
192
|
-
{"theforgotten",
|
|
193
|
-
{"soulofforgotten",
|
|
194
|
-
{"soulforgotten",
|
|
195
|
-
{"forgotten",
|
|
196
|
-
{"soulofbethany",
|
|
197
|
-
{"soulbethany",
|
|
198
|
-
{"bethany",
|
|
199
|
-
{"soulofjacobandesau",
|
|
200
|
-
{"souljacobandesau",
|
|
201
|
-
{"jacobandesau",
|
|
202
|
-
{"soulofjacob&esau",
|
|
203
|
-
{"souljacob&esau",
|
|
204
|
-
{"jacob&esau",
|
|
205
|
-
{"soulofjacob",
|
|
206
|
-
{"souljacob",
|
|
207
|
-
{"jacob",
|
|
8
|
+
{"fool", Card.FOOL},
|
|
9
|
+
{"magician", Card.MAGICIAN},
|
|
10
|
+
{"mag", Card.MAGICIAN},
|
|
11
|
+
{"highpriestess", Card.HIGH_PRIESTESS},
|
|
12
|
+
{"priestess", Card.HIGH_PRIESTESS},
|
|
13
|
+
{"priest", Card.HIGH_PRIESTESS},
|
|
14
|
+
{"hp", Card.HIGH_PRIESTESS},
|
|
15
|
+
{"empress", Card.EMPRESS},
|
|
16
|
+
{"emperor", Card.EMPEROR},
|
|
17
|
+
{"emp", Card.EMPEROR},
|
|
18
|
+
{"hierophant", Card.HIEROPHANT},
|
|
19
|
+
{"hi", Card.HIEROPHANT},
|
|
20
|
+
{"lovers", Card.LOVERS},
|
|
21
|
+
{"chariot", Card.CHARIOT},
|
|
22
|
+
{"justice", Card.JUSTICE},
|
|
23
|
+
{"hermit", Card.HERMIT},
|
|
24
|
+
{"wheeloffortune", Card.WHEEL_OF_FORTUNE},
|
|
25
|
+
{"wheel", Card.WHEEL_OF_FORTUNE},
|
|
26
|
+
{"fortune", Card.WHEEL_OF_FORTUNE},
|
|
27
|
+
{"strength", Card.STRENGTH},
|
|
28
|
+
{"str", Card.STRENGTH},
|
|
29
|
+
{"hangedman", Card.HANGED_MAN},
|
|
30
|
+
{"hanged", Card.HANGED_MAN},
|
|
31
|
+
{"death", Card.DEATH},
|
|
32
|
+
{"temperance", Card.TEMPERANCE},
|
|
33
|
+
{"devil", Card.DEVIL},
|
|
34
|
+
{"tower", Card.TOWER},
|
|
35
|
+
{"stars", Card.STARS},
|
|
36
|
+
{"moon", Card.MOON},
|
|
37
|
+
{"sun", Card.SUN},
|
|
38
|
+
{"judgement", Card.JUDGEMENT},
|
|
39
|
+
{"judge", Card.JUDGEMENT},
|
|
40
|
+
{"world", Card.WORLD},
|
|
41
|
+
{"2ofclubs", Card.CLUBS_2},
|
|
42
|
+
{"2clubs", Card.CLUBS_2},
|
|
43
|
+
{"2ofdiamonds", Card.DIAMONDS_2},
|
|
44
|
+
{"2diamonds", Card.DIAMONDS_2},
|
|
45
|
+
{"2ofspades", Card.SPADES_2},
|
|
46
|
+
{"2spades", Card.SPADES_2},
|
|
47
|
+
{"2ofhearts", Card.HEARTS_2},
|
|
48
|
+
{"2hearts", Card.HEARTS_2},
|
|
49
|
+
{"aceofclubs", Card.ACE_OF_CLUBS},
|
|
50
|
+
{"aceclubs", Card.ACE_OF_CLUBS},
|
|
51
|
+
{"aceofdiamonds", Card.ACE_OF_DIAMONDS},
|
|
52
|
+
{"acediamonds", Card.ACE_OF_DIAMONDS},
|
|
53
|
+
{"aceofspades", Card.ACE_OF_SPADES},
|
|
54
|
+
{"acespades", Card.ACE_OF_SPADES},
|
|
55
|
+
{"aceofhearts", Card.ACE_OF_HEARTS},
|
|
56
|
+
{"acehearts", Card.ACE_OF_HEARTS},
|
|
57
|
+
{"joker", Card.JOKER},
|
|
58
|
+
{"hagalaz", Card.RUNE_HAGALAZ},
|
|
59
|
+
{"destruction", Card.RUNE_HAGALAZ},
|
|
60
|
+
{"jera", Card.RUNE_JERA},
|
|
61
|
+
{"abundance", Card.RUNE_JERA},
|
|
62
|
+
{"ehwaz", Card.RUNE_EHWAZ},
|
|
63
|
+
{"passage", Card.RUNE_EHWAZ},
|
|
64
|
+
{"dagaz", Card.RUNE_DAGAZ},
|
|
65
|
+
{"purity", Card.RUNE_DAGAZ},
|
|
66
|
+
{"ansuz", Card.RUNE_ANSUZ},
|
|
67
|
+
{"vision", Card.RUNE_ANSUZ},
|
|
68
|
+
{"perthro", Card.RUNE_PERTHRO},
|
|
69
|
+
{"change", Card.RUNE_PERTHRO},
|
|
70
|
+
{"berkano", Card.RUNE_BERKANO},
|
|
71
|
+
{"companionship", Card.RUNE_BERKANO},
|
|
72
|
+
{"algiz", Card.RUNE_ALGIZ},
|
|
73
|
+
{"resistance", Card.RUNE_ALGIZ},
|
|
74
|
+
{"shield", Card.RUNE_ALGIZ},
|
|
75
|
+
{"blank", Card.RUNE_BLANK},
|
|
76
|
+
{"black", Card.RUNE_BLACK},
|
|
77
|
+
{"chaos", Card.CHAOS},
|
|
78
|
+
{"credit", Card.CREDIT},
|
|
79
|
+
{"rules", Card.RULES},
|
|
80
|
+
{"againsthumanity", Card.AGAINST_HUMANITY},
|
|
81
|
+
{"humanity", Card.AGAINST_HUMANITY},
|
|
82
|
+
{"suicideking", Card.SUICIDE_KING},
|
|
83
|
+
{"suicide", Card.SUICIDE_KING},
|
|
84
|
+
{"getoutofjailfree", Card.GET_OUT_OF_JAIL_FREE},
|
|
85
|
+
{"jail", Card.GET_OUT_OF_JAIL_FREE},
|
|
86
|
+
{"?", Card.QUESTION_MARK},
|
|
87
|
+
{"diceshard", Card.DICE_SHARD},
|
|
88
|
+
{"shard", Card.DICE_SHARD},
|
|
89
|
+
{"emergencycontact", Card.EMERGENCY_CONTACT},
|
|
90
|
+
{"contact", Card.EMERGENCY_CONTACT},
|
|
91
|
+
{"holy", Card.HOLY},
|
|
92
|
+
{"hugegrowth", Card.HUGE_GROWTH},
|
|
93
|
+
{"growth", Card.HUGE_GROWTH},
|
|
94
|
+
{"ancientrecall", Card.ANCIENT_RECALL},
|
|
95
|
+
{"recall", Card.ANCIENT_RECALL},
|
|
96
|
+
{"erawalk", Card.ERA_WALK},
|
|
97
|
+
{"walk", Card.ERA_WALK},
|
|
98
|
+
{"runeshard", Card.RUNE_SHARD},
|
|
99
|
+
{"shard", Card.RUNE_SHARD},
|
|
100
|
+
{"fool?", Card.REVERSE_FOOL},
|
|
101
|
+
{"magician?", Card.REVERSE_MAGICIAN},
|
|
102
|
+
{"magi?", Card.REVERSE_MAGICIAN},
|
|
103
|
+
{"mag?", Card.REVERSE_MAGICIAN},
|
|
104
|
+
{"highpriestess?", Card.REVERSE_HIGH_PRIESTESS},
|
|
105
|
+
{"high?", Card.REVERSE_HIGH_PRIESTESS},
|
|
106
|
+
{"hi?", Card.REVERSE_HIGH_PRIESTESS},
|
|
107
|
+
{"priestess?", Card.REVERSE_HIGH_PRIESTESS},
|
|
108
|
+
{"priest?", Card.REVERSE_HIGH_PRIESTESS},
|
|
109
|
+
{"hp?", Card.REVERSE_HIGH_PRIESTESS},
|
|
110
|
+
{"empress?", Card.REVERSE_EMPRESS},
|
|
111
|
+
{"emperor?", Card.REVERSE_EMPEROR},
|
|
112
|
+
{"emp?", Card.REVERSE_EMPEROR},
|
|
113
|
+
{"hierophant?", Card.REVERSE_HIEROPHANT},
|
|
114
|
+
{"hiero?", Card.REVERSE_HIEROPHANT},
|
|
115
|
+
{"lovers?", Card.REVERSE_LOVERS},
|
|
116
|
+
{"chariot?", Card.REVERSE_CHARIOT},
|
|
117
|
+
{"justice?", Card.REVERSE_JUSTICE},
|
|
118
|
+
{"hermit?", Card.REVERSE_HERMIT},
|
|
119
|
+
{"wheeloffortune?", Card.REVERSE_WHEEL_OF_FORTUNE},
|
|
120
|
+
{"wheel?", Card.REVERSE_WHEEL_OF_FORTUNE},
|
|
121
|
+
{"fortune?", Card.REVERSE_WHEEL_OF_FORTUNE},
|
|
122
|
+
{"strength?", Card.REVERSE_STRENGTH},
|
|
123
|
+
{"str?", Card.REVERSE_STRENGTH},
|
|
124
|
+
{"hangedman?", Card.REVERSE_HANGED_MAN},
|
|
125
|
+
{"hanged?", Card.REVERSE_HANGED_MAN},
|
|
126
|
+
{"death?", Card.REVERSE_DEATH},
|
|
127
|
+
{"temperance?", Card.REVERSE_TEMPERANCE},
|
|
128
|
+
{"devil?", Card.REVERSE_DEVIL},
|
|
129
|
+
{"tower?", Card.REVERSE_TOWER},
|
|
130
|
+
{"stars?", Card.REVERSE_STARS},
|
|
131
|
+
{"moon?", Card.REVERSE_MOON},
|
|
132
|
+
{"sun?", Card.REVERSE_SUN},
|
|
133
|
+
{"judgement?", Card.REVERSE_JUDGEMENT},
|
|
134
|
+
{"judge?", Card.REVERSE_JUDGEMENT},
|
|
135
|
+
{"world?", Card.REVERSE_WORLD},
|
|
136
|
+
{"crackedkey", Card.CRACKED_KEY},
|
|
137
|
+
{"key", Card.CRACKED_KEY},
|
|
138
|
+
{"queenofhearts", Card.QUEEN_OF_HEARTS},
|
|
139
|
+
{"queenhearts", Card.QUEEN_OF_HEARTS},
|
|
140
|
+
{"wildcard", Card.WILD},
|
|
141
|
+
{"soulofisaac", Card.SOUL_ISAAC},
|
|
142
|
+
{"soulisaac", Card.SOUL_ISAAC},
|
|
143
|
+
{"isaac", Card.SOUL_ISAAC},
|
|
144
|
+
{"soulofmagdalene", Card.SOUL_MAGDALENE},
|
|
145
|
+
{"soulmagdalene", Card.SOUL_MAGDALENE},
|
|
146
|
+
{"magdalene", Card.SOUL_MAGDALENE},
|
|
147
|
+
{"soulofcain", Card.SOUL_CAIN},
|
|
148
|
+
{"soulcain", Card.SOUL_CAIN},
|
|
149
|
+
{"cain", Card.SOUL_CAIN},
|
|
150
|
+
{"soulofjudas", Card.SOUL_JUDAS},
|
|
151
|
+
{"souljudas", Card.SOUL_JUDAS},
|
|
152
|
+
{"judas", Card.SOUL_JUDAS},
|
|
153
|
+
{"soulof???", Card.SOUL_BLUE_BABY},
|
|
154
|
+
{"soul???", Card.SOUL_BLUE_BABY},
|
|
155
|
+
{"???", Card.SOUL_BLUE_BABY},
|
|
156
|
+
{"soulofbluebaby", Card.SOUL_BLUE_BABY},
|
|
157
|
+
{"soulbluebaby", Card.SOUL_BLUE_BABY},
|
|
158
|
+
{"bluebaby", Card.SOUL_BLUE_BABY},
|
|
159
|
+
{"soulofeve", Card.SOUL_EVE},
|
|
160
|
+
{"souleve", Card.SOUL_EVE},
|
|
161
|
+
{"eve", Card.SOUL_EVE},
|
|
162
|
+
{"soulofsamson", Card.SOUL_SAMSON},
|
|
163
|
+
{"soulsamson", Card.SOUL_SAMSON},
|
|
164
|
+
{"samson", Card.SOUL_SAMSON},
|
|
165
|
+
{"soulofazazel", Card.SOUL_AZAZEL},
|
|
166
|
+
{"soulazazel", Card.SOUL_AZAZEL},
|
|
167
|
+
{"azazel", Card.SOUL_AZAZEL},
|
|
168
|
+
{"souloflazarus", Card.SOUL_LAZARUS},
|
|
169
|
+
{"soullazarus", Card.SOUL_LAZARUS},
|
|
170
|
+
{"lazarus", Card.SOUL_LAZARUS},
|
|
171
|
+
{"soulofeden", Card.SOUL_EDEN},
|
|
172
|
+
{"souleden", Card.SOUL_EDEN},
|
|
173
|
+
{"eden", Card.SOUL_EDEN},
|
|
174
|
+
{"soulofthelost", Card.SOUL_LOST},
|
|
175
|
+
{"soulthelost", Card.SOUL_LOST},
|
|
176
|
+
{"thelost", Card.SOUL_LOST},
|
|
177
|
+
{"souloflost", Card.SOUL_LOST},
|
|
178
|
+
{"soullost", Card.SOUL_LOST},
|
|
179
|
+
{"lost", Card.SOUL_LOST},
|
|
180
|
+
{"souloflilith", Card.SOUL_LILITH},
|
|
181
|
+
{"soullilith", Card.SOUL_LILITH},
|
|
182
|
+
{"lilith", Card.SOUL_LILITH},
|
|
183
|
+
{"soulofthekeeper", Card.SOUL_KEEPER},
|
|
184
|
+
{"soulthekeeper", Card.SOUL_KEEPER},
|
|
185
|
+
{"thekeeper", Card.SOUL_KEEPER},
|
|
186
|
+
{"soulofkeeper", Card.SOUL_KEEPER},
|
|
187
|
+
{"soulkeeper", Card.SOUL_KEEPER},
|
|
188
|
+
{"keeper", Card.SOUL_KEEPER},
|
|
189
|
+
{"soulofapollyon", Card.SOUL_APOLLYON},
|
|
190
|
+
{"soulapollyon", Card.SOUL_APOLLYON},
|
|
191
|
+
{"apollyon", Card.SOUL_APOLLYON},
|
|
192
|
+
{"souloftheforgotten", Card.SOUL_FORGOTTEN},
|
|
193
|
+
{"soultheforgotten", Card.SOUL_FORGOTTEN},
|
|
194
|
+
{"theforgotten", Card.SOUL_FORGOTTEN},
|
|
195
|
+
{"soulofforgotten", Card.SOUL_FORGOTTEN},
|
|
196
|
+
{"soulforgotten", Card.SOUL_FORGOTTEN},
|
|
197
|
+
{"forgotten", Card.SOUL_FORGOTTEN},
|
|
198
|
+
{"soulofbethany", Card.SOUL_BETHANY},
|
|
199
|
+
{"soulbethany", Card.SOUL_BETHANY},
|
|
200
|
+
{"bethany", Card.SOUL_BETHANY},
|
|
201
|
+
{"soulofjacobandesau", Card.SOUL_JACOB},
|
|
202
|
+
{"souljacobandesau", Card.SOUL_JACOB},
|
|
203
|
+
{"jacobandesau", Card.SOUL_JACOB},
|
|
204
|
+
{"soulofjacob&esau", Card.SOUL_JACOB},
|
|
205
|
+
{"souljacob&esau", Card.SOUL_JACOB},
|
|
206
|
+
{"jacob&esau", Card.SOUL_JACOB},
|
|
207
|
+
{"soulofjacob", Card.SOUL_JACOB},
|
|
208
|
+
{"souljacob", Card.SOUL_JACOB},
|
|
209
|
+
{"jacob", Card.SOUL_JACOB}
|
|
208
210
|
})
|
|
209
211
|
return ____exports
|