isaacscript-common 78.0.0 → 79.0.0
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/classes/features/other/RerunDetection.d.ts.map +1 -1
- package/dist/classes/features/other/RerunDetection.lua +0 -5
- package/dist/isaacscript-common.lua +5 -10
- package/dist/objects/collectibleDescriptions.lua +1 -1
- package/dist/objects/collectibleNames.lua +1 -1
- package/package.json +2 -2
- package/src/objects/collectibleDescriptions.ts +1 -1
- package/src/objects/collectibleNames.ts +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RerunDetection.d.ts","sourceRoot":"","sources":["../../../../src/classes/features/other/RerunDetection.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AAUhD,qBAAa,cAAe,SAAQ,OAAO;IAkBzC,OAAO,CAAC,QAAQ,CAAC,wBAAwB,
|
|
1
|
+
{"version":3,"file":"RerunDetection.d.ts","sourceRoot":"","sources":["../../../../src/classes/features/other/RerunDetection.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AAUhD,qBAAa,cAAe,SAAQ,OAAO;IAkBzC,OAAO,CAAC,QAAQ,CAAC,wBAAwB,CAQvC;IAGF,OAAO,CAAC,QAAQ,CAAC,qBAAqB,CAEpC;IAEF;;;;;;;;;;OAUG;IAEI,OAAO,IAAI,OAAO;CAG1B"}
|
|
@@ -22,11 +22,6 @@ function RerunDetection.prototype.____constructor(self)
|
|
|
22
22
|
Feature.prototype.____constructor(self)
|
|
23
23
|
self.v = v
|
|
24
24
|
self.postGameStartedReordered = function(____, isContinued)
|
|
25
|
-
Isaac.DebugString("GETTING HERE 1 - " .. tostring(isContinued))
|
|
26
|
-
Isaac.DebugString("GETTING HERE 2 - " .. tostring(onFirstFloor(nil)))
|
|
27
|
-
Isaac.DebugString("GETTING HERE 3 - " .. tostring(inStartingRoom(nil)))
|
|
28
|
-
Isaac.DebugString("GETTING HERE 4 - " .. tostring(v.persistent.pastFirstFloor))
|
|
29
|
-
Isaac.DebugString("GETTING HERE 5 - " .. tostring(v.persistent.onRerun))
|
|
30
25
|
if isContinued then
|
|
31
26
|
if onFirstFloor(nil) and inStartingRoom(nil) and v.persistent.pastFirstFloor then
|
|
32
27
|
v.persistent.onRerun = true
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
--[[
|
|
2
2
|
|
|
3
|
-
isaacscript-common
|
|
3
|
+
isaacscript-common 78.0.0
|
|
4
4
|
|
|
5
5
|
This is the "isaacscript-common" library, which was created with the IsaacScript tool.
|
|
6
6
|
|
|
@@ -7867,8 +7867,8 @@ ____exports.CollectibleType.IRON_BAR = 201
|
|
|
7867
7867
|
____exports.CollectibleType[____exports.CollectibleType.IRON_BAR] = "IRON_BAR"
|
|
7868
7868
|
____exports.CollectibleType.MIDAS_TOUCH = 202
|
|
7869
7869
|
____exports.CollectibleType[____exports.CollectibleType.MIDAS_TOUCH] = "MIDAS_TOUCH"
|
|
7870
|
-
____exports.CollectibleType.
|
|
7871
|
-
____exports.CollectibleType[____exports.CollectibleType.
|
|
7870
|
+
____exports.CollectibleType.HUMBLEING_BUNDLE = 203
|
|
7871
|
+
____exports.CollectibleType[____exports.CollectibleType.HUMBLEING_BUNDLE] = "HUMBLEING_BUNDLE"
|
|
7872
7872
|
____exports.CollectibleType.FANNY_PACK = 204
|
|
7873
7873
|
____exports.CollectibleType[____exports.CollectibleType.FANNY_PACK] = "FANNY_PACK"
|
|
7874
7874
|
____exports.CollectibleType.SHARP_PLUG = 205
|
|
@@ -25127,7 +25127,7 @@ ____exports.COLLECTIBLE_DESCRIPTIONS = {
|
|
|
25127
25127
|
[CollectibleType.MOMS_EYESHADOW] = "Charm tears",
|
|
25128
25128
|
[CollectibleType.IRON_BAR] = "DMG up + concussive tears",
|
|
25129
25129
|
[CollectibleType.MIDAS_TOUCH] = "Golden touch",
|
|
25130
|
-
[CollectibleType.
|
|
25130
|
+
[CollectibleType.HUMBLEING_BUNDLE] = "1+1 free 4Evar",
|
|
25131
25131
|
[CollectibleType.FANNY_PACK] = "Filled with goodies",
|
|
25132
25132
|
[CollectibleType.SHARP_PLUG] = "Infinite charge... at a cost",
|
|
25133
25133
|
[CollectibleType.GUILLOTINE] = "DMG + tears up. An out-of-body experience!",
|
|
@@ -25861,7 +25861,7 @@ ____exports.COLLECTIBLE_NAMES = {
|
|
|
25861
25861
|
[CollectibleType.MOMS_EYESHADOW] = "Mom's Eyeshadow",
|
|
25862
25862
|
[CollectibleType.IRON_BAR] = "Iron Bar",
|
|
25863
25863
|
[CollectibleType.MIDAS_TOUCH] = "Midas' Touch",
|
|
25864
|
-
[CollectibleType.
|
|
25864
|
+
[CollectibleType.HUMBLEING_BUNDLE] = "Humbleing Bundle",
|
|
25865
25865
|
[CollectibleType.FANNY_PACK] = "Fanny Pack",
|
|
25866
25866
|
[CollectibleType.SHARP_PLUG] = "Sharp Plug",
|
|
25867
25867
|
[CollectibleType.GUILLOTINE] = "Guillotine",
|
|
@@ -62215,11 +62215,6 @@ function RerunDetection.prototype.____constructor(self)
|
|
|
62215
62215
|
Feature.prototype.____constructor(self)
|
|
62216
62216
|
self.v = v
|
|
62217
62217
|
self.postGameStartedReordered = function(____, isContinued)
|
|
62218
|
-
Isaac.DebugString("GETTING HERE 1 - " .. tostring(isContinued))
|
|
62219
|
-
Isaac.DebugString("GETTING HERE 2 - " .. tostring(onFirstFloor(nil)))
|
|
62220
|
-
Isaac.DebugString("GETTING HERE 3 - " .. tostring(inStartingRoom(nil)))
|
|
62221
|
-
Isaac.DebugString("GETTING HERE 4 - " .. tostring(v.persistent.pastFirstFloor))
|
|
62222
|
-
Isaac.DebugString("GETTING HERE 5 - " .. tostring(v.persistent.onRerun))
|
|
62223
62218
|
if isContinued then
|
|
62224
62219
|
if onFirstFloor(nil) and inStartingRoom(nil) and v.persistent.pastFirstFloor then
|
|
62225
62220
|
v.persistent.onRerun = true
|
|
@@ -205,7 +205,7 @@ ____exports.COLLECTIBLE_DESCRIPTIONS = {
|
|
|
205
205
|
[CollectibleType.MOMS_EYESHADOW] = "Charm tears",
|
|
206
206
|
[CollectibleType.IRON_BAR] = "DMG up + concussive tears",
|
|
207
207
|
[CollectibleType.MIDAS_TOUCH] = "Golden touch",
|
|
208
|
-
[CollectibleType.
|
|
208
|
+
[CollectibleType.HUMBLEING_BUNDLE] = "1+1 free 4Evar",
|
|
209
209
|
[CollectibleType.FANNY_PACK] = "Filled with goodies",
|
|
210
210
|
[CollectibleType.SHARP_PLUG] = "Infinite charge... at a cost",
|
|
211
211
|
[CollectibleType.GUILLOTINE] = "DMG + tears up. An out-of-body experience!",
|
|
@@ -207,7 +207,7 @@ ____exports.COLLECTIBLE_NAMES = {
|
|
|
207
207
|
[CollectibleType.MOMS_EYESHADOW] = "Mom's Eyeshadow",
|
|
208
208
|
[CollectibleType.IRON_BAR] = "Iron Bar",
|
|
209
209
|
[CollectibleType.MIDAS_TOUCH] = "Midas' Touch",
|
|
210
|
-
[CollectibleType.
|
|
210
|
+
[CollectibleType.HUMBLEING_BUNDLE] = "Humbleing Bundle",
|
|
211
211
|
[CollectibleType.FANNY_PACK] = "Fanny Pack",
|
|
212
212
|
[CollectibleType.SHARP_PLUG] = "Sharp Plug",
|
|
213
213
|
[CollectibleType.GUILLOTINE] = "Guillotine",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "isaacscript-common",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "79.0.0",
|
|
4
4
|
"description": "Helper functions and features for IsaacScript mods.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"isaac",
|
|
@@ -37,6 +37,6 @@
|
|
|
37
37
|
"lint": "tsx --tsconfig ./scripts/tsconfig.json ./scripts/lint.mts"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"isaac-typescript-definitions": "^
|
|
40
|
+
"isaac-typescript-definitions": "^39.0.0"
|
|
41
41
|
}
|
|
42
42
|
}
|
|
@@ -209,7 +209,7 @@ export const COLLECTIBLE_DESCRIPTIONS = {
|
|
|
209
209
|
[CollectibleType.MOMS_EYESHADOW]: "Charm tears", // 200
|
|
210
210
|
[CollectibleType.IRON_BAR]: "DMG up + concussive tears", // 201
|
|
211
211
|
[CollectibleType.MIDAS_TOUCH]: "Golden touch", // 202
|
|
212
|
-
[CollectibleType.
|
|
212
|
+
[CollectibleType.HUMBLEING_BUNDLE]: "1+1 free 4Evar", // 203
|
|
213
213
|
[CollectibleType.FANNY_PACK]: "Filled with goodies", // 204
|
|
214
214
|
[CollectibleType.SHARP_PLUG]: "Infinite charge... at a cost", // 205
|
|
215
215
|
[CollectibleType.GUILLOTINE]: "DMG + tears up. An out-of-body experience!", // 206
|
|
@@ -211,7 +211,7 @@ export const COLLECTIBLE_NAMES = {
|
|
|
211
211
|
[CollectibleType.MOMS_EYESHADOW]: "Mom's Eyeshadow", // 200
|
|
212
212
|
[CollectibleType.IRON_BAR]: "Iron Bar", // 201
|
|
213
213
|
[CollectibleType.MIDAS_TOUCH]: "Midas' Touch", // 202
|
|
214
|
-
[CollectibleType.
|
|
214
|
+
[CollectibleType.HUMBLEING_BUNDLE]: "Humbleing Bundle", // 203
|
|
215
215
|
[CollectibleType.FANNY_PACK]: "Fanny Pack", // 204
|
|
216
216
|
[CollectibleType.SHARP_PLUG]: "Sharp Plug", // 205
|
|
217
217
|
[CollectibleType.GUILLOTINE]: "Guillotine", // 206
|