isaacscript-common 64.0.1 → 66.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/isaacscript-common.lua +11 -10
- package/dist/src/maps/roomNameToTypeMap.d.ts.map +1 -1
- package/dist/src/maps/roomNameToTypeMap.lua +2 -1
- package/dist/src/objects/collectibleDescriptions.lua +1 -1
- package/dist/src/objects/collectibleNames.lua +1 -1
- package/dist/src/objects/roomTypeNames.lua +1 -1
- package/dist/src/objects/roomTypeSpecialGotoPrefixes.lua +1 -1
- package/package.json +2 -2
- package/src/maps/roomNameToTypeMap.ts +2 -1
- package/src/objects/collectibleDescriptions.ts +1 -1
- package/src/objects/collectibleNames.ts +1 -1
- package/src/objects/roomTypeNames.ts +1 -1
- package/src/objects/roomTypeSpecialGotoPrefixes.ts +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
--[[
|
|
2
2
|
|
|
3
|
-
isaacscript-common
|
|
3
|
+
isaacscript-common 66.0.0
|
|
4
4
|
|
|
5
5
|
This is the "isaacscript-common" library, which was created with the IsaacScript tool.
|
|
6
6
|
|
|
@@ -8284,8 +8284,8 @@ ____exports.CollectibleType.BLOOD_OATH = 569
|
|
|
8284
8284
|
____exports.CollectibleType[____exports.CollectibleType.BLOOD_OATH] = "BLOOD_OATH"
|
|
8285
8285
|
____exports.CollectibleType.PLAYDOUGH_COOKIE = 570
|
|
8286
8286
|
____exports.CollectibleType[____exports.CollectibleType.PLAYDOUGH_COOKIE] = "PLAYDOUGH_COOKIE"
|
|
8287
|
-
____exports.CollectibleType.
|
|
8288
|
-
____exports.CollectibleType[____exports.CollectibleType.
|
|
8287
|
+
____exports.CollectibleType.ORPHAN_SOCKS = 571
|
|
8288
|
+
____exports.CollectibleType[____exports.CollectibleType.ORPHAN_SOCKS] = "ORPHAN_SOCKS"
|
|
8289
8289
|
____exports.CollectibleType.EYE_OF_THE_OCCULT = 572
|
|
8290
8290
|
____exports.CollectibleType[____exports.CollectibleType.EYE_OF_THE_OCCULT] = "EYE_OF_THE_OCCULT"
|
|
8291
8291
|
____exports.CollectibleType.IMMACULATE_HEART = 573
|
|
@@ -12225,8 +12225,8 @@ ____exports.RoomType.CLEAN_BEDROOM = 18
|
|
|
12225
12225
|
____exports.RoomType[____exports.RoomType.CLEAN_BEDROOM] = "CLEAN_BEDROOM"
|
|
12226
12226
|
____exports.RoomType.DIRTY_BEDROOM = 19
|
|
12227
12227
|
____exports.RoomType[____exports.RoomType.DIRTY_BEDROOM] = "DIRTY_BEDROOM"
|
|
12228
|
-
____exports.RoomType.
|
|
12229
|
-
____exports.RoomType[____exports.RoomType.
|
|
12228
|
+
____exports.RoomType.VAULT = 20
|
|
12229
|
+
____exports.RoomType[____exports.RoomType.VAULT] = "VAULT"
|
|
12230
12230
|
____exports.RoomType.DICE = 21
|
|
12231
12231
|
____exports.RoomType[____exports.RoomType.DICE] = "DICE"
|
|
12232
12232
|
____exports.RoomType.BLACK_MARKET = 22
|
|
@@ -22590,7 +22590,7 @@ ____exports.COLLECTIBLE_DESCRIPTIONS = {
|
|
|
22590
22590
|
[CollectibleType.DIVINE_INTERVENTION] = "Double tap shield",
|
|
22591
22591
|
[CollectibleType.BLOOD_OATH] = "Bleed me dry",
|
|
22592
22592
|
[CollectibleType.PLAYDOUGH_COOKIE] = "Tasty rainbow",
|
|
22593
|
-
[CollectibleType.
|
|
22593
|
+
[CollectibleType.ORPHAN_SOCKS] = "Speed up + your feet feel stronger",
|
|
22594
22594
|
[CollectibleType.EYE_OF_THE_OCCULT] = "DMG up + range up + controlled tears",
|
|
22595
22595
|
[CollectibleType.IMMACULATE_HEART] = "Halo of tears",
|
|
22596
22596
|
[CollectibleType.MONSTRANCE] = "Purifying light",
|
|
@@ -23321,7 +23321,7 @@ ____exports.COLLECTIBLE_NAMES = {
|
|
|
23321
23321
|
[CollectibleType.DIVINE_INTERVENTION] = "Divine Intervention",
|
|
23322
23322
|
[CollectibleType.BLOOD_OATH] = "Blood Oath",
|
|
23323
23323
|
[CollectibleType.PLAYDOUGH_COOKIE] = "Playdough Cookie",
|
|
23324
|
-
[CollectibleType.
|
|
23324
|
+
[CollectibleType.ORPHAN_SOCKS] = "Orphan Socks",
|
|
23325
23325
|
[CollectibleType.EYE_OF_THE_OCCULT] = "Eye of the Occult",
|
|
23326
23326
|
[CollectibleType.IMMACULATE_HEART] = "Immaculate Heart",
|
|
23327
23327
|
[CollectibleType.MONSTRANCE] = "Monstrance",
|
|
@@ -27250,7 +27250,7 @@ ____exports.ROOM_TYPE_NAMES = {
|
|
|
27250
27250
|
[RoomType.BOSS_RUSH] = "Boss Rush",
|
|
27251
27251
|
[RoomType.CLEAN_BEDROOM] = "Clean Bedroom",
|
|
27252
27252
|
[RoomType.DIRTY_BEDROOM] = "Dirty Bedroom",
|
|
27253
|
-
[RoomType.
|
|
27253
|
+
[RoomType.VAULT] = "Vault",
|
|
27254
27254
|
[RoomType.DICE] = "Dice Room",
|
|
27255
27255
|
[RoomType.BLACK_MARKET] = "Black Market",
|
|
27256
27256
|
[RoomType.GREED_EXIT] = "Greed Exit Room",
|
|
@@ -27717,7 +27717,7 @@ ____exports.ROOM_TYPE_SPECIAL_GOTO_PREFIXES = {
|
|
|
27717
27717
|
[RoomType.BOSS_RUSH] = "bossrush",
|
|
27718
27718
|
[RoomType.CLEAN_BEDROOM] = "isaacs",
|
|
27719
27719
|
[RoomType.DIRTY_BEDROOM] = "barren",
|
|
27720
|
-
[RoomType.
|
|
27720
|
+
[RoomType.VAULT] = "chest",
|
|
27721
27721
|
[RoomType.DICE] = "dice",
|
|
27722
27722
|
[RoomType.BLACK_MARKET] = "blackmarket",
|
|
27723
27723
|
[RoomType.GREED_EXIT] = "greedexit",
|
|
@@ -50372,7 +50372,8 @@ ____exports.ROOM_NAME_TO_TYPE_MAP = __TS__New(ReadonlyMap, {
|
|
|
50372
50372
|
{"cleanBedroom", RoomType.CLEAN_BEDROOM},
|
|
50373
50373
|
{"dirtyBedroom", RoomType.DIRTY_BEDROOM},
|
|
50374
50374
|
{"barren", RoomType.DIRTY_BEDROOM},
|
|
50375
|
-
{"
|
|
50375
|
+
{"vault", RoomType.VAULT},
|
|
50376
|
+
{"chest", RoomType.VAULT},
|
|
50376
50377
|
{"dice", RoomType.DICE},
|
|
50377
50378
|
{"blackMarket", RoomType.BLACK_MARKET},
|
|
50378
50379
|
{"greedExit", RoomType.GREED_EXIT},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"roomNameToTypeMap.d.ts","sourceRoot":"","sources":["../../../src/maps/roomNameToTypeMap.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AAGxD,4DAA4D;AAC5D,eAAO,MAAM,qBAAqB,+
|
|
1
|
+
{"version":3,"file":"roomNameToTypeMap.d.ts","sourceRoot":"","sources":["../../../src/maps/roomNameToTypeMap.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AAGxD,4DAA4D;AAC5D,eAAO,MAAM,qBAAqB,+BAoChC,CAAC"}
|
|
@@ -31,7 +31,8 @@ ____exports.ROOM_NAME_TO_TYPE_MAP = __TS__New(ReadonlyMap, {
|
|
|
31
31
|
{"cleanBedroom", RoomType.CLEAN_BEDROOM},
|
|
32
32
|
{"dirtyBedroom", RoomType.DIRTY_BEDROOM},
|
|
33
33
|
{"barren", RoomType.DIRTY_BEDROOM},
|
|
34
|
-
{"
|
|
34
|
+
{"vault", RoomType.VAULT},
|
|
35
|
+
{"chest", RoomType.VAULT},
|
|
35
36
|
{"dice", RoomType.DICE},
|
|
36
37
|
{"blackMarket", RoomType.BLACK_MARKET},
|
|
37
38
|
{"greedExit", RoomType.GREED_EXIT},
|
|
@@ -572,7 +572,7 @@ ____exports.COLLECTIBLE_DESCRIPTIONS = {
|
|
|
572
572
|
[CollectibleType.DIVINE_INTERVENTION] = "Double tap shield",
|
|
573
573
|
[CollectibleType.BLOOD_OATH] = "Bleed me dry",
|
|
574
574
|
[CollectibleType.PLAYDOUGH_COOKIE] = "Tasty rainbow",
|
|
575
|
-
[CollectibleType.
|
|
575
|
+
[CollectibleType.ORPHAN_SOCKS] = "Speed up + your feet feel stronger",
|
|
576
576
|
[CollectibleType.EYE_OF_THE_OCCULT] = "DMG up + range up + controlled tears",
|
|
577
577
|
[CollectibleType.IMMACULATE_HEART] = "Halo of tears",
|
|
578
578
|
[CollectibleType.MONSTRANCE] = "Purifying light",
|
|
@@ -574,7 +574,7 @@ ____exports.COLLECTIBLE_NAMES = {
|
|
|
574
574
|
[CollectibleType.DIVINE_INTERVENTION] = "Divine Intervention",
|
|
575
575
|
[CollectibleType.BLOOD_OATH] = "Blood Oath",
|
|
576
576
|
[CollectibleType.PLAYDOUGH_COOKIE] = "Playdough Cookie",
|
|
577
|
-
[CollectibleType.
|
|
577
|
+
[CollectibleType.ORPHAN_SOCKS] = "Orphan Socks",
|
|
578
578
|
[CollectibleType.EYE_OF_THE_OCCULT] = "Eye of the Occult",
|
|
579
579
|
[CollectibleType.IMMACULATE_HEART] = "Immaculate Heart",
|
|
580
580
|
[CollectibleType.MONSTRANCE] = "Monstrance",
|
|
@@ -21,7 +21,7 @@ ____exports.ROOM_TYPE_NAMES = {
|
|
|
21
21
|
[RoomType.BOSS_RUSH] = "Boss Rush",
|
|
22
22
|
[RoomType.CLEAN_BEDROOM] = "Clean Bedroom",
|
|
23
23
|
[RoomType.DIRTY_BEDROOM] = "Dirty Bedroom",
|
|
24
|
-
[RoomType.
|
|
24
|
+
[RoomType.VAULT] = "Vault",
|
|
25
25
|
[RoomType.DICE] = "Dice Room",
|
|
26
26
|
[RoomType.BLACK_MARKET] = "Black Market",
|
|
27
27
|
[RoomType.GREED_EXIT] = "Greed Exit Room",
|
|
@@ -21,7 +21,7 @@ ____exports.ROOM_TYPE_SPECIAL_GOTO_PREFIXES = {
|
|
|
21
21
|
[RoomType.BOSS_RUSH] = "bossrush",
|
|
22
22
|
[RoomType.CLEAN_BEDROOM] = "isaacs",
|
|
23
23
|
[RoomType.DIRTY_BEDROOM] = "barren",
|
|
24
|
-
[RoomType.
|
|
24
|
+
[RoomType.VAULT] = "chest",
|
|
25
25
|
[RoomType.DICE] = "dice",
|
|
26
26
|
[RoomType.BLACK_MARKET] = "blackmarket",
|
|
27
27
|
[RoomType.GREED_EXIT] = "greedexit",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "isaacscript-common",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "66.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": "^32.0.0"
|
|
29
29
|
}
|
|
30
30
|
}
|
|
@@ -27,7 +27,8 @@ export const ROOM_NAME_TO_TYPE_MAP = new ReadonlyMap<string, RoomType>([
|
|
|
27
27
|
["cleanBedroom", RoomType.CLEAN_BEDROOM], // 18
|
|
28
28
|
["dirtyBedroom", RoomType.DIRTY_BEDROOM], // 19
|
|
29
29
|
["barren", RoomType.DIRTY_BEDROOM], // 19
|
|
30
|
-
["
|
|
30
|
+
["vault", RoomType.VAULT], // 20
|
|
31
|
+
["chest", RoomType.VAULT], // 20
|
|
31
32
|
["dice", RoomType.DICE], // 21
|
|
32
33
|
["blackMarket", RoomType.BLACK_MARKET], // 22
|
|
33
34
|
["greedExit", RoomType.GREED_EXIT], // 23
|
|
@@ -577,7 +577,7 @@ export const COLLECTIBLE_DESCRIPTIONS = {
|
|
|
577
577
|
[CollectibleType.DIVINE_INTERVENTION]: "Double tap shield", // 568
|
|
578
578
|
[CollectibleType.BLOOD_OATH]: "Bleed me dry", // 569
|
|
579
579
|
[CollectibleType.PLAYDOUGH_COOKIE]: "Tasty rainbow", // 570
|
|
580
|
-
[CollectibleType.
|
|
580
|
+
[CollectibleType.ORPHAN_SOCKS]: "Speed up + your feet feel stronger", // 571
|
|
581
581
|
[CollectibleType.EYE_OF_THE_OCCULT]: "DMG up + range up + controlled tears", // 572
|
|
582
582
|
[CollectibleType.IMMACULATE_HEART]: "Halo of tears", // 573
|
|
583
583
|
[CollectibleType.MONSTRANCE]: "Purifying light", // 574
|
|
@@ -579,7 +579,7 @@ export const COLLECTIBLE_NAMES = {
|
|
|
579
579
|
[CollectibleType.DIVINE_INTERVENTION]: "Divine Intervention", // 568
|
|
580
580
|
[CollectibleType.BLOOD_OATH]: "Blood Oath", // 569
|
|
581
581
|
[CollectibleType.PLAYDOUGH_COOKIE]: "Playdough Cookie", // 570
|
|
582
|
-
[CollectibleType.
|
|
582
|
+
[CollectibleType.ORPHAN_SOCKS]: "Orphan Socks", // 571
|
|
583
583
|
[CollectibleType.EYE_OF_THE_OCCULT]: "Eye of the Occult", // 572
|
|
584
584
|
[CollectibleType.IMMACULATE_HEART]: "Immaculate Heart", // 573
|
|
585
585
|
[CollectibleType.MONSTRANCE]: "Monstrance", // 574
|
|
@@ -20,7 +20,7 @@ export const ROOM_TYPE_NAMES = {
|
|
|
20
20
|
[RoomType.BOSS_RUSH]: "Boss Rush", // 17
|
|
21
21
|
[RoomType.CLEAN_BEDROOM]: "Clean Bedroom", // 18
|
|
22
22
|
[RoomType.DIRTY_BEDROOM]: "Dirty Bedroom", // 19
|
|
23
|
-
[RoomType.
|
|
23
|
+
[RoomType.VAULT]: "Vault", // 20
|
|
24
24
|
[RoomType.DICE]: "Dice Room", // 21
|
|
25
25
|
[RoomType.BLACK_MARKET]: "Black Market", // 22
|
|
26
26
|
[RoomType.GREED_EXIT]: "Greed Exit Room", // 23
|
|
@@ -20,7 +20,7 @@ export const ROOM_TYPE_SPECIAL_GOTO_PREFIXES = {
|
|
|
20
20
|
[RoomType.BOSS_RUSH]: "bossrush", // 17
|
|
21
21
|
[RoomType.CLEAN_BEDROOM]: "isaacs", // 18
|
|
22
22
|
[RoomType.DIRTY_BEDROOM]: "barren", // 19
|
|
23
|
-
[RoomType.
|
|
23
|
+
[RoomType.VAULT]: "chest", // 20
|
|
24
24
|
[RoomType.DICE]: "dice", // 21
|
|
25
25
|
[RoomType.BLACK_MARKET]: "blackmarket", // 22
|
|
26
26
|
[RoomType.GREED_EXIT]: "greedexit", // 23
|