isaacscript-common 2.0.33 → 2.0.34
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/callbacks/customRevive.lua +11 -11
- package/callbacks/itemPickup.lua +7 -7
- package/callbacks/postBombInitLate.lua +2 -2
- package/callbacks/postBoneSwing.lua +2 -2
- package/callbacks/postCollectibleInitFirst.lua +3 -3
- package/callbacks/postCursedTeleport.lua +6 -6
- package/callbacks/postCustomDoorEnter.lua +9 -9
- package/callbacks/postDoorRender.lua +2 -2
- package/callbacks/postDoorUpdate.lua +2 -2
- package/callbacks/postEffectInitLate.lua +2 -2
- package/callbacks/postEffectStateChanged.lua +3 -3
- package/callbacks/postEsauJr.lua +5 -5
- package/callbacks/postFamiliarInitLate.lua +2 -2
- package/callbacks/postFamiliarStateChanged.lua +3 -3
- package/callbacks/postFlip.lua +4 -4
- package/callbacks/postGreedModeWave.lua +3 -3
- package/callbacks/postGridEntity.lua +7 -7
- package/callbacks/postGridEntityCollision.lua +4 -4
- package/callbacks/postGridEntityRender.lua +2 -2
- package/callbacks/postHolyMantleRemoved.lua +5 -5
- package/callbacks/postItemDischarged.lua +7 -7
- package/callbacks/postKnifeInitLate.lua +2 -2
- package/callbacks/postLaserInitLate.lua +2 -2
- package/callbacks/postNPCInitLate.lua +2 -2
- package/callbacks/postNPCStateChanged.lua +3 -3
- package/callbacks/postNewRoomEarly.lua +4 -4
- package/callbacks/postPickupCollect.lua +3 -3
- package/callbacks/postPickupInitLate.lua +2 -2
- package/callbacks/postPickupStateChanged.lua +3 -3
- package/callbacks/postPitRender.lua +2 -2
- package/callbacks/postPitUpdate.lua +2 -2
- package/callbacks/postPlayerChangeHealth.lua +8 -8
- package/callbacks/postPlayerChangeType.lua +5 -5
- package/callbacks/postPlayerFatalDamage.lua +6 -6
- package/callbacks/postPlayerInitLate.lua +3 -3
- package/callbacks/postPlayerReordered.lua +7 -7
- package/callbacks/postPoopRender.lua +2 -2
- package/callbacks/postPoopUpdate.lua +2 -2
- package/callbacks/postPressurePlateRender.lua +2 -2
- package/callbacks/postPressurePlateUpdate.lua +2 -2
- package/callbacks/postProjectileInitLate.lua +2 -2
- package/callbacks/postPurchase.lua +6 -6
- package/callbacks/postRockRender.lua +2 -2
- package/callbacks/postRockUpdate.lua +2 -2
- package/callbacks/postRoomClearChanged.lua +3 -3
- package/callbacks/postSacrifice.lua +4 -4
- package/callbacks/postSlotInitUpdate.lua +4 -4
- package/callbacks/postSlotRender.lua +6 -6
- package/callbacks/postSpikesRender.lua +2 -2
- package/callbacks/postSpikesUpdate.lua +2 -2
- package/callbacks/postTNTRender.lua +2 -2
- package/callbacks/postTNTUpdate.lua +2 -2
- package/callbacks/postTearInitLate.lua +2 -2
- package/callbacks/postTearInitVeryLate.lua +2 -2
- package/callbacks/postTransformation.lua +6 -6
- package/callbacks/postTrinketBreak.lua +5 -5
- package/callbacks/preBerserkDeath.lua +5 -5
- package/callbacks/preNewLevel.lua +3 -3
- package/callbacks/reorderedCallbacks.lua +4 -4
- package/classes/ModUpgraded.lua +1 -1
- package/constants.lua +1 -1
- package/constantsMax.lua +2 -2
- package/features/characterHealthConversion.lua +3 -3
- package/features/characterStats.lua +3 -3
- package/features/debugDisplay/debugDisplay.lua +4 -4
- package/features/debugDisplay/exports.lua +2 -2
- package/features/debugDisplay/v.lua +2 -2
- package/features/deployJSONRoom.lua +15 -15
- package/features/disableInputs.lua +3 -3
- package/features/disableSound.lua +4 -4
- package/features/extraConsoleCommands/commands.lua +28 -28
- package/features/extraConsoleCommands/commandsDisplay.lua +1 -1
- package/features/extraConsoleCommands/commandsSubroutines.lua +10 -10
- package/features/extraConsoleCommands/init.lua +8 -8
- package/features/fadeInRemover.lua +3 -3
- package/features/fastReset.lua +4 -4
- package/features/forgottenSwitch.lua +2 -2
- package/features/getCollectibleItemPoolType.lua +6 -6
- package/features/isPonyActive.lua +5 -5
- package/features/playerInventory.lua +10 -10
- package/features/preventCollectibleRotate.lua +6 -6
- package/features/runInNFrames.lua +3 -3
- package/features/saveDataManager/exports.lua +6 -6
- package/features/saveDataManager/load.lua +4 -4
- package/features/saveDataManager/main.lua +11 -11
- package/features/saveDataManager/merge.lua +10 -10
- package/features/saveDataManager/save.lua +5 -5
- package/features/saveDataManager/serializationBrand.lua +2 -2
- package/features/sirenHelpers.lua +3 -3
- package/features/taintedLazarusPlayers.lua +2 -2
- package/functions/array.lua +3 -3
- package/functions/benchmark.lua +1 -1
- package/functions/boss.lua +7 -7
- package/functions/cacheFlag.lua +1 -1
- package/functions/cards.lua +9 -9
- package/functions/challenges.lua +1 -1
- package/functions/character.lua +8 -8
- package/functions/charge.lua +3 -3
- package/functions/chargeBar.lua +1 -1
- package/functions/collectibleCacheFlag.lua +6 -6
- package/functions/collectibleSet.lua +4 -4
- package/functions/collectibleTag.lua +6 -6
- package/functions/collectibles.lua +11 -11
- package/functions/color.lua +5 -5
- package/functions/debug.lua +1 -1
- package/functions/deepCopy.lua +13 -13
- package/functions/deepCopyTests.lua +6 -6
- package/functions/direction.lua +3 -3
- package/functions/doors.lua +6 -6
- package/functions/eden.lua +5 -5
- package/functions/entity.lua +5 -5
- package/functions/entitySpecific.lua +2 -2
- package/functions/enums.lua +2 -2
- package/functions/familiars.lua +2 -2
- package/functions/flying.lua +2 -2
- package/functions/globals.lua +3 -3
- package/functions/gridEntity.lua +10 -10
- package/functions/gridEntitySpecific.lua +2 -2
- package/functions/input.lua +4 -4
- package/functions/jsonHelpers.lua +1 -1
- package/functions/jsonRoom.lua +4 -4
- package/functions/kColor.lua +5 -5
- package/functions/level.lua +3 -3
- package/functions/log.lua +15 -15
- package/functions/math.lua +1 -1
- package/functions/mergeTests.lua +7 -7
- package/functions/npc.lua +3 -3
- package/functions/pickups.lua +6 -6
- package/functions/pills.lua +7 -7
- package/functions/player.lua +11 -11
- package/functions/playerDataStructures.lua +1 -1
- package/functions/playerHealth.lua +4 -4
- package/functions/playerIndex.lua +1 -1
- package/functions/pocketItems.lua +3 -3
- package/functions/positionVelocity.lua +6 -6
- package/functions/random.lua +1 -1
- package/functions/revive.lua +6 -6
- package/functions/rng.lua +6 -6
- package/functions/roomData.lua +4 -4
- package/functions/roomGrid.lua +3 -3
- package/functions/roomShape.lua +8 -8
- package/functions/rooms.lua +12 -12
- package/functions/run.lua +3 -3
- package/functions/seeds.lua +2 -2
- package/functions/serialization.lua +5 -5
- package/functions/set.lua +2 -2
- package/functions/sound.lua +2 -2
- package/functions/spawnCollectible.lua +8 -8
- package/functions/sprite.lua +3 -3
- package/functions/stage.lua +2 -2
- package/functions/transformations.lua +6 -6
- package/functions/trinketCacheFlag.lua +3 -3
- package/functions/trinketGive.lua +3 -3
- package/functions/trinkets.lua +10 -10
- package/functions/tstlClass.lua +1 -1
- package/functions/ui.lua +3 -3
- package/functions/utils.lua +1 -1
- package/functions/vector.lua +5 -5
- package/index.lua +115 -115
- package/initCustomCallbacks.lua +58 -58
- package/initFeatures.lua +15 -15
- package/maps/defaultPlayerStatMap.lua +1 -1
- package/objects/LRoomShapeToRectangles.lua +1 -1
- package/objects/callbackRegisterFunctions.lua +76 -76
- package/objects/directionToVector.lua +1 -1
- package/objects/isaacAPIClassTypeToBrand.lua +2 -2
- package/objects/isaacAPIClassTypeToCopyFunction.lua +5 -5
- package/objects/roomShapeBounds.lua +1 -1
- package/objects/roomShapeLayoutSizes.lua +1 -1
- package/objects/roomShapeToDoorSlotsToGridIndexDelta.lua +1 -1
- package/objects/roomShapeToTopLeftPosition.lua +1 -1
- package/objects/serializedIsaacAPIClassTypeToIdentityFunction.lua +5 -5
- package/package.json +2 -2
- package/patchErrorFunctions.lua +1 -1
- package/types/AddCallbackParameterCustom.lua +1 -1
- package/upgradeMod.lua +7 -7
package/index.lua
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
local ____exports = {}
|
|
2
2
|
do
|
|
3
|
-
local ____export = require("
|
|
3
|
+
local ____export = require("cachedClasses")
|
|
4
4
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
5
5
|
if ____exportKey ~= "default" then
|
|
6
6
|
____exports[____exportKey] = ____exportValue
|
|
@@ -8,21 +8,21 @@ do
|
|
|
8
8
|
end
|
|
9
9
|
end
|
|
10
10
|
do
|
|
11
|
-
local ____postCustomDoorEnter = require("
|
|
11
|
+
local ____postCustomDoorEnter = require("callbacks.postCustomDoorEnter")
|
|
12
12
|
local initCustomDoor = ____postCustomDoorEnter.initCustomDoor
|
|
13
13
|
local spawnCustomDoor = ____postCustomDoorEnter.spawnCustomDoor
|
|
14
14
|
____exports.initCustomDoor = initCustomDoor
|
|
15
15
|
____exports.spawnCustomDoor = spawnCustomDoor
|
|
16
16
|
end
|
|
17
17
|
do
|
|
18
|
-
local ____reorderedCallbacks = require("
|
|
18
|
+
local ____reorderedCallbacks = require("callbacks.reorderedCallbacks")
|
|
19
19
|
local forceNewLevelCallback = ____reorderedCallbacks.forceNewLevelCallback
|
|
20
20
|
local forceNewRoomCallback = ____reorderedCallbacks.forceNewRoomCallback
|
|
21
21
|
____exports.forceNewLevelCallback = forceNewLevelCallback
|
|
22
22
|
____exports.forceNewRoomCallback = forceNewRoomCallback
|
|
23
23
|
end
|
|
24
24
|
do
|
|
25
|
-
local ____export = require("
|
|
25
|
+
local ____export = require("classes.DefaultMap")
|
|
26
26
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
27
27
|
if ____exportKey ~= "default" then
|
|
28
28
|
____exports[____exportKey] = ____exportValue
|
|
@@ -30,7 +30,7 @@ do
|
|
|
30
30
|
end
|
|
31
31
|
end
|
|
32
32
|
do
|
|
33
|
-
local ____export = require("
|
|
33
|
+
local ____export = require("classes.ModUpgraded")
|
|
34
34
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
35
35
|
if ____exportKey ~= "default" then
|
|
36
36
|
____exports[____exportKey] = ____exportValue
|
|
@@ -38,7 +38,7 @@ do
|
|
|
38
38
|
end
|
|
39
39
|
end
|
|
40
40
|
do
|
|
41
|
-
local ____export = require("
|
|
41
|
+
local ____export = require("constants")
|
|
42
42
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
43
43
|
if ____exportKey ~= "default" then
|
|
44
44
|
____exports[____exportKey] = ____exportValue
|
|
@@ -46,7 +46,7 @@ do
|
|
|
46
46
|
end
|
|
47
47
|
end
|
|
48
48
|
do
|
|
49
|
-
local ____export = require("
|
|
49
|
+
local ____export = require("constantsMax")
|
|
50
50
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
51
51
|
if ____exportKey ~= "default" then
|
|
52
52
|
____exports[____exportKey] = ____exportValue
|
|
@@ -54,7 +54,7 @@ do
|
|
|
54
54
|
end
|
|
55
55
|
end
|
|
56
56
|
do
|
|
57
|
-
local ____export = require("
|
|
57
|
+
local ____export = require("enums.HealthType")
|
|
58
58
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
59
59
|
if ____exportKey ~= "default" then
|
|
60
60
|
____exports[____exportKey] = ____exportValue
|
|
@@ -62,7 +62,7 @@ do
|
|
|
62
62
|
end
|
|
63
63
|
end
|
|
64
64
|
do
|
|
65
|
-
local ____export = require("
|
|
65
|
+
local ____export = require("enums.ModCallbackCustom")
|
|
66
66
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
67
67
|
if ____exportKey ~= "default" then
|
|
68
68
|
____exports[____exportKey] = ____exportValue
|
|
@@ -70,7 +70,7 @@ do
|
|
|
70
70
|
end
|
|
71
71
|
end
|
|
72
72
|
do
|
|
73
|
-
local ____export = require("
|
|
73
|
+
local ____export = require("enums.PocketItemType")
|
|
74
74
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
75
75
|
if ____exportKey ~= "default" then
|
|
76
76
|
____exports[____exportKey] = ____exportValue
|
|
@@ -78,7 +78,7 @@ do
|
|
|
78
78
|
end
|
|
79
79
|
end
|
|
80
80
|
do
|
|
81
|
-
local ____export = require("
|
|
81
|
+
local ____export = require("enums.SerializationType")
|
|
82
82
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
83
83
|
if ____exportKey ~= "default" then
|
|
84
84
|
____exports[____exportKey] = ____exportValue
|
|
@@ -86,17 +86,17 @@ do
|
|
|
86
86
|
end
|
|
87
87
|
end
|
|
88
88
|
do
|
|
89
|
-
local ____characterHealthConversion = require("
|
|
89
|
+
local ____characterHealthConversion = require("features.characterHealthConversion")
|
|
90
90
|
local registerCharacterHealthConversion = ____characterHealthConversion.registerCharacterHealthConversion
|
|
91
91
|
____exports.registerCharacterHealthConversion = registerCharacterHealthConversion
|
|
92
92
|
end
|
|
93
93
|
do
|
|
94
|
-
local ____characterStats = require("
|
|
94
|
+
local ____characterStats = require("features.characterStats")
|
|
95
95
|
local registerCharacterStats = ____characterStats.registerCharacterStats
|
|
96
96
|
____exports.registerCharacterStats = registerCharacterStats
|
|
97
97
|
end
|
|
98
98
|
do
|
|
99
|
-
local ____export = require("
|
|
99
|
+
local ____export = require("features.debugDisplay.exports")
|
|
100
100
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
101
101
|
if ____exportKey ~= "default" then
|
|
102
102
|
____exports[____exportKey] = ____exportValue
|
|
@@ -104,7 +104,7 @@ do
|
|
|
104
104
|
end
|
|
105
105
|
end
|
|
106
106
|
do
|
|
107
|
-
local ____deployJSONRoom = require("
|
|
107
|
+
local ____deployJSONRoom = require("features.deployJSONRoom")
|
|
108
108
|
local deployJSONRoom = ____deployJSONRoom.deployJSONRoom
|
|
109
109
|
local deployRandomJSONRoom = ____deployJSONRoom.deployRandomJSONRoom
|
|
110
110
|
local emptyRoom = ____deployJSONRoom.emptyRoom
|
|
@@ -113,7 +113,7 @@ do
|
|
|
113
113
|
____exports.emptyRoom = emptyRoom
|
|
114
114
|
end
|
|
115
115
|
do
|
|
116
|
-
local ____disableInputs = require("
|
|
116
|
+
local ____disableInputs = require("features.disableInputs")
|
|
117
117
|
local disableAllInputs = ____disableInputs.disableAllInputs
|
|
118
118
|
local disableAllInputsExceptFor = ____disableInputs.disableAllInputsExceptFor
|
|
119
119
|
local disableMovementInputs = ____disableInputs.disableMovementInputs
|
|
@@ -128,14 +128,14 @@ do
|
|
|
128
128
|
____exports.enableAllInputsExceptFor = enableAllInputsExceptFor
|
|
129
129
|
end
|
|
130
130
|
do
|
|
131
|
-
local ____disableSound = require("
|
|
131
|
+
local ____disableSound = require("features.disableSound")
|
|
132
132
|
local disableAllSound = ____disableSound.disableAllSound
|
|
133
133
|
local enableAllSound = ____disableSound.enableAllSound
|
|
134
134
|
____exports.disableAllSound = disableAllSound
|
|
135
135
|
____exports.enableAllSound = enableAllSound
|
|
136
136
|
end
|
|
137
137
|
do
|
|
138
|
-
local ____init = require("
|
|
138
|
+
local ____init = require("features.extraConsoleCommands.init")
|
|
139
139
|
local addConsoleCommand = ____init.addConsoleCommand
|
|
140
140
|
local enableExtraConsoleCommands = ____init.enableExtraConsoleCommands
|
|
141
141
|
local removeConsoleCommand = ____init.removeConsoleCommand
|
|
@@ -144,31 +144,31 @@ do
|
|
|
144
144
|
____exports.removeConsoleCommand = removeConsoleCommand
|
|
145
145
|
end
|
|
146
146
|
do
|
|
147
|
-
local ____fadeInRemover = require("
|
|
147
|
+
local ____fadeInRemover = require("features.fadeInRemover")
|
|
148
148
|
local removeFadeIn = ____fadeInRemover.removeFadeIn
|
|
149
149
|
local restoreFadeIn = ____fadeInRemover.restoreFadeIn
|
|
150
150
|
____exports.removeFadeIn = removeFadeIn
|
|
151
151
|
____exports.restoreFadeIn = restoreFadeIn
|
|
152
152
|
end
|
|
153
153
|
do
|
|
154
|
-
local ____fastReset = require("
|
|
154
|
+
local ____fastReset = require("features.fastReset")
|
|
155
155
|
local disableFastReset = ____fastReset.disableFastReset
|
|
156
156
|
local enableFastReset = ____fastReset.enableFastReset
|
|
157
157
|
____exports.disableFastReset = disableFastReset
|
|
158
158
|
____exports.enableFastReset = enableFastReset
|
|
159
159
|
end
|
|
160
160
|
do
|
|
161
|
-
local ____forgottenSwitch = require("
|
|
161
|
+
local ____forgottenSwitch = require("features.forgottenSwitch")
|
|
162
162
|
local forgottenSwitch = ____forgottenSwitch.forgottenSwitch
|
|
163
163
|
____exports.forgottenSwitch = forgottenSwitch
|
|
164
164
|
end
|
|
165
165
|
do
|
|
166
|
-
local ____getCollectibleItemPoolType = require("
|
|
166
|
+
local ____getCollectibleItemPoolType = require("features.getCollectibleItemPoolType")
|
|
167
167
|
local getCollectibleItemPoolType = ____getCollectibleItemPoolType.getCollectibleItemPoolType
|
|
168
168
|
____exports.getCollectibleItemPoolType = getCollectibleItemPoolType
|
|
169
169
|
end
|
|
170
170
|
do
|
|
171
|
-
local ____export = require("
|
|
171
|
+
local ____export = require("features.isPonyActive")
|
|
172
172
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
173
173
|
if ____exportKey ~= "default" then
|
|
174
174
|
____exports[____exportKey] = ____exportValue
|
|
@@ -176,19 +176,19 @@ do
|
|
|
176
176
|
end
|
|
177
177
|
end
|
|
178
178
|
do
|
|
179
|
-
local ____playerInventory = require("
|
|
179
|
+
local ____playerInventory = require("features.playerInventory")
|
|
180
180
|
local addCollectible = ____playerInventory.addCollectible
|
|
181
181
|
local getPlayerInventory = ____playerInventory.getPlayerInventory
|
|
182
182
|
____exports.addCollectible = addCollectible
|
|
183
183
|
____exports.getPlayerInventory = getPlayerInventory
|
|
184
184
|
end
|
|
185
185
|
do
|
|
186
|
-
local ____preventCollectibleRotate = require("
|
|
186
|
+
local ____preventCollectibleRotate = require("features.preventCollectibleRotate")
|
|
187
187
|
local preventCollectibleRotate = ____preventCollectibleRotate.preventCollectibleRotate
|
|
188
188
|
____exports.preventCollectibleRotate = preventCollectibleRotate
|
|
189
189
|
end
|
|
190
190
|
do
|
|
191
|
-
local ____runInNFrames = require("
|
|
191
|
+
local ____runInNFrames = require("features.runInNFrames")
|
|
192
192
|
local runInNGameFrames = ____runInNFrames.runInNGameFrames
|
|
193
193
|
local runInNRenderFrames = ____runInNFrames.runInNRenderFrames
|
|
194
194
|
local runNextGameFrame = ____runInNFrames.runNextGameFrame
|
|
@@ -199,7 +199,7 @@ do
|
|
|
199
199
|
____exports.runNextRenderFrame = runNextRenderFrame
|
|
200
200
|
end
|
|
201
201
|
do
|
|
202
|
-
local ____export = require("
|
|
202
|
+
local ____export = require("features.saveDataManager.exports")
|
|
203
203
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
204
204
|
if ____exportKey ~= "default" then
|
|
205
205
|
____exports[____exportKey] = ____exportValue
|
|
@@ -207,19 +207,19 @@ do
|
|
|
207
207
|
end
|
|
208
208
|
end
|
|
209
209
|
do
|
|
210
|
-
local ____sirenHelpers = require("
|
|
210
|
+
local ____sirenHelpers = require("features.sirenHelpers")
|
|
211
211
|
local hasSirenStolenFamiliar = ____sirenHelpers.hasSirenStolenFamiliar
|
|
212
212
|
local setFamiliarNoSirenSteal = ____sirenHelpers.setFamiliarNoSirenSteal
|
|
213
213
|
____exports.hasSirenStolenFamiliar = hasSirenStolenFamiliar
|
|
214
214
|
____exports.setFamiliarNoSirenSteal = setFamiliarNoSirenSteal
|
|
215
215
|
end
|
|
216
216
|
do
|
|
217
|
-
local ____taintedLazarusPlayers = require("
|
|
217
|
+
local ____taintedLazarusPlayers = require("features.taintedLazarusPlayers")
|
|
218
218
|
local getTaintedLazarusSubPlayer = ____taintedLazarusPlayers.getTaintedLazarusSubPlayer
|
|
219
219
|
____exports.getTaintedLazarusSubPlayer = getTaintedLazarusSubPlayer
|
|
220
220
|
end
|
|
221
221
|
do
|
|
222
|
-
local ____export = require("
|
|
222
|
+
local ____export = require("functions.array")
|
|
223
223
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
224
224
|
if ____exportKey ~= "default" then
|
|
225
225
|
____exports[____exportKey] = ____exportValue
|
|
@@ -227,7 +227,7 @@ do
|
|
|
227
227
|
end
|
|
228
228
|
end
|
|
229
229
|
do
|
|
230
|
-
local ____export = require("
|
|
230
|
+
local ____export = require("functions.benchmark")
|
|
231
231
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
232
232
|
if ____exportKey ~= "default" then
|
|
233
233
|
____exports[____exportKey] = ____exportValue
|
|
@@ -235,7 +235,7 @@ do
|
|
|
235
235
|
end
|
|
236
236
|
end
|
|
237
237
|
do
|
|
238
|
-
local ____export = require("
|
|
238
|
+
local ____export = require("functions.bitwise")
|
|
239
239
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
240
240
|
if ____exportKey ~= "default" then
|
|
241
241
|
____exports[____exportKey] = ____exportValue
|
|
@@ -243,7 +243,7 @@ do
|
|
|
243
243
|
end
|
|
244
244
|
end
|
|
245
245
|
do
|
|
246
|
-
local ____export = require("
|
|
246
|
+
local ____export = require("functions.boss")
|
|
247
247
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
248
248
|
if ____exportKey ~= "default" then
|
|
249
249
|
____exports[____exportKey] = ____exportValue
|
|
@@ -251,7 +251,7 @@ do
|
|
|
251
251
|
end
|
|
252
252
|
end
|
|
253
253
|
do
|
|
254
|
-
local ____export = require("
|
|
254
|
+
local ____export = require("functions.cacheFlag")
|
|
255
255
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
256
256
|
if ____exportKey ~= "default" then
|
|
257
257
|
____exports[____exportKey] = ____exportValue
|
|
@@ -259,7 +259,7 @@ do
|
|
|
259
259
|
end
|
|
260
260
|
end
|
|
261
261
|
do
|
|
262
|
-
local ____export = require("
|
|
262
|
+
local ____export = require("functions.cards")
|
|
263
263
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
264
264
|
if ____exportKey ~= "default" then
|
|
265
265
|
____exports[____exportKey] = ____exportValue
|
|
@@ -267,7 +267,7 @@ do
|
|
|
267
267
|
end
|
|
268
268
|
end
|
|
269
269
|
do
|
|
270
|
-
local ____export = require("
|
|
270
|
+
local ____export = require("functions.challenges")
|
|
271
271
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
272
272
|
if ____exportKey ~= "default" then
|
|
273
273
|
____exports[____exportKey] = ____exportValue
|
|
@@ -275,7 +275,7 @@ do
|
|
|
275
275
|
end
|
|
276
276
|
end
|
|
277
277
|
do
|
|
278
|
-
local ____export = require("
|
|
278
|
+
local ____export = require("functions.character")
|
|
279
279
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
280
280
|
if ____exportKey ~= "default" then
|
|
281
281
|
____exports[____exportKey] = ____exportValue
|
|
@@ -283,7 +283,7 @@ do
|
|
|
283
283
|
end
|
|
284
284
|
end
|
|
285
285
|
do
|
|
286
|
-
local ____export = require("
|
|
286
|
+
local ____export = require("functions.charge")
|
|
287
287
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
288
288
|
if ____exportKey ~= "default" then
|
|
289
289
|
____exports[____exportKey] = ____exportValue
|
|
@@ -291,7 +291,7 @@ do
|
|
|
291
291
|
end
|
|
292
292
|
end
|
|
293
293
|
do
|
|
294
|
-
local ____export = require("
|
|
294
|
+
local ____export = require("functions.chargeBar")
|
|
295
295
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
296
296
|
if ____exportKey ~= "default" then
|
|
297
297
|
____exports[____exportKey] = ____exportValue
|
|
@@ -299,7 +299,7 @@ do
|
|
|
299
299
|
end
|
|
300
300
|
end
|
|
301
301
|
do
|
|
302
|
-
local ____export = require("
|
|
302
|
+
local ____export = require("functions.collectibleCacheFlag")
|
|
303
303
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
304
304
|
if ____exportKey ~= "default" then
|
|
305
305
|
____exports[____exportKey] = ____exportValue
|
|
@@ -307,7 +307,7 @@ do
|
|
|
307
307
|
end
|
|
308
308
|
end
|
|
309
309
|
do
|
|
310
|
-
local ____export = require("
|
|
310
|
+
local ____export = require("functions.collectibles")
|
|
311
311
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
312
312
|
if ____exportKey ~= "default" then
|
|
313
313
|
____exports[____exportKey] = ____exportValue
|
|
@@ -315,7 +315,7 @@ do
|
|
|
315
315
|
end
|
|
316
316
|
end
|
|
317
317
|
do
|
|
318
|
-
local ____export = require("
|
|
318
|
+
local ____export = require("functions.collectibleSet")
|
|
319
319
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
320
320
|
if ____exportKey ~= "default" then
|
|
321
321
|
____exports[____exportKey] = ____exportValue
|
|
@@ -323,7 +323,7 @@ do
|
|
|
323
323
|
end
|
|
324
324
|
end
|
|
325
325
|
do
|
|
326
|
-
local ____export = require("
|
|
326
|
+
local ____export = require("functions.collectibleTag")
|
|
327
327
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
328
328
|
if ____exportKey ~= "default" then
|
|
329
329
|
____exports[____exportKey] = ____exportValue
|
|
@@ -331,7 +331,7 @@ do
|
|
|
331
331
|
end
|
|
332
332
|
end
|
|
333
333
|
do
|
|
334
|
-
local ____export = require("
|
|
334
|
+
local ____export = require("functions.color")
|
|
335
335
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
336
336
|
if ____exportKey ~= "default" then
|
|
337
337
|
____exports[____exportKey] = ____exportValue
|
|
@@ -339,7 +339,7 @@ do
|
|
|
339
339
|
end
|
|
340
340
|
end
|
|
341
341
|
do
|
|
342
|
-
local ____export = require("
|
|
342
|
+
local ____export = require("functions.debug")
|
|
343
343
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
344
344
|
if ____exportKey ~= "default" then
|
|
345
345
|
____exports[____exportKey] = ____exportValue
|
|
@@ -347,17 +347,17 @@ do
|
|
|
347
347
|
end
|
|
348
348
|
end
|
|
349
349
|
do
|
|
350
|
-
local ____deepCopy = require("
|
|
350
|
+
local ____deepCopy = require("functions.deepCopy")
|
|
351
351
|
local deepCopy = ____deepCopy.deepCopy
|
|
352
352
|
____exports.deepCopy = deepCopy
|
|
353
353
|
end
|
|
354
354
|
do
|
|
355
|
-
local ____deepCopyTests = require("
|
|
355
|
+
local ____deepCopyTests = require("functions.deepCopyTests")
|
|
356
356
|
local deepCopyTests = ____deepCopyTests.deepCopyTests
|
|
357
357
|
____exports.deepCopyTests = deepCopyTests
|
|
358
358
|
end
|
|
359
359
|
do
|
|
360
|
-
local ____export = require("
|
|
360
|
+
local ____export = require("functions.direction")
|
|
361
361
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
362
362
|
if ____exportKey ~= "default" then
|
|
363
363
|
____exports[____exportKey] = ____exportValue
|
|
@@ -365,7 +365,7 @@ do
|
|
|
365
365
|
end
|
|
366
366
|
end
|
|
367
367
|
do
|
|
368
|
-
local ____export = require("
|
|
368
|
+
local ____export = require("functions.doors")
|
|
369
369
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
370
370
|
if ____exportKey ~= "default" then
|
|
371
371
|
____exports[____exportKey] = ____exportValue
|
|
@@ -373,7 +373,7 @@ do
|
|
|
373
373
|
end
|
|
374
374
|
end
|
|
375
375
|
do
|
|
376
|
-
local ____export = require("
|
|
376
|
+
local ____export = require("functions.easing")
|
|
377
377
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
378
378
|
if ____exportKey ~= "default" then
|
|
379
379
|
____exports[____exportKey] = ____exportValue
|
|
@@ -381,7 +381,7 @@ do
|
|
|
381
381
|
end
|
|
382
382
|
end
|
|
383
383
|
do
|
|
384
|
-
local ____export = require("
|
|
384
|
+
local ____export = require("functions.eden")
|
|
385
385
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
386
386
|
if ____exportKey ~= "default" then
|
|
387
387
|
____exports[____exportKey] = ____exportValue
|
|
@@ -389,7 +389,7 @@ do
|
|
|
389
389
|
end
|
|
390
390
|
end
|
|
391
391
|
do
|
|
392
|
-
local ____export = require("
|
|
392
|
+
local ____export = require("functions.entity")
|
|
393
393
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
394
394
|
if ____exportKey ~= "default" then
|
|
395
395
|
____exports[____exportKey] = ____exportValue
|
|
@@ -397,7 +397,7 @@ do
|
|
|
397
397
|
end
|
|
398
398
|
end
|
|
399
399
|
do
|
|
400
|
-
local ____export = require("
|
|
400
|
+
local ____export = require("functions.entitySpecific")
|
|
401
401
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
402
402
|
if ____exportKey ~= "default" then
|
|
403
403
|
____exports[____exportKey] = ____exportValue
|
|
@@ -405,7 +405,7 @@ do
|
|
|
405
405
|
end
|
|
406
406
|
end
|
|
407
407
|
do
|
|
408
|
-
local ____export = require("
|
|
408
|
+
local ____export = require("functions.entityTypes")
|
|
409
409
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
410
410
|
if ____exportKey ~= "default" then
|
|
411
411
|
____exports[____exportKey] = ____exportValue
|
|
@@ -413,7 +413,7 @@ do
|
|
|
413
413
|
end
|
|
414
414
|
end
|
|
415
415
|
do
|
|
416
|
-
local ____export = require("
|
|
416
|
+
local ____export = require("functions.enums")
|
|
417
417
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
418
418
|
if ____exportKey ~= "default" then
|
|
419
419
|
____exports[____exportKey] = ____exportValue
|
|
@@ -421,7 +421,7 @@ do
|
|
|
421
421
|
end
|
|
422
422
|
end
|
|
423
423
|
do
|
|
424
|
-
local ____export = require("
|
|
424
|
+
local ____export = require("functions.familiars")
|
|
425
425
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
426
426
|
if ____exportKey ~= "default" then
|
|
427
427
|
____exports[____exportKey] = ____exportValue
|
|
@@ -429,7 +429,7 @@ do
|
|
|
429
429
|
end
|
|
430
430
|
end
|
|
431
431
|
do
|
|
432
|
-
local ____export = require("
|
|
432
|
+
local ____export = require("functions.flag")
|
|
433
433
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
434
434
|
if ____exportKey ~= "default" then
|
|
435
435
|
____exports[____exportKey] = ____exportValue
|
|
@@ -437,7 +437,7 @@ do
|
|
|
437
437
|
end
|
|
438
438
|
end
|
|
439
439
|
do
|
|
440
|
-
local ____export = require("
|
|
440
|
+
local ____export = require("functions.flying")
|
|
441
441
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
442
442
|
if ____exportKey ~= "default" then
|
|
443
443
|
____exports[____exportKey] = ____exportValue
|
|
@@ -445,7 +445,7 @@ do
|
|
|
445
445
|
end
|
|
446
446
|
end
|
|
447
447
|
do
|
|
448
|
-
local ____export = require("
|
|
448
|
+
local ____export = require("functions.globals")
|
|
449
449
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
450
450
|
if ____exportKey ~= "default" then
|
|
451
451
|
____exports[____exportKey] = ____exportValue
|
|
@@ -453,7 +453,7 @@ do
|
|
|
453
453
|
end
|
|
454
454
|
end
|
|
455
455
|
do
|
|
456
|
-
local ____export = require("
|
|
456
|
+
local ____export = require("functions.gridEntity")
|
|
457
457
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
458
458
|
if ____exportKey ~= "default" then
|
|
459
459
|
____exports[____exportKey] = ____exportValue
|
|
@@ -461,7 +461,7 @@ do
|
|
|
461
461
|
end
|
|
462
462
|
end
|
|
463
463
|
do
|
|
464
|
-
local ____export = require("
|
|
464
|
+
local ____export = require("functions.gridEntitySpecific")
|
|
465
465
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
466
466
|
if ____exportKey ~= "default" then
|
|
467
467
|
____exports[____exportKey] = ____exportValue
|
|
@@ -469,7 +469,7 @@ do
|
|
|
469
469
|
end
|
|
470
470
|
end
|
|
471
471
|
do
|
|
472
|
-
local ____export = require("
|
|
472
|
+
local ____export = require("functions.input")
|
|
473
473
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
474
474
|
if ____exportKey ~= "default" then
|
|
475
475
|
____exports[____exportKey] = ____exportValue
|
|
@@ -477,7 +477,7 @@ do
|
|
|
477
477
|
end
|
|
478
478
|
end
|
|
479
479
|
do
|
|
480
|
-
local ____export = require("
|
|
480
|
+
local ____export = require("functions.isaacAPIClass")
|
|
481
481
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
482
482
|
if ____exportKey ~= "default" then
|
|
483
483
|
____exports[____exportKey] = ____exportValue
|
|
@@ -485,7 +485,7 @@ do
|
|
|
485
485
|
end
|
|
486
486
|
end
|
|
487
487
|
do
|
|
488
|
-
local ____export = require("
|
|
488
|
+
local ____export = require("functions.jsonHelpers")
|
|
489
489
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
490
490
|
if ____exportKey ~= "default" then
|
|
491
491
|
____exports[____exportKey] = ____exportValue
|
|
@@ -493,7 +493,7 @@ do
|
|
|
493
493
|
end
|
|
494
494
|
end
|
|
495
495
|
do
|
|
496
|
-
local ____export = require("
|
|
496
|
+
local ____export = require("functions.jsonRoom")
|
|
497
497
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
498
498
|
if ____exportKey ~= "default" then
|
|
499
499
|
____exports[____exportKey] = ____exportValue
|
|
@@ -501,7 +501,7 @@ do
|
|
|
501
501
|
end
|
|
502
502
|
end
|
|
503
503
|
do
|
|
504
|
-
local ____export = require("
|
|
504
|
+
local ____export = require("functions.kColor")
|
|
505
505
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
506
506
|
if ____exportKey ~= "default" then
|
|
507
507
|
____exports[____exportKey] = ____exportValue
|
|
@@ -509,7 +509,7 @@ do
|
|
|
509
509
|
end
|
|
510
510
|
end
|
|
511
511
|
do
|
|
512
|
-
local ____export = require("
|
|
512
|
+
local ____export = require("functions.language")
|
|
513
513
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
514
514
|
if ____exportKey ~= "default" then
|
|
515
515
|
____exports[____exportKey] = ____exportValue
|
|
@@ -517,7 +517,7 @@ do
|
|
|
517
517
|
end
|
|
518
518
|
end
|
|
519
519
|
do
|
|
520
|
-
local ____export = require("
|
|
520
|
+
local ____export = require("functions.level")
|
|
521
521
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
522
522
|
if ____exportKey ~= "default" then
|
|
523
523
|
____exports[____exportKey] = ____exportValue
|
|
@@ -525,7 +525,7 @@ do
|
|
|
525
525
|
end
|
|
526
526
|
end
|
|
527
527
|
do
|
|
528
|
-
local ____export = require("
|
|
528
|
+
local ____export = require("functions.log")
|
|
529
529
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
530
530
|
if ____exportKey ~= "default" then
|
|
531
531
|
____exports[____exportKey] = ____exportValue
|
|
@@ -533,7 +533,7 @@ do
|
|
|
533
533
|
end
|
|
534
534
|
end
|
|
535
535
|
do
|
|
536
|
-
local ____export = require("
|
|
536
|
+
local ____export = require("functions.map")
|
|
537
537
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
538
538
|
if ____exportKey ~= "default" then
|
|
539
539
|
____exports[____exportKey] = ____exportValue
|
|
@@ -541,7 +541,7 @@ do
|
|
|
541
541
|
end
|
|
542
542
|
end
|
|
543
543
|
do
|
|
544
|
-
local ____export = require("
|
|
544
|
+
local ____export = require("functions.math")
|
|
545
545
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
546
546
|
if ____exportKey ~= "default" then
|
|
547
547
|
____exports[____exportKey] = ____exportValue
|
|
@@ -549,12 +549,12 @@ do
|
|
|
549
549
|
end
|
|
550
550
|
end
|
|
551
551
|
do
|
|
552
|
-
local ____mergeTests = require("
|
|
552
|
+
local ____mergeTests = require("functions.mergeTests")
|
|
553
553
|
local mergeTests = ____mergeTests.mergeTests
|
|
554
554
|
____exports.mergeTests = mergeTests
|
|
555
555
|
end
|
|
556
556
|
do
|
|
557
|
-
local ____export = require("
|
|
557
|
+
local ____export = require("functions.npc")
|
|
558
558
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
559
559
|
if ____exportKey ~= "default" then
|
|
560
560
|
____exports[____exportKey] = ____exportValue
|
|
@@ -562,7 +562,7 @@ do
|
|
|
562
562
|
end
|
|
563
563
|
end
|
|
564
564
|
do
|
|
565
|
-
local ____export = require("
|
|
565
|
+
local ____export = require("functions.pickups")
|
|
566
566
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
567
567
|
if ____exportKey ~= "default" then
|
|
568
568
|
____exports[____exportKey] = ____exportValue
|
|
@@ -570,7 +570,7 @@ do
|
|
|
570
570
|
end
|
|
571
571
|
end
|
|
572
572
|
do
|
|
573
|
-
local ____export = require("
|
|
573
|
+
local ____export = require("functions.pickupVariants")
|
|
574
574
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
575
575
|
if ____exportKey ~= "default" then
|
|
576
576
|
____exports[____exportKey] = ____exportValue
|
|
@@ -578,7 +578,7 @@ do
|
|
|
578
578
|
end
|
|
579
579
|
end
|
|
580
580
|
do
|
|
581
|
-
local ____export = require("
|
|
581
|
+
local ____export = require("functions.pills")
|
|
582
582
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
583
583
|
if ____exportKey ~= "default" then
|
|
584
584
|
____exports[____exportKey] = ____exportValue
|
|
@@ -586,7 +586,7 @@ do
|
|
|
586
586
|
end
|
|
587
587
|
end
|
|
588
588
|
do
|
|
589
|
-
local ____export = require("
|
|
589
|
+
local ____export = require("functions.player")
|
|
590
590
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
591
591
|
if ____exportKey ~= "default" then
|
|
592
592
|
____exports[____exportKey] = ____exportValue
|
|
@@ -594,7 +594,7 @@ do
|
|
|
594
594
|
end
|
|
595
595
|
end
|
|
596
596
|
do
|
|
597
|
-
local ____export = require("
|
|
597
|
+
local ____export = require("functions.playerDataStructures")
|
|
598
598
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
599
599
|
if ____exportKey ~= "default" then
|
|
600
600
|
____exports[____exportKey] = ____exportValue
|
|
@@ -602,7 +602,7 @@ do
|
|
|
602
602
|
end
|
|
603
603
|
end
|
|
604
604
|
do
|
|
605
|
-
local ____export = require("
|
|
605
|
+
local ____export = require("functions.playerHealth")
|
|
606
606
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
607
607
|
if ____exportKey ~= "default" then
|
|
608
608
|
____exports[____exportKey] = ____exportValue
|
|
@@ -610,7 +610,7 @@ do
|
|
|
610
610
|
end
|
|
611
611
|
end
|
|
612
612
|
do
|
|
613
|
-
local ____export = require("
|
|
613
|
+
local ____export = require("functions.playerIndex")
|
|
614
614
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
615
615
|
if ____exportKey ~= "default" then
|
|
616
616
|
____exports[____exportKey] = ____exportValue
|
|
@@ -618,7 +618,7 @@ do
|
|
|
618
618
|
end
|
|
619
619
|
end
|
|
620
620
|
do
|
|
621
|
-
local ____export = require("
|
|
621
|
+
local ____export = require("functions.pocketItems")
|
|
622
622
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
623
623
|
if ____exportKey ~= "default" then
|
|
624
624
|
____exports[____exportKey] = ____exportValue
|
|
@@ -626,7 +626,7 @@ do
|
|
|
626
626
|
end
|
|
627
627
|
end
|
|
628
628
|
do
|
|
629
|
-
local ____export = require("
|
|
629
|
+
local ____export = require("functions.positionVelocity")
|
|
630
630
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
631
631
|
if ____exportKey ~= "default" then
|
|
632
632
|
____exports[____exportKey] = ____exportValue
|
|
@@ -634,7 +634,7 @@ do
|
|
|
634
634
|
end
|
|
635
635
|
end
|
|
636
636
|
do
|
|
637
|
-
local ____export = require("
|
|
637
|
+
local ____export = require("functions.random")
|
|
638
638
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
639
639
|
if ____exportKey ~= "default" then
|
|
640
640
|
____exports[____exportKey] = ____exportValue
|
|
@@ -642,7 +642,7 @@ do
|
|
|
642
642
|
end
|
|
643
643
|
end
|
|
644
644
|
do
|
|
645
|
-
local ____export = require("
|
|
645
|
+
local ____export = require("functions.revive")
|
|
646
646
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
647
647
|
if ____exportKey ~= "default" then
|
|
648
648
|
____exports[____exportKey] = ____exportValue
|
|
@@ -650,7 +650,7 @@ do
|
|
|
650
650
|
end
|
|
651
651
|
end
|
|
652
652
|
do
|
|
653
|
-
local ____export = require("
|
|
653
|
+
local ____export = require("functions.rng")
|
|
654
654
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
655
655
|
if ____exportKey ~= "default" then
|
|
656
656
|
____exports[____exportKey] = ____exportValue
|
|
@@ -658,7 +658,7 @@ do
|
|
|
658
658
|
end
|
|
659
659
|
end
|
|
660
660
|
do
|
|
661
|
-
local ____export = require("
|
|
661
|
+
local ____export = require("functions.roomData")
|
|
662
662
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
663
663
|
if ____exportKey ~= "default" then
|
|
664
664
|
____exports[____exportKey] = ____exportValue
|
|
@@ -666,7 +666,7 @@ do
|
|
|
666
666
|
end
|
|
667
667
|
end
|
|
668
668
|
do
|
|
669
|
-
local ____export = require("
|
|
669
|
+
local ____export = require("functions.roomGrid")
|
|
670
670
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
671
671
|
if ____exportKey ~= "default" then
|
|
672
672
|
____exports[____exportKey] = ____exportValue
|
|
@@ -674,7 +674,7 @@ do
|
|
|
674
674
|
end
|
|
675
675
|
end
|
|
676
676
|
do
|
|
677
|
-
local ____export = require("
|
|
677
|
+
local ____export = require("functions.rooms")
|
|
678
678
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
679
679
|
if ____exportKey ~= "default" then
|
|
680
680
|
____exports[____exportKey] = ____exportValue
|
|
@@ -682,7 +682,7 @@ do
|
|
|
682
682
|
end
|
|
683
683
|
end
|
|
684
684
|
do
|
|
685
|
-
local ____export = require("
|
|
685
|
+
local ____export = require("functions.roomShape")
|
|
686
686
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
687
687
|
if ____exportKey ~= "default" then
|
|
688
688
|
____exports[____exportKey] = ____exportValue
|
|
@@ -690,7 +690,7 @@ do
|
|
|
690
690
|
end
|
|
691
691
|
end
|
|
692
692
|
do
|
|
693
|
-
local ____export = require("
|
|
693
|
+
local ____export = require("functions.run")
|
|
694
694
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
695
695
|
if ____exportKey ~= "default" then
|
|
696
696
|
____exports[____exportKey] = ____exportValue
|
|
@@ -698,7 +698,7 @@ do
|
|
|
698
698
|
end
|
|
699
699
|
end
|
|
700
700
|
do
|
|
701
|
-
local ____export = require("
|
|
701
|
+
local ____export = require("functions.seeds")
|
|
702
702
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
703
703
|
if ____exportKey ~= "default" then
|
|
704
704
|
____exports[____exportKey] = ____exportValue
|
|
@@ -706,7 +706,7 @@ do
|
|
|
706
706
|
end
|
|
707
707
|
end
|
|
708
708
|
do
|
|
709
|
-
local ____export = require("
|
|
709
|
+
local ____export = require("functions.serialization")
|
|
710
710
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
711
711
|
if ____exportKey ~= "default" then
|
|
712
712
|
____exports[____exportKey] = ____exportValue
|
|
@@ -714,7 +714,7 @@ do
|
|
|
714
714
|
end
|
|
715
715
|
end
|
|
716
716
|
do
|
|
717
|
-
local ____export = require("
|
|
717
|
+
local ____export = require("functions.set")
|
|
718
718
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
719
719
|
if ____exportKey ~= "default" then
|
|
720
720
|
____exports[____exportKey] = ____exportValue
|
|
@@ -722,7 +722,7 @@ do
|
|
|
722
722
|
end
|
|
723
723
|
end
|
|
724
724
|
do
|
|
725
|
-
local ____export = require("
|
|
725
|
+
local ____export = require("functions.sound")
|
|
726
726
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
727
727
|
if ____exportKey ~= "default" then
|
|
728
728
|
____exports[____exportKey] = ____exportValue
|
|
@@ -730,7 +730,7 @@ do
|
|
|
730
730
|
end
|
|
731
731
|
end
|
|
732
732
|
do
|
|
733
|
-
local ____export = require("
|
|
733
|
+
local ____export = require("functions.spawnCollectible")
|
|
734
734
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
735
735
|
if ____exportKey ~= "default" then
|
|
736
736
|
____exports[____exportKey] = ____exportValue
|
|
@@ -738,7 +738,7 @@ do
|
|
|
738
738
|
end
|
|
739
739
|
end
|
|
740
740
|
do
|
|
741
|
-
local ____export = require("
|
|
741
|
+
local ____export = require("functions.sprite")
|
|
742
742
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
743
743
|
if ____exportKey ~= "default" then
|
|
744
744
|
____exports[____exportKey] = ____exportValue
|
|
@@ -746,7 +746,7 @@ do
|
|
|
746
746
|
end
|
|
747
747
|
end
|
|
748
748
|
do
|
|
749
|
-
local ____export = require("
|
|
749
|
+
local ____export = require("functions.stage")
|
|
750
750
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
751
751
|
if ____exportKey ~= "default" then
|
|
752
752
|
____exports[____exportKey] = ____exportValue
|
|
@@ -754,7 +754,7 @@ do
|
|
|
754
754
|
end
|
|
755
755
|
end
|
|
756
756
|
do
|
|
757
|
-
local ____export = require("
|
|
757
|
+
local ____export = require("functions.string")
|
|
758
758
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
759
759
|
if ____exportKey ~= "default" then
|
|
760
760
|
____exports[____exportKey] = ____exportValue
|
|
@@ -762,7 +762,7 @@ do
|
|
|
762
762
|
end
|
|
763
763
|
end
|
|
764
764
|
do
|
|
765
|
-
local ____export = require("
|
|
765
|
+
local ____export = require("functions.table")
|
|
766
766
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
767
767
|
if ____exportKey ~= "default" then
|
|
768
768
|
____exports[____exportKey] = ____exportValue
|
|
@@ -770,7 +770,7 @@ do
|
|
|
770
770
|
end
|
|
771
771
|
end
|
|
772
772
|
do
|
|
773
|
-
local ____export = require("
|
|
773
|
+
local ____export = require("functions.tears")
|
|
774
774
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
775
775
|
if ____exportKey ~= "default" then
|
|
776
776
|
____exports[____exportKey] = ____exportValue
|
|
@@ -778,7 +778,7 @@ do
|
|
|
778
778
|
end
|
|
779
779
|
end
|
|
780
780
|
do
|
|
781
|
-
local ____export = require("
|
|
781
|
+
local ____export = require("functions.transformations")
|
|
782
782
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
783
783
|
if ____exportKey ~= "default" then
|
|
784
784
|
____exports[____exportKey] = ____exportValue
|
|
@@ -786,7 +786,7 @@ do
|
|
|
786
786
|
end
|
|
787
787
|
end
|
|
788
788
|
do
|
|
789
|
-
local ____export = require("
|
|
789
|
+
local ____export = require("functions.trinketCacheFlag")
|
|
790
790
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
791
791
|
if ____exportKey ~= "default" then
|
|
792
792
|
____exports[____exportKey] = ____exportValue
|
|
@@ -794,7 +794,7 @@ do
|
|
|
794
794
|
end
|
|
795
795
|
end
|
|
796
796
|
do
|
|
797
|
-
local ____export = require("
|
|
797
|
+
local ____export = require("functions.trinketGive")
|
|
798
798
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
799
799
|
if ____exportKey ~= "default" then
|
|
800
800
|
____exports[____exportKey] = ____exportValue
|
|
@@ -802,7 +802,7 @@ do
|
|
|
802
802
|
end
|
|
803
803
|
end
|
|
804
804
|
do
|
|
805
|
-
local ____export = require("
|
|
805
|
+
local ____export = require("functions.trinkets")
|
|
806
806
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
807
807
|
if ____exportKey ~= "default" then
|
|
808
808
|
____exports[____exportKey] = ____exportValue
|
|
@@ -810,7 +810,7 @@ do
|
|
|
810
810
|
end
|
|
811
811
|
end
|
|
812
812
|
do
|
|
813
|
-
local ____export = require("
|
|
813
|
+
local ____export = require("functions.tstlClass")
|
|
814
814
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
815
815
|
if ____exportKey ~= "default" then
|
|
816
816
|
____exports[____exportKey] = ____exportValue
|
|
@@ -818,7 +818,7 @@ do
|
|
|
818
818
|
end
|
|
819
819
|
end
|
|
820
820
|
do
|
|
821
|
-
local ____export = require("
|
|
821
|
+
local ____export = require("functions.ui")
|
|
822
822
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
823
823
|
if ____exportKey ~= "default" then
|
|
824
824
|
____exports[____exportKey] = ____exportValue
|
|
@@ -826,7 +826,7 @@ do
|
|
|
826
826
|
end
|
|
827
827
|
end
|
|
828
828
|
do
|
|
829
|
-
local ____export = require("
|
|
829
|
+
local ____export = require("functions.utils")
|
|
830
830
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
831
831
|
if ____exportKey ~= "default" then
|
|
832
832
|
____exports[____exportKey] = ____exportValue
|
|
@@ -834,7 +834,7 @@ do
|
|
|
834
834
|
end
|
|
835
835
|
end
|
|
836
836
|
do
|
|
837
|
-
local ____export = require("
|
|
837
|
+
local ____export = require("functions.vector")
|
|
838
838
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
839
839
|
if ____exportKey ~= "default" then
|
|
840
840
|
____exports[____exportKey] = ____exportValue
|
|
@@ -842,7 +842,7 @@ do
|
|
|
842
842
|
end
|
|
843
843
|
end
|
|
844
844
|
do
|
|
845
|
-
local ____export = require("
|
|
845
|
+
local ____export = require("maps.cardMap")
|
|
846
846
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
847
847
|
if ____exportKey ~= "default" then
|
|
848
848
|
____exports[____exportKey] = ____exportValue
|
|
@@ -850,7 +850,7 @@ do
|
|
|
850
850
|
end
|
|
851
851
|
end
|
|
852
852
|
do
|
|
853
|
-
local ____export = require("
|
|
853
|
+
local ____export = require("maps.characterMap")
|
|
854
854
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
855
855
|
if ____exportKey ~= "default" then
|
|
856
856
|
____exports[____exportKey] = ____exportValue
|
|
@@ -858,7 +858,7 @@ do
|
|
|
858
858
|
end
|
|
859
859
|
end
|
|
860
860
|
do
|
|
861
|
-
local ____export = require("
|
|
861
|
+
local ____export = require("maps.pillEffectMap")
|
|
862
862
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
863
863
|
if ____exportKey ~= "default" then
|
|
864
864
|
____exports[____exportKey] = ____exportValue
|
|
@@ -866,7 +866,7 @@ do
|
|
|
866
866
|
end
|
|
867
867
|
end
|
|
868
868
|
do
|
|
869
|
-
local ____export = require("
|
|
869
|
+
local ____export = require("maps.roomTypeMap")
|
|
870
870
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
871
871
|
if ____exportKey ~= "default" then
|
|
872
872
|
____exports[____exportKey] = ____exportValue
|
|
@@ -874,7 +874,7 @@ do
|
|
|
874
874
|
end
|
|
875
875
|
end
|
|
876
876
|
do
|
|
877
|
-
local ____export = require("
|
|
877
|
+
local ____export = require("objects.colors")
|
|
878
878
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
879
879
|
if ____exportKey ~= "default" then
|
|
880
880
|
____exports[____exportKey] = ____exportValue
|
|
@@ -882,7 +882,7 @@ do
|
|
|
882
882
|
end
|
|
883
883
|
end
|
|
884
884
|
do
|
|
885
|
-
local ____export = require("
|
|
885
|
+
local ____export = require("types.PickingUpItem")
|
|
886
886
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
887
887
|
if ____exportKey ~= "default" then
|
|
888
888
|
____exports[____exportKey] = ____exportValue
|
|
@@ -890,7 +890,7 @@ do
|
|
|
890
890
|
end
|
|
891
891
|
end
|
|
892
892
|
do
|
|
893
|
-
local ____export = require("
|
|
893
|
+
local ____export = require("upgradeMod")
|
|
894
894
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
895
895
|
if ____exportKey ~= "default" then
|
|
896
896
|
____exports[____exportKey] = ____exportValue
|