isaacscript-common 49.0.0 → 50.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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
--[[
|
|
2
2
|
|
|
3
|
-
isaacscript-common
|
|
3
|
+
isaacscript-common 50.0.0
|
|
4
4
|
|
|
5
5
|
This is the "isaacscript-common" library, which was created with the IsaacScript tool.
|
|
6
6
|
|
|
@@ -9699,8 +9699,8 @@ ____exports.BossID.LAMB = 54
|
|
|
9699
9699
|
____exports.BossID[____exports.BossID.LAMB] = "LAMB"
|
|
9700
9700
|
____exports.BossID.MEGA_SATAN = 55
|
|
9701
9701
|
____exports.BossID[____exports.BossID.MEGA_SATAN] = "MEGA_SATAN"
|
|
9702
|
-
____exports.BossID.
|
|
9703
|
-
____exports.BossID[____exports.BossID.
|
|
9702
|
+
____exports.BossID.GURGLING = 56
|
|
9703
|
+
____exports.BossID[____exports.BossID.GURGLING] = "GURGLING"
|
|
9704
9704
|
____exports.BossID.STAIN = 57
|
|
9705
9705
|
____exports.BossID[____exports.BossID.STAIN] = "STAIN"
|
|
9706
9706
|
____exports.BossID.BROWNIE = 58
|
|
@@ -44636,7 +44636,7 @@ ____exports.BOSS_NAME_PNG_FILE_NAMES = {
|
|
|
44636
44636
|
[BossID.MR_FRED] = "bossname_270.0_megafred.png",
|
|
44637
44637
|
[BossID.LAMB] = "bossname_273.0_thelamb.png",
|
|
44638
44638
|
[BossID.MEGA_SATAN] = "bossname_274.0_megasatan.png",
|
|
44639
|
-
[BossID.
|
|
44639
|
+
[BossID.GURGLING] = "bossname_276.0_gurglings.png",
|
|
44640
44640
|
[BossID.STAIN] = "bossname_401.0_thestain.png",
|
|
44641
44641
|
[BossID.BROWNIE] = "bossname_402.0_brownie.png",
|
|
44642
44642
|
[BossID.FORSAKEN] = "bossname_403.0_theforsaken.png",
|
|
@@ -44745,7 +44745,7 @@ ____exports.BOSS_PORTRAIT_PNG_FILE_NAMES = {
|
|
|
44745
44745
|
[BossID.MR_FRED] = "portrait_270.0_megafred.png",
|
|
44746
44746
|
[BossID.LAMB] = "portrait_273.0_thelamb.png",
|
|
44747
44747
|
[BossID.MEGA_SATAN] = "portrait_274.0_megasatan.png",
|
|
44748
|
-
[BossID.
|
|
44748
|
+
[BossID.GURGLING] = "portrait_276.0_gurglings.png",
|
|
44749
44749
|
[BossID.STAIN] = "portrait_401.0_thestain.png",
|
|
44750
44750
|
[BossID.BROWNIE] = "portrait_402.0_brownie.png",
|
|
44751
44751
|
[BossID.FORSAKEN] = "portrait_403.0_theforsaken.png",
|
|
@@ -58,7 +58,7 @@ ____exports.BOSS_NAME_PNG_FILE_NAMES = {
|
|
|
58
58
|
[BossID.MR_FRED] = "bossname_270.0_megafred.png",
|
|
59
59
|
[BossID.LAMB] = "bossname_273.0_thelamb.png",
|
|
60
60
|
[BossID.MEGA_SATAN] = "bossname_274.0_megasatan.png",
|
|
61
|
-
[BossID.
|
|
61
|
+
[BossID.GURGLING] = "bossname_276.0_gurglings.png",
|
|
62
62
|
[BossID.STAIN] = "bossname_401.0_thestain.png",
|
|
63
63
|
[BossID.BROWNIE] = "bossname_402.0_brownie.png",
|
|
64
64
|
[BossID.FORSAKEN] = "bossname_403.0_theforsaken.png",
|
|
@@ -58,7 +58,7 @@ ____exports.BOSS_PORTRAIT_PNG_FILE_NAMES = {
|
|
|
58
58
|
[BossID.MR_FRED] = "portrait_270.0_megafred.png",
|
|
59
59
|
[BossID.LAMB] = "portrait_273.0_thelamb.png",
|
|
60
60
|
[BossID.MEGA_SATAN] = "portrait_274.0_megasatan.png",
|
|
61
|
-
[BossID.
|
|
61
|
+
[BossID.GURGLING] = "portrait_276.0_gurglings.png",
|
|
62
62
|
[BossID.STAIN] = "portrait_401.0_thestain.png",
|
|
63
63
|
[BossID.BROWNIE] = "portrait_402.0_brownie.png",
|
|
64
64
|
[BossID.FORSAKEN] = "portrait_403.0_theforsaken.png",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "isaacscript-common",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "50.0.0",
|
|
4
4
|
"description": "Helper functions and features for IsaacScript mods.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"isaac",
|
|
@@ -25,6 +25,6 @@
|
|
|
25
25
|
"main": "dist/src/index",
|
|
26
26
|
"types": "dist/index.rollup.d.ts",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"isaac-typescript-definitions": "^
|
|
28
|
+
"isaac-typescript-definitions": "^21.0.0"
|
|
29
29
|
}
|
|
30
30
|
}
|
|
@@ -60,7 +60,7 @@ export const BOSS_NAME_PNG_FILE_NAMES = {
|
|
|
60
60
|
[BossID.MR_FRED]: "bossname_270.0_megafred.png", // 53
|
|
61
61
|
[BossID.LAMB]: "bossname_273.0_thelamb.png", // 54
|
|
62
62
|
[BossID.MEGA_SATAN]: "bossname_274.0_megasatan.png", // 55
|
|
63
|
-
[BossID.
|
|
63
|
+
[BossID.GURGLING]: "bossname_276.0_gurglings.png", // 56
|
|
64
64
|
[BossID.STAIN]: "bossname_401.0_thestain.png", // 57
|
|
65
65
|
[BossID.BROWNIE]: "bossname_402.0_brownie.png", // 58
|
|
66
66
|
[BossID.FORSAKEN]: "bossname_403.0_theforsaken.png", // 59
|
|
@@ -59,7 +59,7 @@ export const BOSS_PORTRAIT_PNG_FILE_NAMES = {
|
|
|
59
59
|
[BossID.MR_FRED]: "portrait_270.0_megafred.png", // 53
|
|
60
60
|
[BossID.LAMB]: "portrait_273.0_thelamb.png", // 54
|
|
61
61
|
[BossID.MEGA_SATAN]: "portrait_274.0_megasatan.png", // 55
|
|
62
|
-
[BossID.
|
|
62
|
+
[BossID.GURGLING]: "portrait_276.0_gurglings.png", // 56
|
|
63
63
|
[BossID.STAIN]: "portrait_401.0_thestain.png", // 57
|
|
64
64
|
[BossID.BROWNIE]: "portrait_402.0_brownie.png", // 58
|
|
65
65
|
[BossID.FORSAKEN]: "portrait_403.0_theforsaken.png", // 59
|