isaacscript-common 2.0.16 → 2.0.19
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/itemPickup.lua +3 -3
- 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/postItemPickup.d.ts +9 -5
- package/dist/callbacks/subscriptions/postItemPickup.lua +2 -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/callbacks/subscriptions/preItemPickup.d.ts +9 -5
- package/dist/callbacks/subscriptions/preItemPickup.lua +2 -2
- 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 +6 -6
- 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 +5 -0
- package/dist/functions/entityTypes.lua +10 -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/npc.lua +3 -1
- 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/PickingUpItem.d.ts +2 -0
- package/dist/types/PickingUpItem.lua +10 -0
- package/dist/types/private/TSTLClassMetatable.d.ts +1 -1
- package/package.json +3 -3
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
|
|
@@ -2,86 +2,88 @@ 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 PillEffect = ____isaac_2Dtypescript_2Ddefinitions.PillEffect
|
|
5
7
|
____exports.PILL_EFFECT_MAP = __TS__New(Map, {
|
|
6
|
-
{"badgas",
|
|
7
|
-
{"gas",
|
|
8
|
-
{"badtrip",
|
|
9
|
-
{"trip",
|
|
10
|
-
{"ballsofsteel",
|
|
11
|
-
{"ballssteel",
|
|
12
|
-
{"steel",
|
|
13
|
-
{"bombsarekey",
|
|
14
|
-
{"bombskey",
|
|
15
|
-
{"key",
|
|
16
|
-
{"explosivediarrhea",
|
|
17
|
-
{"diarrhea",
|
|
18
|
-
{"fullhealth",
|
|
19
|
-
{"healthdown",
|
|
20
|
-
{"healthup",
|
|
21
|
-
{"ifoundpills",
|
|
22
|
-
{"foundpills",
|
|
23
|
-
{"pills",
|
|
24
|
-
{"puberty",
|
|
25
|
-
{"prettyfly",
|
|
26
|
-
{"fly",
|
|
27
|
-
{"rangedown",
|
|
28
|
-
{"rangeup",
|
|
29
|
-
{"speeddown",
|
|
30
|
-
{"speedup",
|
|
31
|
-
{"tearsdown",
|
|
32
|
-
{"tearsup",
|
|
33
|
-
{"luckdown",
|
|
34
|
-
{"luckup",
|
|
35
|
-
{"telepills",
|
|
36
|
-
{"48hourenergy",
|
|
37
|
-
{"energy",
|
|
38
|
-
{"48",
|
|
39
|
-
{"hematemesis",
|
|
40
|
-
{"paralysis",
|
|
41
|
-
{"icanseeforever!",
|
|
42
|
-
{"cansee",
|
|
43
|
-
{"see",
|
|
44
|
-
{"pheromones",
|
|
45
|
-
{"amnesia",
|
|
46
|
-
{"lemonparty",
|
|
47
|
-
{"party",
|
|
48
|
-
{"ruawizard",
|
|
49
|
-
{"areyouawizard",
|
|
50
|
-
{"wizard",
|
|
51
|
-
{"percs!",
|
|
52
|
-
{"addicted!",
|
|
53
|
-
{"relax",
|
|
54
|
-
{"???",
|
|
55
|
-
{"onemakesyoularger",
|
|
56
|
-
{"larger",
|
|
57
|
-
{"onemakesyousmaller",
|
|
58
|
-
{"smaller",
|
|
59
|
-
{"infested!",
|
|
60
|
-
{"infest!",
|
|
61
|
-
{"inf!",
|
|
62
|
-
{"infested?",
|
|
63
|
-
{"infest?",
|
|
64
|
-
{"inf?",
|
|
65
|
-
{"powerpill",
|
|
66
|
-
{"retrovision",
|
|
67
|
-
{"vision",
|
|
68
|
-
{"friendstilltheend",
|
|
69
|
-
{"friendsutilltheend",
|
|
70
|
-
{"xlax",
|
|
71
|
-
{"somethingswrong",
|
|
72
|
-
{"wrong",
|
|
73
|
-
{"imdrowsy",
|
|
74
|
-
{"drowsy",
|
|
75
|
-
{"imexcited!!!",
|
|
76
|
-
{"excited",
|
|
77
|
-
{"gulp!",
|
|
78
|
-
{"horf!",
|
|
79
|
-
{"feelslikeimwalkingonsunshine!",
|
|
80
|
-
{"walking",
|
|
81
|
-
{"sunshine",
|
|
82
|
-
{"vurp!",
|
|
83
|
-
{"shotspeeddown",
|
|
84
|
-
{"shotspeedup",
|
|
85
|
-
{"experimental",
|
|
8
|
+
{"badgas", PillEffect.BAD_GAS},
|
|
9
|
+
{"gas", PillEffect.BAD_GAS},
|
|
10
|
+
{"badtrip", PillEffect.BAD_TRIP},
|
|
11
|
+
{"trip", PillEffect.BAD_TRIP},
|
|
12
|
+
{"ballsofsteel", PillEffect.BALLS_OF_STEEL},
|
|
13
|
+
{"ballssteel", PillEffect.BALLS_OF_STEEL},
|
|
14
|
+
{"steel", PillEffect.BALLS_OF_STEEL},
|
|
15
|
+
{"bombsarekey", PillEffect.BOMBS_ARE_KEYS},
|
|
16
|
+
{"bombskey", PillEffect.BOMBS_ARE_KEYS},
|
|
17
|
+
{"key", PillEffect.BOMBS_ARE_KEYS},
|
|
18
|
+
{"explosivediarrhea", PillEffect.EXPLOSIVE_DIARRHEA},
|
|
19
|
+
{"diarrhea", PillEffect.EXPLOSIVE_DIARRHEA},
|
|
20
|
+
{"fullhealth", PillEffect.FULL_HEALTH},
|
|
21
|
+
{"healthdown", PillEffect.HEALTH_DOWN},
|
|
22
|
+
{"healthup", PillEffect.HEALTH_UP},
|
|
23
|
+
{"ifoundpills", PillEffect.I_FOUND_PILLS},
|
|
24
|
+
{"foundpills", PillEffect.I_FOUND_PILLS},
|
|
25
|
+
{"pills", PillEffect.I_FOUND_PILLS},
|
|
26
|
+
{"puberty", PillEffect.PUBERTY},
|
|
27
|
+
{"prettyfly", PillEffect.PRETTY_FLY},
|
|
28
|
+
{"fly", PillEffect.PRETTY_FLY},
|
|
29
|
+
{"rangedown", PillEffect.RANGE_DOWN},
|
|
30
|
+
{"rangeup", PillEffect.RANGE_UP},
|
|
31
|
+
{"speeddown", PillEffect.SPEED_DOWN},
|
|
32
|
+
{"speedup", PillEffect.SPEED_UP},
|
|
33
|
+
{"tearsdown", PillEffect.TEARS_DOWN},
|
|
34
|
+
{"tearsup", PillEffect.TEARS_UP},
|
|
35
|
+
{"luckdown", PillEffect.LUCK_DOWN},
|
|
36
|
+
{"luckup", PillEffect.LUCK_UP},
|
|
37
|
+
{"telepills", PillEffect.TELEPILLS},
|
|
38
|
+
{"48hourenergy", PillEffect.FORTY_EIGHT_HOUR_ENERGY},
|
|
39
|
+
{"energy", PillEffect.FORTY_EIGHT_HOUR_ENERGY},
|
|
40
|
+
{"48", PillEffect.FORTY_EIGHT_HOUR_ENERGY},
|
|
41
|
+
{"hematemesis", PillEffect.HEMATEMESIS},
|
|
42
|
+
{"paralysis", PillEffect.PARALYSIS},
|
|
43
|
+
{"icanseeforever!", PillEffect.I_CAN_SEE_FOREVER},
|
|
44
|
+
{"cansee", PillEffect.I_CAN_SEE_FOREVER},
|
|
45
|
+
{"see", PillEffect.I_CAN_SEE_FOREVER},
|
|
46
|
+
{"pheromones", PillEffect.PHEROMONES},
|
|
47
|
+
{"amnesia", PillEffect.AMNESIA},
|
|
48
|
+
{"lemonparty", PillEffect.LEMON_PARTY},
|
|
49
|
+
{"party", PillEffect.LEMON_PARTY},
|
|
50
|
+
{"ruawizard", PillEffect.R_U_A_WIZARD},
|
|
51
|
+
{"areyouawizard", PillEffect.R_U_A_WIZARD},
|
|
52
|
+
{"wizard", PillEffect.R_U_A_WIZARD},
|
|
53
|
+
{"percs!", PillEffect.PERCS},
|
|
54
|
+
{"addicted!", PillEffect.ADDICTED},
|
|
55
|
+
{"relax", PillEffect.RELAX},
|
|
56
|
+
{"???", PillEffect.QUESTION_MARKS},
|
|
57
|
+
{"onemakesyoularger", PillEffect.ONE_MAKES_YOU_LARGER},
|
|
58
|
+
{"larger", PillEffect.ONE_MAKES_YOU_LARGER},
|
|
59
|
+
{"onemakesyousmaller", PillEffect.ONE_MAKES_YOU_SMALL},
|
|
60
|
+
{"smaller", PillEffect.ONE_MAKES_YOU_SMALL},
|
|
61
|
+
{"infested!", PillEffect.INFESTED_EXCLAMATION},
|
|
62
|
+
{"infest!", PillEffect.INFESTED_EXCLAMATION},
|
|
63
|
+
{"inf!", PillEffect.INFESTED_EXCLAMATION},
|
|
64
|
+
{"infested?", PillEffect.INFESTED_QUESTION},
|
|
65
|
+
{"infest?", PillEffect.INFESTED_QUESTION},
|
|
66
|
+
{"inf?", PillEffect.INFESTED_QUESTION},
|
|
67
|
+
{"powerpill", PillEffect.POWER},
|
|
68
|
+
{"retrovision", PillEffect.RETRO_VISION},
|
|
69
|
+
{"vision", PillEffect.RETRO_VISION},
|
|
70
|
+
{"friendstilltheend", PillEffect.FRIENDS_TILL_THE_END},
|
|
71
|
+
{"friendsutilltheend", PillEffect.FRIENDS_TILL_THE_END},
|
|
72
|
+
{"xlax", PillEffect.X_LAX},
|
|
73
|
+
{"somethingswrong", PillEffect.SOMETHINGS_WRONG},
|
|
74
|
+
{"wrong", PillEffect.SOMETHINGS_WRONG},
|
|
75
|
+
{"imdrowsy", PillEffect.IM_DROWSY},
|
|
76
|
+
{"drowsy", PillEffect.IM_DROWSY},
|
|
77
|
+
{"imexcited!!!", PillEffect.IM_EXCITED},
|
|
78
|
+
{"excited", PillEffect.IM_EXCITED},
|
|
79
|
+
{"gulp!", PillEffect.GULP},
|
|
80
|
+
{"horf!", PillEffect.HORF},
|
|
81
|
+
{"feelslikeimwalkingonsunshine!", PillEffect.FEELS_LIKE_IM_WALKING_ON_SUNSHINE},
|
|
82
|
+
{"walking", PillEffect.FEELS_LIKE_IM_WALKING_ON_SUNSHINE},
|
|
83
|
+
{"sunshine", PillEffect.FEELS_LIKE_IM_WALKING_ON_SUNSHINE},
|
|
84
|
+
{"vurp!", PillEffect.VURP},
|
|
85
|
+
{"shotspeeddown", PillEffect.SHOT_SPEED_DOWN},
|
|
86
|
+
{"shotspeedup", PillEffect.SHOT_SPEED_UP},
|
|
87
|
+
{"experimental", PillEffect.EXPERIMENTAL}
|
|
86
88
|
})
|
|
87
89
|
return ____exports
|