@firestone-hs/reference-data 0.1.189 → 0.1.193
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/public-api.d.ts +1 -1
- package/dist/public-api.js +1 -1
- package/dist/public-api.js.map +1 -1
- package/dist/services/duels-utils.d.ts +22 -0
- package/dist/services/duels-utils.js +464 -0
- package/dist/services/duels-utils.js.map +1 -0
- package/package.json +1 -1
- package/dist/services/cards-info.d.ts +0 -8
- package/dist/services/cards-info.js +0 -180
- package/dist/services/cards-info.js.map +0 -1
package/dist/public-api.d.ts
CHANGED
|
@@ -32,5 +32,5 @@ export * from './models/reference-cards/rarity.type';
|
|
|
32
32
|
export * from './models/reference-cards/reference-card';
|
|
33
33
|
export * from './models/reference-cards/reference-player-class';
|
|
34
34
|
export * from './services/all-cards.service';
|
|
35
|
-
export * from './services/
|
|
35
|
+
export * from './services/duels-utils';
|
|
36
36
|
export * from './services/hs-utils';
|
package/dist/public-api.js
CHANGED
|
@@ -44,6 +44,6 @@ __exportStar(require("./models/reference-cards/rarity.type"), exports);
|
|
|
44
44
|
__exportStar(require("./models/reference-cards/reference-card"), exports);
|
|
45
45
|
__exportStar(require("./models/reference-cards/reference-player-class"), exports);
|
|
46
46
|
__exportStar(require("./services/all-cards.service"), exports);
|
|
47
|
-
__exportStar(require("./services/
|
|
47
|
+
__exportStar(require("./services/duels-utils"), exports);
|
|
48
48
|
__exportStar(require("./services/hs-utils"), exports);
|
|
49
49
|
//# sourceMappingURL=public-api.js.map
|
package/dist/public-api.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"public-api.js","sourceRoot":"","sources":["../src/public-api.ts"],"names":[],"mappings":";;;;;;;;;;;;AAIA,6CAA2B;AAC3B,qDAAmC;AACnC,sDAAoC;AACpC,gDAA8B;AAC9B,uDAAqC;AACrC,qDAAmC;AACnC,sDAAoC;AACpC,mDAAiC;AACjC,oDAAkC;AAClC,sDAAoC;AACpC,sDAAoC;AACpC,oDAAkC;AAClC,oDAAkC;AAClC,iDAA+B;AAC/B,6DAA2C;AAC3C,oDAAkC;AAClC,mDAAiC;AACjC,4DAA0C;AAC1C,oDAAkC;AAClC,+CAA6B;AAC7B,2DAAyC;AACzC,sDAAoC;AACpC,0DAAwC;AACxC,sDAAoC;AACpC,gDAA8B;AAC9B,uDAAqC;AACrC,+CAA6B;AAC7B,mDAAiC;AACjC,sDAAoC;AACpC,+CAA6B;AAC7B,uEAAqD;AACrD,0EAAwD;AACxD,kFAAgE;AAChE,+DAA6C;AAC7C,
|
|
1
|
+
{"version":3,"file":"public-api.js","sourceRoot":"","sources":["../src/public-api.ts"],"names":[],"mappings":";;;;;;;;;;;;AAIA,6CAA2B;AAC3B,qDAAmC;AACnC,sDAAoC;AACpC,gDAA8B;AAC9B,uDAAqC;AACrC,qDAAmC;AACnC,sDAAoC;AACpC,mDAAiC;AACjC,oDAAkC;AAClC,sDAAoC;AACpC,sDAAoC;AACpC,oDAAkC;AAClC,oDAAkC;AAClC,iDAA+B;AAC/B,6DAA2C;AAC3C,oDAAkC;AAClC,mDAAiC;AACjC,4DAA0C;AAC1C,oDAAkC;AAClC,+CAA6B;AAC7B,2DAAyC;AACzC,sDAAoC;AACpC,0DAAwC;AACxC,sDAAoC;AACpC,gDAA8B;AAC9B,uDAAqC;AACrC,+CAA6B;AAC7B,mDAAiC;AACjC,sDAAoC;AACpC,+CAA6B;AAC7B,uEAAqD;AACrD,0EAAwD;AACxD,kFAAgE;AAChE,+DAA6C;AAC7C,yDAAuC;AACvC,sDAAoC","sourcesContent":["/*\r\n * Public API Surface of reference-data\r\n */\r\n\r\nexport * from './card-ids';\r\nexport * from './enums/block-type';\r\nexport * from './enums/bnet-region';\r\nexport * from './enums/board';\r\nexport * from './enums/booster-type';\r\nexport * from './enums/card-class';\r\nexport * from './enums/card-rarity';\r\nexport * from './enums/card-set';\r\nexport * from './enums/card-type';\r\nexport * from './enums/choice-type';\r\nexport * from './enums/game-format';\r\nexport * from './enums/game-tags';\r\nexport * from './enums/game-type';\r\nexport * from './enums/locale';\r\nexport * from './enums/mercenary-selector';\r\nexport * from './enums/meta-tags';\r\nexport * from './enums/mulligan';\r\nexport * from './enums/multi-class-group';\r\nexport * from './enums/playstate';\r\nexport * from './enums/race';\r\nexport * from './enums/reward-item-type';\r\nexport * from './enums/reward-type';\r\nexport * from './enums/scenario-groups';\r\nexport * from './enums/scenario-id';\r\nexport * from './enums/scene';\r\nexport * from './enums/spell-school';\r\nexport * from './enums/step';\r\nexport * from './enums/tag-role';\r\nexport * from './enums/task-status';\r\nexport * from './enums/zone';\r\nexport * from './models/reference-cards/rarity.type';\r\nexport * from './models/reference-cards/reference-card';\r\nexport * from './models/reference-cards/reference-player-class';\r\nexport * from './services/all-cards.service';\r\nexport * from './services/duels-utils';\r\nexport * from './services/hs-utils';\r\n// export * from './services/mercs-utils';\r\n"]}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { CardIds } from '../card-ids';
|
|
2
|
+
export declare const duelsPassivePool1: CardIds[];
|
|
3
|
+
export declare const duelsPassivePool2: CardIds[];
|
|
4
|
+
export declare const duelsPassivePool2UltraRare: CardIds[];
|
|
5
|
+
export declare const duelsActivePool1: CardIds[];
|
|
6
|
+
export declare const duelsActivePool2: CardIds[];
|
|
7
|
+
export declare const duelsActivePool2UltraRare: CardIds[];
|
|
8
|
+
export declare const allDuelsTreasureCardIds: CardIds[];
|
|
9
|
+
export declare const allDuelsHeroes: CardIds[];
|
|
10
|
+
export declare const normalizeDuelsHeroCardId: (heroCardId: string) => string;
|
|
11
|
+
export declare const allDuelsSignatureTreasures: CardIds[];
|
|
12
|
+
export declare const heroConfigs: ({
|
|
13
|
+
hero: CardIds;
|
|
14
|
+
heroPowers: CardIds[];
|
|
15
|
+
signatureTreasures: CardIds[];
|
|
16
|
+
alternateHeroes?: undefined;
|
|
17
|
+
} | {
|
|
18
|
+
hero: CardIds;
|
|
19
|
+
alternateHeroes: CardIds[];
|
|
20
|
+
heroPowers: CardIds[];
|
|
21
|
+
signatureTreasures: CardIds[];
|
|
22
|
+
})[];
|
|
@@ -0,0 +1,464 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.heroConfigs = exports.allDuelsSignatureTreasures = exports.normalizeDuelsHeroCardId = exports.allDuelsHeroes = exports.allDuelsTreasureCardIds = exports.duelsActivePool2UltraRare = exports.duelsActivePool2 = exports.duelsActivePool1 = exports.duelsPassivePool2UltraRare = exports.duelsPassivePool2 = exports.duelsPassivePool1 = void 0;
|
|
4
|
+
exports.duelsPassivePool1 = [
|
|
5
|
+
"PVPDR_SCH_Passive18",
|
|
6
|
+
"PVPDR_BAR_Passive02",
|
|
7
|
+
"PVPDR_BAR_Passive17",
|
|
8
|
+
"PVPDR_BAR_Passive16",
|
|
9
|
+
"PVPDR_BAR_Passive21",
|
|
10
|
+
"PVPDR_AV_Passive11",
|
|
11
|
+
"DALA_739",
|
|
12
|
+
"PVPDR_SCH_Passive19",
|
|
13
|
+
"PVPDR_SCH_Passive14",
|
|
14
|
+
"PVPDR_BAR_Passive25",
|
|
15
|
+
"PVPDR_SCH_Passive21",
|
|
16
|
+
"PVPDR_SCH_Passive20",
|
|
17
|
+
"PVPDR_BAR_Passive22",
|
|
18
|
+
"PVPDR_BAR_Passive20",
|
|
19
|
+
"PVPDR_SCH_Passive24",
|
|
20
|
+
"PVPDR_DMF_Passive01",
|
|
21
|
+
"PVPDR_BAR_Passive06",
|
|
22
|
+
"PVPDR_SW_Passive_02",
|
|
23
|
+
"PVPDR_BAR_Passive24",
|
|
24
|
+
"PVPDR_AV_Passive09",
|
|
25
|
+
"PVPDR_SW_Passive_06",
|
|
26
|
+
"PVPDR_BAR_Passive14",
|
|
27
|
+
"PVPDR_SCH_Passive06",
|
|
28
|
+
"PVPDR_AV_Passive08",
|
|
29
|
+
"PVPDR_BAR_Passive07",
|
|
30
|
+
"PVPDR_SCH_Passive16",
|
|
31
|
+
"PVPDR_SCH_Passive30",
|
|
32
|
+
"PVPDR_BAR_Passive10",
|
|
33
|
+
"PVPDR_SCH_Passive17",
|
|
34
|
+
"PVPDR_BAR_Passive03",
|
|
35
|
+
"PVPDR_AV_Passive03",
|
|
36
|
+
"PVPDR_SCH_Passive09",
|
|
37
|
+
"PVPDR_SCH_Passive07",
|
|
38
|
+
"PVPDR_SCH_Passive11",
|
|
39
|
+
"PVPDR_AV_Passive04",
|
|
40
|
+
"PVPDR_AV_Passive37",
|
|
41
|
+
"PVPDR_BAR_Passive27",
|
|
42
|
+
"PVPDR_SCH_Passive34",
|
|
43
|
+
"PVPDR_SCH_Passive36",
|
|
44
|
+
"PVPDR_DMF_Passive02",
|
|
45
|
+
"PVPDR_SCH_Passive39",
|
|
46
|
+
"PVPDR_AV_Passive10",
|
|
47
|
+
"ULDA_009",
|
|
48
|
+
"PVPDR_BAR_Passive19",
|
|
49
|
+
];
|
|
50
|
+
exports.duelsPassivePool2 = [
|
|
51
|
+
"PVPDR_BAR_Passive04",
|
|
52
|
+
"PVPDR_AV_Passive27",
|
|
53
|
+
"LOOTA_846",
|
|
54
|
+
"PVPDR_AV_Passive23",
|
|
55
|
+
"PVPDR_AV_Passive35",
|
|
56
|
+
"PVPDR_BAR_Passive18",
|
|
57
|
+
"PVPDR_SW_Passive_07",
|
|
58
|
+
"ULDA_014",
|
|
59
|
+
"GILA_913",
|
|
60
|
+
"PVPDR_AV_Passive21",
|
|
61
|
+
"PVPDR_SCH_Passive22",
|
|
62
|
+
"PVPDR_BAR_Passive26",
|
|
63
|
+
"PVPDR_SW_Passive_18",
|
|
64
|
+
"PVPDR_SCH_Passive12",
|
|
65
|
+
"PVPDR_BAR_Passive05",
|
|
66
|
+
"PVPDR_AV_Passive16",
|
|
67
|
+
"PVPDR_BAR_Passive23",
|
|
68
|
+
"PVPDR_AV_Passive36",
|
|
69
|
+
"PVPDR_SW_Passive_03",
|
|
70
|
+
"PVPDR_AV_Passive15",
|
|
71
|
+
"PVPDR_SW_Passive21",
|
|
72
|
+
"PVPDR_AV_Passive33",
|
|
73
|
+
"PVPDR_AV_Passive31",
|
|
74
|
+
"PVPDR_AV_Passive17",
|
|
75
|
+
"PVPDR_AV_Passive20",
|
|
76
|
+
"LOOTA_824",
|
|
77
|
+
"PVPDR_SW_Passive_04",
|
|
78
|
+
"PVPDR_AV_Passive19",
|
|
79
|
+
"ULDA_005",
|
|
80
|
+
"PVPDR_SW_Passive_08",
|
|
81
|
+
"PVPDR_BAR_Passive08",
|
|
82
|
+
"PVPDR_SW_Passive_01",
|
|
83
|
+
"PVPDR_BAR_Passive01",
|
|
84
|
+
"PVPDR_AV_Passive28",
|
|
85
|
+
"PVPDR_AV_Passive30",
|
|
86
|
+
"PVPDR_AV_Passive32",
|
|
87
|
+
"LOOTA_803",
|
|
88
|
+
"PVPDR_BAR_Passive11",
|
|
89
|
+
"PVPDR_BAR_Passive15",
|
|
90
|
+
"PVPDR_AV_Passive34",
|
|
91
|
+
"LOOTA_845",
|
|
92
|
+
"PVPDR_AV_Passive13",
|
|
93
|
+
];
|
|
94
|
+
exports.duelsPassivePool2UltraRare = [
|
|
95
|
+
"PVPDR_BAR_Passive28",
|
|
96
|
+
"LOOTA_828",
|
|
97
|
+
"PVPDR_AV_Passive06",
|
|
98
|
+
"PVPDR_SCH_Passive28",
|
|
99
|
+
"PVPDR_AV_Passive07",
|
|
100
|
+
"LOOTA_825",
|
|
101
|
+
"DALA_736",
|
|
102
|
+
];
|
|
103
|
+
exports.duelsActivePool1 = [
|
|
104
|
+
"PVPDR_SCH_Active44",
|
|
105
|
+
"PVPDR_YOP_Active01",
|
|
106
|
+
"PVPDR_SCH_Active29",
|
|
107
|
+
"PVPDR_SCH_Active47",
|
|
108
|
+
"PVPDR_SCH_Active45",
|
|
109
|
+
"PVPDR_SCH_Active24",
|
|
110
|
+
"PVPDR_SCH_Active30",
|
|
111
|
+
"PVPDR_SCH_Active48",
|
|
112
|
+
"PVPDR_SCH_Active31",
|
|
113
|
+
"PVPDR_SCH_Active28",
|
|
114
|
+
"PVPDR_SCH_Active52",
|
|
115
|
+
"LOOTA_842b",
|
|
116
|
+
"FP1_006",
|
|
117
|
+
"NAX12_04",
|
|
118
|
+
"GILA_825",
|
|
119
|
+
"LOOT_998k",
|
|
120
|
+
"PVPDR_SCH_Active27",
|
|
121
|
+
"PVPDR_SCH_Active43",
|
|
122
|
+
"PVPDR_SCH_Active17",
|
|
123
|
+
"PVPDR_SCH_Active59",
|
|
124
|
+
"PVPDR_SCH_Active50",
|
|
125
|
+
"PVPDR_SCH_Active26",
|
|
126
|
+
"LOEA_01",
|
|
127
|
+
"PVPDR_YOP_Active02",
|
|
128
|
+
"PVPDR_SCH_Active01",
|
|
129
|
+
"PVPDR_SCH_Active58",
|
|
130
|
+
"PVPDR_SCH_Active34",
|
|
131
|
+
"NAX11_04",
|
|
132
|
+
"PVPDR_SCH_Active57",
|
|
133
|
+
"PVPDR_SCH_Active35",
|
|
134
|
+
"PVPDR_SCH_Active08",
|
|
135
|
+
"PVPDR_SCH_Active46",
|
|
136
|
+
"PVPDR_SCH_Active61",
|
|
137
|
+
"PVPDR_SCH_Active02",
|
|
138
|
+
"GILA_824",
|
|
139
|
+
"PVPDR_SCH_Active03",
|
|
140
|
+
"PVPDR_SCH_Active38",
|
|
141
|
+
"PVPDR_SCH_Active60",
|
|
142
|
+
"PVPDR_SCH_Active39",
|
|
143
|
+
"PVPDR_SCH_Active42",
|
|
144
|
+
"GILA_BOSS_35t",
|
|
145
|
+
"NAX2_05H",
|
|
146
|
+
];
|
|
147
|
+
exports.duelsActivePool2 = [
|
|
148
|
+
"PVPDR_SCH_Active10",
|
|
149
|
+
"PVPDR_SCH_Active14",
|
|
150
|
+
"PVPDR_SCH_Active54",
|
|
151
|
+
"DALA_705",
|
|
152
|
+
"PVPDR_SCH_Active51",
|
|
153
|
+
"PVPDR_SCH_Active21",
|
|
154
|
+
"PVPDR_SCH_Active11",
|
|
155
|
+
"PVPDR_GUEST_Diablot6s4",
|
|
156
|
+
"ULDA_044",
|
|
157
|
+
"DALA_702",
|
|
158
|
+
"PVPDR_SCH_Active23",
|
|
159
|
+
"PVPDR_SCH_Active19",
|
|
160
|
+
"ULDA_043",
|
|
161
|
+
"ULDA_008",
|
|
162
|
+
"PVPDR_SCH_Active07",
|
|
163
|
+
];
|
|
164
|
+
exports.duelsActivePool2UltraRare = [
|
|
165
|
+
"PVPDR_SCH_Active49",
|
|
166
|
+
"PVPDR_SCH_Active05",
|
|
167
|
+
"DALA_711",
|
|
168
|
+
"PVPDR_SCH_Active55",
|
|
169
|
+
"LOOTA_840",
|
|
170
|
+
"PVPDR_SCH_Active56",
|
|
171
|
+
];
|
|
172
|
+
exports.allDuelsTreasureCardIds = [
|
|
173
|
+
...exports.duelsPassivePool1,
|
|
174
|
+
...exports.duelsPassivePool2,
|
|
175
|
+
...exports.duelsPassivePool2UltraRare,
|
|
176
|
+
...exports.duelsActivePool1,
|
|
177
|
+
...exports.duelsActivePool2,
|
|
178
|
+
...exports.duelsActivePool2UltraRare,
|
|
179
|
+
];
|
|
180
|
+
exports.allDuelsHeroes = [
|
|
181
|
+
"PVPDR_Hero_Illucia",
|
|
182
|
+
"PVPDR_Hero_Rattlegore",
|
|
183
|
+
"PVPDR_Hero_Turalyon",
|
|
184
|
+
"PVPDR_Hero_Stelina",
|
|
185
|
+
"PVPDR_Hero_Slate",
|
|
186
|
+
"PVPDR_Hero_Omu",
|
|
187
|
+
"PVPDR_Hero_Mozaki",
|
|
188
|
+
"PVPDR_Hero_Willow",
|
|
189
|
+
"PVPDR_Hero_Fireheart",
|
|
190
|
+
"PVPDR_Hero_Lilian",
|
|
191
|
+
"PVPDR_Hero_Vanndar",
|
|
192
|
+
"PVPDR_Hero_DrekThar",
|
|
193
|
+
];
|
|
194
|
+
const normalizeDuelsHeroCardId = (heroCardId) => {
|
|
195
|
+
switch (heroCardId) {
|
|
196
|
+
default:
|
|
197
|
+
return heroCardId;
|
|
198
|
+
}
|
|
199
|
+
};
|
|
200
|
+
exports.normalizeDuelsHeroCardId = normalizeDuelsHeroCardId;
|
|
201
|
+
exports.allDuelsSignatureTreasures = [
|
|
202
|
+
"PVPDR_YOP_DemonHuntert2",
|
|
203
|
+
"PVPDR_YOP_DemonHuntert1",
|
|
204
|
+
"PVPDR_035",
|
|
205
|
+
"PVPDR_DMF_DemonHuntert1",
|
|
206
|
+
"PVPDR_SCH_DemonHuntert2",
|
|
207
|
+
"PVPDR_YOP_DruidT1",
|
|
208
|
+
"PVPDR_SCH_Druidt6",
|
|
209
|
+
"PVPDR_SCH_Druidt5",
|
|
210
|
+
"PVPDR_DMF_Druidt1",
|
|
211
|
+
"PVPDR_SCH_Druidt2",
|
|
212
|
+
"PVPDR_YOP_DruShaT1",
|
|
213
|
+
"PVPDR_SCH_Huntert2",
|
|
214
|
+
"PVPDR_YOP_HunterT2",
|
|
215
|
+
"PVPDR_YOP_HunterT1",
|
|
216
|
+
"PVPDR_036",
|
|
217
|
+
"PVPDR_DMF_Huntert2",
|
|
218
|
+
"PVPDR_YOP_DemHun",
|
|
219
|
+
"PVPDR_YOP_RogMagT1",
|
|
220
|
+
"PVPDR_042",
|
|
221
|
+
"PVPDR_YOP_MageT3",
|
|
222
|
+
"PVPDR_SCH_Maget5",
|
|
223
|
+
"PVPDR_SCH_Maget3",
|
|
224
|
+
"PVPDR_YOP_MageT1",
|
|
225
|
+
"PVPDR_DMF_Paladint2",
|
|
226
|
+
"PVPDR_YOP_PaladinT1",
|
|
227
|
+
"PVPDR_YOP_PaladinT3",
|
|
228
|
+
"PVPDR_DMF_Paladint1",
|
|
229
|
+
"PVPDR_SCH_Paladint1",
|
|
230
|
+
"PVPDR_YOP_WarPalT1",
|
|
231
|
+
"PVPDR_DMF_Priestt2",
|
|
232
|
+
"PVPDR_SCH_Priestt1",
|
|
233
|
+
"PVPDR_YOP_PriestT2",
|
|
234
|
+
"PVPDR_YOP_LocPriT1",
|
|
235
|
+
"PVPDR_DMF_Priestt1",
|
|
236
|
+
"PVPDR_YOP_PriestT1",
|
|
237
|
+
"PVPDR_SCH_Roguet1",
|
|
238
|
+
"PVPDR_DMF_Roguet2",
|
|
239
|
+
"PVPDR_SCH_Roguet2",
|
|
240
|
+
"PVPDR_YOP_RogueT1",
|
|
241
|
+
"PVPDR_DMF_Roguet1",
|
|
242
|
+
"PVPDR_YOP_ShamanT2",
|
|
243
|
+
"PVPDR_SCH_Shamant2",
|
|
244
|
+
"PVPDR_DMF_Shamant2",
|
|
245
|
+
"PVPDR_YOP_ShamanT1",
|
|
246
|
+
"PVPDR_DMF_Shamant1",
|
|
247
|
+
"PVPDR_SCH_Warlockt4",
|
|
248
|
+
"PVPDR_SCH_Warlockt5",
|
|
249
|
+
"PVPDR_DMF_Warlockt3",
|
|
250
|
+
"PVPDR_022",
|
|
251
|
+
"PVPDR_SCH_Warlockt2",
|
|
252
|
+
"PVPDR_SCH_Warriort1",
|
|
253
|
+
"PVPDR_DMF_Warriort2",
|
|
254
|
+
"PVPDR_DMF_Warriort1",
|
|
255
|
+
"PVPDR_YOP_WarriorT1",
|
|
256
|
+
"PVPDR_SCH_Warriort2",
|
|
257
|
+
"PVPDR_GUEST_Diablot3",
|
|
258
|
+
"PVPDR_GUEST_Diablot1",
|
|
259
|
+
"PVPDR_GUEST_Diablot2",
|
|
260
|
+
"PVPDR_GUEST_Diablot5",
|
|
261
|
+
"PVPDR_GUEST_Diablot4",
|
|
262
|
+
"PVPDR_GUEST_Diablot6s4",
|
|
263
|
+
"PVPDR_AV_Neutralt7",
|
|
264
|
+
"PVPDR_AV_Neutralt8",
|
|
265
|
+
"PVPDR_AV_Neutralt9",
|
|
266
|
+
"PVPDR_AV_Neutralt10",
|
|
267
|
+
"PVPDR_AV_Neutralt11",
|
|
268
|
+
"PVPDR_AV_Neutralt12",
|
|
269
|
+
"PVPDR_AV_Neutralt1",
|
|
270
|
+
"PVPDR_AV_Neutralt2",
|
|
271
|
+
"PVPDR_AV_Neutralt3",
|
|
272
|
+
"PVPDR_AV_Neutralt4",
|
|
273
|
+
"PVPDR_AV_Neutralt5",
|
|
274
|
+
"PVPDR_AV_Neutralt6",
|
|
275
|
+
];
|
|
276
|
+
exports.heroConfigs = [
|
|
277
|
+
{
|
|
278
|
+
hero: "SCH_603",
|
|
279
|
+
heroPowers: [
|
|
280
|
+
"PVPDR_SCH_DemonHunterp1",
|
|
281
|
+
"PVPDR_DMF_DemonHunterp1",
|
|
282
|
+
"PVPDR_YOP_DemonHunterP1",
|
|
283
|
+
],
|
|
284
|
+
signatureTreasures: [
|
|
285
|
+
"PVPDR_SCH_DemonHuntert2",
|
|
286
|
+
"PVPDR_DMF_DemonHuntert1",
|
|
287
|
+
"PVPDR_035",
|
|
288
|
+
"PVPDR_YOP_DemonHuntert1",
|
|
289
|
+
"PVPDR_YOP_DemonHuntert2",
|
|
290
|
+
"PVPDR_YOP_DemHun",
|
|
291
|
+
],
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
hero: "PVPDR_Hero_Omu",
|
|
295
|
+
heroPowers: [
|
|
296
|
+
"PVPDR_SCH_Druidp3",
|
|
297
|
+
"PVPDR_DMF_Druidp1",
|
|
298
|
+
"PVPDR_YOP_DruidP1",
|
|
299
|
+
],
|
|
300
|
+
signatureTreasures: [
|
|
301
|
+
"PVPDR_SCH_Druidt2",
|
|
302
|
+
"PVPDR_DMF_Druidt1",
|
|
303
|
+
"PVPDR_SCH_Druidt6",
|
|
304
|
+
"PVPDR_SCH_Druidt5",
|
|
305
|
+
"PVPDR_YOP_DruidT1",
|
|
306
|
+
"PVPDR_YOP_DruShaT1",
|
|
307
|
+
],
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
hero: "PVPDR_Hero_Slate",
|
|
311
|
+
heroPowers: [
|
|
312
|
+
"PVPDR_SCH_Hunterp1",
|
|
313
|
+
"PVPDR_DMF_Hunterp1",
|
|
314
|
+
"PVPDR_YOP_HunterP1",
|
|
315
|
+
],
|
|
316
|
+
signatureTreasures: [
|
|
317
|
+
"PVPDR_036",
|
|
318
|
+
"PVPDR_SCH_Huntert2",
|
|
319
|
+
"PVPDR_DMF_Huntert2",
|
|
320
|
+
"PVPDR_YOP_HunterT1",
|
|
321
|
+
"PVPDR_YOP_HunterT2",
|
|
322
|
+
"PVPDR_YOP_DemHun",
|
|
323
|
+
],
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
hero: "PVPDR_Hero_Mozaki",
|
|
327
|
+
heroPowers: ["PVPDR_SCH_Magep3", "PVPDR_DMF_Magep1", "PVPDR_YOP_MageP1"],
|
|
328
|
+
signatureTreasures: [
|
|
329
|
+
"PVPDR_SCH_Maget3",
|
|
330
|
+
"PVPDR_042",
|
|
331
|
+
"PVPDR_SCH_Maget5",
|
|
332
|
+
"PVPDR_YOP_MageT3",
|
|
333
|
+
"PVPDR_YOP_MageT1",
|
|
334
|
+
"PVPDR_YOP_RogMagT1",
|
|
335
|
+
],
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
hero: "PVPDR_Hero_Turalyon",
|
|
339
|
+
heroPowers: [
|
|
340
|
+
"PVPDR_SCH_Paladinp1",
|
|
341
|
+
"PVPDR_DMF_Paladinp1",
|
|
342
|
+
"PVPDR_YOP_PaladinP1",
|
|
343
|
+
],
|
|
344
|
+
signatureTreasures: [
|
|
345
|
+
"PVPDR_SCH_Paladint1",
|
|
346
|
+
"PVPDR_DMF_Paladint1",
|
|
347
|
+
"PVPDR_DMF_Paladint2",
|
|
348
|
+
"PVPDR_YOP_PaladinT1",
|
|
349
|
+
"PVPDR_YOP_PaladinT3",
|
|
350
|
+
"PVPDR_YOP_WarPalT1",
|
|
351
|
+
],
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
hero: "PVPDR_Hero_Illucia",
|
|
355
|
+
heroPowers: ["PVPDR_SCH_Priestp1", "PVPDR_DMF_Priestp1", "PVPDR_YOP_PriestP1"],
|
|
356
|
+
signatureTreasures: [
|
|
357
|
+
"PVPDR_SCH_Priestt1",
|
|
358
|
+
"PVPDR_DMF_Priestt2",
|
|
359
|
+
"PVPDR_DMF_Priestt1",
|
|
360
|
+
"PVPDR_YOP_PriestT1",
|
|
361
|
+
"PVPDR_YOP_PriestT2",
|
|
362
|
+
"PVPDR_YOP_LocPriT1",
|
|
363
|
+
],
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
hero: "PVPDR_Hero_Lilian",
|
|
367
|
+
heroPowers: [
|
|
368
|
+
"PVPDR_SCH_Roguep1",
|
|
369
|
+
"PVPDR_DMF_Roguep1",
|
|
370
|
+
"PVPDR_YOP_RogueP1",
|
|
371
|
+
],
|
|
372
|
+
signatureTreasures: [
|
|
373
|
+
"PVPDR_SCH_Roguet2",
|
|
374
|
+
"PVPDR_DMF_Roguet1",
|
|
375
|
+
"PVPDR_DMF_Roguet2",
|
|
376
|
+
"PVPDR_SCH_Roguet1",
|
|
377
|
+
"PVPDR_YOP_RogueT1",
|
|
378
|
+
"PVPDR_YOP_RogMagT1",
|
|
379
|
+
],
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
hero: "PVPDR_Hero_Willow",
|
|
383
|
+
heroPowers: ["PVPDR_SCH_Warlockp2", "PVPDR_DMF_Warlockp1", "PVPDR_SCH_Warlockp3"],
|
|
384
|
+
signatureTreasures: [
|
|
385
|
+
"PVPDR_022",
|
|
386
|
+
"PVPDR_DMF_Warlockt3",
|
|
387
|
+
"PVPDR_SCH_Warlockt2",
|
|
388
|
+
"PVPDR_SCH_Warlockt5",
|
|
389
|
+
"PVPDR_SCH_Warlockt4",
|
|
390
|
+
"PVPDR_YOP_LocPriT1",
|
|
391
|
+
],
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
hero: "PVPDR_Hero_Diablo",
|
|
395
|
+
heroPowers: [
|
|
396
|
+
"PVPDR_GUEST_Diablop1",
|
|
397
|
+
"PVPDR_GUEST_Diablop2",
|
|
398
|
+
"PVPDR_GUEST_Diablop3",
|
|
399
|
+
],
|
|
400
|
+
signatureTreasures: [
|
|
401
|
+
"PVPDR_GUEST_Diablot1",
|
|
402
|
+
"PVPDR_GUEST_Diablot2",
|
|
403
|
+
"PVPDR_GUEST_Diablot3",
|
|
404
|
+
"PVPDR_GUEST_Diablot4",
|
|
405
|
+
"PVPDR_GUEST_Diablot5",
|
|
406
|
+
"PVPDR_GUEST_Diablot6",
|
|
407
|
+
],
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
hero: "PVPDR_Hero_Rattlegore",
|
|
411
|
+
heroPowers: ["PVPDR_SCH_Warriorp1", "PVPDR_DMF_Warriorp1", "PVPDR_YOP_WarriorP1"],
|
|
412
|
+
signatureTreasures: [
|
|
413
|
+
"PVPDR_SCH_Warriort1",
|
|
414
|
+
"PVPDR_DMF_Warriort1",
|
|
415
|
+
"PVPDR_DMF_Warriort2",
|
|
416
|
+
"PVPDR_YOP_WarriorT1",
|
|
417
|
+
"PVPDR_SCH_Warriort2",
|
|
418
|
+
"PVPDR_YOP_WarPalT1",
|
|
419
|
+
],
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
hero: "PVPDR_Hero_DrekThar",
|
|
423
|
+
alternateHeroes: [
|
|
424
|
+
"PVPDR_Hero_DrekTharv1",
|
|
425
|
+
"PVPDR_Hero_DrekTharv2",
|
|
426
|
+
"PVPDR_Hero_DrekTharv3",
|
|
427
|
+
"PVPDR_Hero_DrekTharv4",
|
|
428
|
+
"PVPDR_Hero_DrekTharv5",
|
|
429
|
+
],
|
|
430
|
+
heroPowers: [
|
|
431
|
+
"PVPDR_AV_Neutralp4",
|
|
432
|
+
"PVPDR_AV_Neutralp5",
|
|
433
|
+
"PVPDR_AV_Neutralp6",
|
|
434
|
+
],
|
|
435
|
+
signatureTreasures: [
|
|
436
|
+
"PVPDR_AV_Neutralt7",
|
|
437
|
+
"PVPDR_AV_Neutralt8",
|
|
438
|
+
"PVPDR_AV_Neutralt9",
|
|
439
|
+
"PVPDR_AV_Neutralt10",
|
|
440
|
+
"PVPDR_AV_Neutralt11",
|
|
441
|
+
"PVPDR_AV_Neutralt12",
|
|
442
|
+
],
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
hero: "PVPDR_Hero_Vanndar",
|
|
446
|
+
alternateHeroes: [
|
|
447
|
+
"PVPDR_Hero_Vanndarv1",
|
|
448
|
+
"PVPDR_Hero_Vanndarv2",
|
|
449
|
+
"PVPDR_Hero_Vanndarv3",
|
|
450
|
+
"PVPDR_Hero_Vanndarv4",
|
|
451
|
+
"PVPDR_Hero_Vanndarv5",
|
|
452
|
+
],
|
|
453
|
+
heroPowers: ["PVPDR_AV_Neutralp1", "PVPDR_AV_Neutralp2", "PVPDR_AV_Neutralp3"],
|
|
454
|
+
signatureTreasures: [
|
|
455
|
+
"PVPDR_AV_Neutralt1",
|
|
456
|
+
"PVPDR_AV_Neutralt2",
|
|
457
|
+
"PVPDR_AV_Neutralt3",
|
|
458
|
+
"PVPDR_AV_Neutralt4",
|
|
459
|
+
"PVPDR_AV_Neutralt5",
|
|
460
|
+
"PVPDR_AV_Neutralt6",
|
|
461
|
+
],
|
|
462
|
+
},
|
|
463
|
+
];
|
|
464
|
+
//# sourceMappingURL=duels-utils.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"duels-utils.js","sourceRoot":"","sources":["../../src/services/duels-utils.ts"],"names":[],"mappings":";;;AAEa,QAAA,iBAAiB,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmDhC,CAAC;AAEW,QAAA,iBAAiB,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4ChC,CAAC;AAEW,QAAA,0BAA0B,GAAG;;;;;;;;CAQzC,CAAC;AAEW,QAAA,gBAAgB,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2C/B,CAAC;AAEW,QAAA,gBAAgB,GAAG;;;;;;;;;;;;;;;;CAgB/B,CAAC;AAEW,QAAA,yBAAyB,GAAG;;;;;;;CAOxC,CAAC;AAEW,QAAA,uBAAuB,GAAG;IACtC,GAAG,yBAAiB;IACpB,GAAG,yBAAiB;IACpB,GAAG,kCAA0B;IAC7B,GAAG,wBAAgB;IACnB,GAAG,wBAAgB;IACnB,GAAG,iCAAyB;CAC5B,CAAC;AAEW,QAAA,cAAc,GAAG;;;;;;;;;;;;;CAa7B,CAAC;AAEK,MAAM,wBAAwB,GAAG,CAAC,UAAkB,EAAU,EAAE;IACtE,QAAQ,UAAU,EAAE;QACnB;YACC,OAAO,UAAU,CAAC;KACnB;AACF,CAAC,CAAC;AALW,QAAA,wBAAwB,4BAKnC;AAEW,QAAA,0BAA0B,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4EzC,CAAC;AAIW,QAAA,WAAW,GAAG;IAC1B;QACC,IAAI,WAA4B;QAChC,UAAU,EAAE;;;;SAIX;QACD,kBAAkB,EAAE;;;;;;;SAOnB;KACD;IACD;QACC,IAAI,kBAAoC;QACxC,UAAU,EAAE;;;;SAIX;QACD,kBAAkB,EAAE;;;;;;;SAOnB;KACD;IACD;QACC,IAAI,oBAAmC;QACvC,UAAU,EAAE;;;;SAIX;QACD,kBAAkB,EAAE;;;;;;;SAOnB;KACD;IACD;QACC,IAAI,qBAAwC;QAC5C,UAAU,EAAE,4DAA+F;QAC3G,kBAAkB,EAAE;;;;;;;SAOnB;KACD;IACD;QACC,IAAI,uBAAuC;QAC3C,UAAU,EAAE;;;;SAIX;QACD,kBAAkB,EAAE;;;;;;;SAOnB;KACD;IACD;QACC,IAAI,sBAAsC;QAC1C,UAAU,EAAE,kEAAgG;QAC5G,kBAAkB,EAAE;;;;;;;SAOnB;KACD;IACD;QACC,IAAI,qBAAsC;QAC1C,UAAU,EAAE;;;;SAIX;QACD,kBAAkB,EAAE;;;;;;;SAOnB;KACD;IACD;QACC,IAAI,qBAAoC;QACxC,UAAU,EAAE,qEAAgG;QAC5G,kBAAkB,EAAE;;;;;;;SAOnB;KACD;IACD;QACC,IAAI,qBAA2B;QAC/B,UAAU,EAAE;;;;SAIX;QACD,kBAAkB,EAAE;;;;;;;SAOnB;KACD;IACD;QACC,IAAI,yBAA+B;QACnC,UAAU,EAAE,qEAAiG;QAC7G,kBAAkB,EAAE;;;;;;;SAOnB;KACD;IACD;QACC,IAAI,uBAA6B;QACjC,eAAe,EAAE;;;;;;SAMhB;QACD,UAAU,EAAE;;;;SAIX;QACD,kBAAkB,EAAE;;;;;;;SAOnB;KACD;IACD;QACC,IAAI,sBAAqC;QACzC,eAAe,EAAE;;;;;;SAMhB;QACD,UAAU,EAAE,kEAAiG;QAC7G,kBAAkB,EAAE;;;;;;;SAOnB;KACD;CACD,CAAC","sourcesContent":["import { CardIds } from '../card-ids';\r\n\r\nexport const duelsPassivePool1 = [\r\n\tCardIds.AllShallServeTavernBrawl,\r\n\tCardIds.AllTogetherNowTavernBrawl,\r\n\tCardIds.ArcaneFluxTavernBrawl,\r\n\tCardIds.ArcaniteCrystalTavernBrawl,\r\n\tCardIds.ArcticArmorTavernBrawl,\r\n\tCardIds.BitterColdTavernBrawl,\r\n\tCardIds.BookOfWonders,\r\n\tCardIds.CannibalismTavernBrawl,\r\n\t// CardIds.ConduitOfTheStormsTavernBrawl,\r\n\tCardIds.CrystalGemTavernBrawl,\r\n\tCardIds.DivineIlluminationTavernBrawl,\r\n\tCardIds.DragonbloodTavernBrawl,\r\n\tCardIds.DragonAffinityTavernBrawl,\r\n\t// CardIds.EverChangingElixirTavernBrawl,\r\n\tCardIds.FirekeepersIdolTavernBrawl,\r\n\t// CardIds.FireshaperTavernBrawl,\r\n\tCardIds.FreezeSolidTavernBrawl,\r\n\tCardIds.FromTheSwampTavernBrawl,\r\n\tCardIds.GrommashsArmguardsTavernBrawl,\r\n\tCardIds.HoldTheLineTavernBrawl,\r\n\tCardIds.InspiringPresenceTavernBrawl,\r\n\tCardIds.InvigoratingLightTavernBrawl,\r\n\tCardIds.KindlingFlameTavernBrawl,\r\n\tCardIds.LegendaryLootTavernBrawl,\r\n\tCardIds.MendingPoolsTavernBrawl,\r\n\tCardIds.MysteriousTomeTavernBrawl,\r\n\tCardIds.NaturalForceTavernBrawl,\r\n\tCardIds.OpenTheDoorwaysTavernBrawl,\r\n\tCardIds.PillageTheFallenTavernBrawl,\r\n\tCardIds.PlaguebringerTavernBrawl,\r\n\tCardIds.PotionOfSparkingTavernBrawl,\r\n\tCardIds.RecyclingTavernBrawl,\r\n\t// CardIds.RhoninsScryingOrbTavernBrawl,\r\n\tCardIds.RighteousReservesTavernBrawl,\r\n\tCardIds.RingOfPhaseshiftingTavernBrawl,\r\n\tCardIds.RobeOfTheApprenticeTavernBrawl,\r\n\tCardIds.RobesOfShrinkingTavernBrawl,\r\n\tCardIds.RocketBackpacksTavernBrawl,\r\n\t// CardIds.ScatteredCaltropsTavernBrawl,\r\n\tCardIds.Shadowcasting101TavernBrawl,\r\n\tCardIds.SmallBackpacksTavernBrawl,\r\n\t// CardIds.SmallPouchesTavernBrawl,\r\n\tCardIds.StaffOfPainTavernBrawl,\r\n\tCardIds.StakingAClaimTavernBrawl,\r\n\tCardIds.StarvingTavernBrawl,\r\n\tCardIds.StickyFingersTavernBrawl,\r\n\tCardIds.TheFloorIsLavaTavernBrawl,\r\n\tCardIds.UnholyGiftTavernBrawl,\r\n\tCardIds.UnlockedPotential,\r\n\tCardIds.WitherTheWeakTavernBrawl,\r\n];\r\n\r\nexport const duelsPassivePool2 = [\r\n\tCardIds.AvengingArmamentsTavernBrawl,\r\n\tCardIds.BattleStanceTavernBrawl,\r\n\tCardIds.BattleTotem2,\r\n\t// CardIds.Caltrops,\r\n\tCardIds.BronzeSignetTavernBrawl,\r\n\tCardIds.CloakOfEmeraldDreamsTavernBrawl,\r\n\tCardIds.CorruptedFelstoneTavernBrawl,\r\n\tCardIds.DeathlyDeathTavernBrawl,\r\n\tCardIds.DisksOfLegend,\r\n\tCardIds.DoubleTime,\r\n\tCardIds.DraconicDreamTavernBrawl,\r\n\tCardIds.DragonboneRitualTavernBrawl,\r\n\tCardIds.EerieStoneTavernBrawl,\r\n\tCardIds.ElixirOfVigorTavernBrawl,\r\n\tCardIds.EmeraldGogglesTavernBrawl,\r\n\tCardIds.EnduranceTrainingTavernBrawl,\r\n\tCardIds.FlamesOfTheKirinTorTavernBrawl,\r\n\tCardIds.FlameWavesTavernBrawl,\r\n\tCardIds.GlacialDownpourTavernBrawl,\r\n\tCardIds.GreedyGainsTavernBrawl,\r\n\tCardIds.GuardianLightTavernBrawl,\r\n\tCardIds.HagathasEmbraceTavernBrawl,\r\n\tCardIds.HeavyArmorTavernBrawl,\r\n\tCardIds.IdolsOfEluneTavernBrawl,\r\n\tCardIds.ImpCredibleTrousersTavernBrawl,\r\n\tCardIds.IronRootsTavernBrawl,\r\n\tCardIds.KhadgarsScryingOrb,\r\n\tCardIds.MeekMasteryTavernBrawl,\r\n\tCardIds.MulchMadnessTavernBrawl,\r\n\tCardIds.MummyMagic,\r\n\tCardIds.OopsAllSpellsTavernBrawl,\r\n\tCardIds.OrbOfRevelationTavernBrawl,\r\n\tCardIds.PartyReplacementTavernBrawl,\r\n\tCardIds.RallyTheTroopsTavernBrawl,\r\n\tCardIds.RingOfBlackIceTavernBrawl,\r\n\tCardIds.RingOfRefreshmentTavernBrawl,\r\n\tCardIds.RunicHelmTavernBrawl,\r\n\tCardIds.ScepterOfSummoning,\r\n\tCardIds.SpecialDeliveryTavernBrawl,\r\n\tCardIds.SpreadingSaplingsTavernBrawl,\r\n\tCardIds.SunstridersCrownTavernBrawl,\r\n\tCardIds.TotemOfTheDead2,\r\n\tCardIds.UnstableMagicTavernBrawl,\r\n];\r\n\r\nexport const duelsPassivePool2UltraRare = [\r\n\tCardIds.BandOfBeesTavernBrawl,\r\n\tCardIds.CapturedFlag,\r\n\tCardIds.ExpeditedBurialTavernBrawl,\r\n\tCardIds.ManastormTavernBrawl,\r\n\tCardIds.MantleOfIgnitionTavernBrawl,\r\n\tCardIds.RobeOfTheMagi,\r\n\tCardIds.Stargazing,\r\n];\r\n\r\nexport const duelsActivePool1 = [\r\n\tCardIds.AmalgamateTavernBrawl,\r\n\tCardIds.AstralPortalTavernBrawl,\r\n\tCardIds.BeastlyBeautyTavernBrawl,\r\n\tCardIds.BubbaTavernBrawl,\r\n\tCardIds.ButchTavernBrawl,\r\n\tCardIds.BladeOfQueldelarTavernBrawl,\r\n\tCardIds.BloodMoonTavernBrawl,\r\n\tCardIds.ClockworkAssistantTavernBrawl,\r\n\tCardIds.CoinPouchTavernBrawl,\r\n\tCardIds.CreepyCurioTavernBrawl,\r\n\tCardIds.CrustyTheCrustaceanTavernBrawl,\r\n\tCardIds.Queldelar_HiltOfQueldelar,\r\n\tCardIds.Deathcharger,\r\n\tCardIds.Enrage,\r\n\tCardIds.GentlemansTopHat,\r\n\tCardIds.GoldenKobold,\r\n\tCardIds.GreedyPickaxeTavernBrawl,\r\n\tCardIds.HolyBookTavernBrawl,\r\n\tCardIds.HuntersInsightTavernBrawl,\r\n\tCardIds.JawsTavernBrawl,\r\n\tCardIds.LoyalHenchmanTavernBrawl,\r\n\tCardIds.LoyalSidekickTavernBrawl,\r\n\tCardIds.LoomingPresence,\r\n\tCardIds.MageArmorTavernBrawl,\r\n\tCardIds.MaskOfMimicryTavernBrawl,\r\n\tCardIds.MindpocalypseTavernBrawl,\r\n\tCardIds.MurlocHolmesTavernBrawl,\r\n\tCardIds.MutatingInjection,\r\n\tCardIds.NecroticPoisonTavernBrawl,\r\n\tCardIds.OldMilitiaHornTavernBrawl,\r\n\tCardIds.PartyPortalTavernBrawl2,\r\n\tCardIds.PrincessTavernBrawl,\r\n\tCardIds.PureColdTavernBrawl,\r\n\tCardIds.PuzzleBoxTavernBrawl,\r\n\tCardIds.RoyalGift,\r\n\tCardIds.SowTheSeedsTavernBrawl,\r\n\tCardIds.SpyglassTavernBrawl,\r\n\tCardIds.SuperchargeTavernBrawl,\r\n\tCardIds.SurlyMobTavernBrawl,\r\n\tCardIds.TheExorcisorTavernBrawl,\r\n\tCardIds.VampiricFangsToken,\r\n\tCardIds.WorshipperHeroic,\r\n];\r\n\r\nexport const duelsActivePool2 = [\r\n\tCardIds.ArchmageStaffTavernBrawl,\r\n\tCardIds.BagOfCoinsTavernBrawl,\r\n\tCardIds.BookOfTheDeadTavernBrawl,\r\n\tCardIds.GrimmerPatron,\r\n\tCardIds.HyperblasterTavernBrawl,\r\n\tCardIds.AncientReflectionsTavernBrawl,\r\n\tCardIds.BagOfStuffingTavernBrawl,\r\n\tCardIds.Questionquestionquestion_BlackSoulstoneTavernBrawl,\r\n\tCardIds.BladeOfTheBurningSun,\r\n\tCardIds.GnomishArmyKnife,\r\n\tCardIds.BananaSplitTavernBrawl,\r\n\tCardIds.CanopicJarsTavernBrawl,\r\n\tCardIds.PhaorisBlade,\r\n\tCardIds.StaffOfScales,\r\n\tCardIds.WandOfDisintegrationTavernBrawl,\r\n];\r\n\r\nexport const duelsActivePool2UltraRare = [\r\n\tCardIds.ChaosTheoryTavernBrawl,\r\n\tCardIds.OverpoweredTavernBrawl,\r\n\tCardIds.DreamgroveRing,\r\n\tCardIds.EmbersOfRagnarosTavernBrawl,\r\n\tCardIds.WaxRager,\r\n\tCardIds.WishTavernBrawl,\r\n];\r\n\r\nexport const allDuelsTreasureCardIds = [\r\n\t...duelsPassivePool1,\r\n\t...duelsPassivePool2,\r\n\t...duelsPassivePool2UltraRare,\r\n\t...duelsActivePool1,\r\n\t...duelsActivePool2,\r\n\t...duelsActivePool2UltraRare,\r\n];\r\n\r\nexport const allDuelsHeroes = [\r\n\tCardIds.MindrenderIlluciaTavernBrawl,\r\n\tCardIds.RattlegoreTavernBrawl,\r\n\tCardIds.TuralyonTheTenuredTavernBrawl,\r\n\tCardIds.StarStudentStelinaTavernBrawl,\r\n\tCardIds.ProfessorSlateTavernBrawl,\r\n\tCardIds.ForestWardenOmuTavernBrawl,\r\n\tCardIds.MozakiMasterDuelistTavernBrawl,\r\n\tCardIds.ArchwitchWillowTavernBrawl,\r\n\tCardIds.InstructorFireheartTavernBrawlToken,\r\n\tCardIds.InfiltratorLilianTavernBrawl,\r\n\tCardIds.VanndarStormpikeTavernBrawl,\r\n\tCardIds.DrektharTavernBrawl,\r\n];\r\n\r\nexport const normalizeDuelsHeroCardId = (heroCardId: string): string => {\r\n\tswitch (heroCardId) {\r\n\t\tdefault:\r\n\t\t\treturn heroCardId;\r\n\t}\r\n};\r\n\r\nexport const allDuelsSignatureTreasures = [\r\n\tCardIds.BladeOfQuickeningTavernBrawlToken,\r\n\tCardIds.BindingChainsTavernBrawlToken,\r\n\tCardIds.GiftOfTheLegionTavernBrawl,\r\n\tCardIds.MoargOutcastTavernBrawlToken,\r\n\tCardIds.SummoningRitualTavernBrawlToken,\r\n\tCardIds.AwakenedAncientTavernBrawl,\r\n\tCardIds.HerdingHornTavernBrawlToken,\r\n\tCardIds.MarvelousMyceliumTavernBrawlToken,\r\n\tCardIds.MoonbeastTavernBrawlToken,\r\n\tCardIds.WardensInsightTavernBrawlToken,\r\n\tCardIds.ZukaraTheWildTavernBrawl,\r\n\tCardIds.BonecrusherTavernBrawlToken,\r\n\tCardIds.CarrotOnAStickTavernBrawl,\r\n\tCardIds.DeathstriderTavernBrawl,\r\n\tCardIds.SlatesSyringeTavernBrawl,\r\n\tCardIds.StalkingPrideTavernBrawlToken,\r\n\tCardIds.TraktamerAelessaTavernBrawl,\r\n\tCardIds.BritzBlazebucketTavernBrawl,\r\n\tCardIds.ElementalLearningTavernBrawl,\r\n\tCardIds.EmbercasterTavernBrawl,\r\n\tCardIds.InfiniteArcaneTavernBrawlToken,\r\n\tCardIds.WandOfDuelingTavernBrawlToken,\r\n\tCardIds.YoggTasticTastiesTavernBrawl,\r\n\tCardIds.DrocomurchanicasTavernBrawlToken,\r\n\tCardIds.FavoredRacerTavernBrawl,\r\n\tCardIds.HumbleBlessingsTavernBrawl,\r\n\tCardIds.MenAtArmsTavernBrawlToken,\r\n\tCardIds.RoyalGreatswordTavernBrawlToken,\r\n\tCardIds.SuLeadfootTavernBrawl,\r\n\tCardIds.DropletOfInsanityTavernBrawlToken,\r\n\tCardIds.FracturedSpiritsTavernBrawlToken,\r\n\tCardIds.HeraldOfTheScaledOnesTavernBrawl,\r\n\tCardIds.JorasThuldoomTavernBrawl,\r\n\tCardIds.ScionOfTheDeepTavernBrawlToken,\r\n\tCardIds.ShadowWordVoidTavernBrawl,\r\n\tCardIds.AceInTheHoleTavernBrawlToken,\r\n\tCardIds.AcquiredAlliesTavernBrawlToken,\r\n\tCardIds.DeadlyWeapons101TavernBrawlToken,\r\n\tCardIds.GreenTortollanShellTavernBrawl,\r\n\tCardIds.NerubianPeddlerTavernBrawlToken,\r\n\tCardIds.ChaosStormTavernBrawl,\r\n\tCardIds.FluctuatingTotemTavernBrawlToken,\r\n\tCardIds.InvokeTheVoidTavernBrawlToken,\r\n\tCardIds.PayloadTotemSpecialistTavernBrawl,\r\n\tCardIds.TempestsFuryTavernBrawlToken,\r\n\tCardIds.Demonology101TavernBrawlToken,\r\n\tCardIds.DemonizerTavernBrawlToken,\r\n\tCardIds.GiftOfTheOldGodsTavernBrawlToken,\r\n\tCardIds.ImpishAidTavernBrawl,\r\n\tCardIds.KillmoxTheBanishedOneTavernBrawlToken,\r\n\tCardIds.AutoArmamentsTavernBrawlToken,\r\n\tCardIds.BrewsterTheBrutalTavernBrawlToken,\r\n\tCardIds.CollectorsIreTavernBrawlToken,\r\n\tCardIds.ScrapmetalDemolitionistTavernBrawl,\r\n\tCardIds.SpikedArmsTavernBrawlToken,\r\n\r\n\tCardIds.ApocalypseTavernBrawlToken,\r\n\tCardIds.ClawsOfTerrorTavernBrawlToken,\r\n\tCardIds.FireStompTavernBrawlToken,\r\n\tCardIds.HornsOfFlameTavernBrawlToken,\r\n\tCardIds.SoulstoneTrapTavernBrawlToken,\r\n\tCardIds.Questionquestionquestion_BlackSoulstoneTavernBrawl,\r\n\r\n\tCardIds.ValorousDisplayTavernBrawlToken,\r\n\tCardIds.ElementalChaosTavernBrawlToken,\r\n\tCardIds.PactOfTheLichTavernBrawlToken,\r\n\tCardIds.MagisterUnchainedTavernBrawlToken,\r\n\tCardIds.GiftOfTheHeartTavernBrawlToken,\r\n\tCardIds.ForTheHordeTavernBrawlToken,\r\n\tCardIds.ForgeInLightTavernBrawlToken,\r\n\tCardIds.SpymastersGambitTavernBrawlToken,\r\n\tCardIds.StalkersSuppliesTavernBrawlToken,\r\n\tCardIds.RendingAmbushTavernBrawlToken,\r\n\tCardIds.DevoutBlessingsTavernBrawlToken,\r\n\tCardIds.ForTheAllianceTavernBrawlToken,\r\n];\r\n\r\n// Maybe it's possible to extract this from the game files or memory somehow?\r\n// Since it doesn't change often it's ok to maintain it manually, at least for now\r\nexport const heroConfigs = [\r\n\t{\r\n\t\thero: CardIds.StarStudentStelina,\r\n\t\theroPowers: [\r\n\t\t\tCardIds.InfernalStrikeTavernBrawl,\r\n\t\t\tCardIds.OutlanderTavernBrawl,\r\n\t\t\tCardIds.IllidariStrikeTavernBrawl,\r\n\t\t],\r\n\t\tsignatureTreasures: [\r\n\t\t\tCardIds.SummoningRitualTavernBrawlToken,\r\n\t\t\tCardIds.MoargOutcastTavernBrawlToken,\r\n\t\t\tCardIds.GiftOfTheLegionTavernBrawl,\r\n\t\t\tCardIds.BindingChainsTavernBrawlToken,\r\n\t\t\tCardIds.BladeOfQuickeningTavernBrawlToken,\r\n\t\t\tCardIds.TraktamerAelessaTavernBrawl,\r\n\t\t],\r\n\t},\r\n\t{\r\n\t\thero: CardIds.ForestWardenOmuTavernBrawl,\r\n\t\theroPowers: [\r\n\t\t\tCardIds.NaturesGiftsTavernBrawl,\r\n\t\t\tCardIds.InvigoratingBloomTavernBrawl,\r\n\t\t\tCardIds.HarvestTimeTavernBrawl,\r\n\t\t],\r\n\t\tsignatureTreasures: [\r\n\t\t\tCardIds.WardensInsightTavernBrawlToken,\r\n\t\t\tCardIds.MoonbeastTavernBrawlToken,\r\n\t\t\tCardIds.HerdingHornTavernBrawlToken,\r\n\t\t\tCardIds.MarvelousMyceliumTavernBrawlToken,\r\n\t\t\tCardIds.AwakenedAncientTavernBrawl,\r\n\t\t\tCardIds.ZukaraTheWildTavernBrawl,\r\n\t\t],\r\n\t},\r\n\t{\r\n\t\thero: CardIds.ProfessorSlateTavernBrawl,\r\n\t\theroPowers: [\r\n\t\t\tCardIds.SurvivalTrainingTavernBrawl,\r\n\t\t\tCardIds.DeathGamesTavernBrawl,\r\n\t\t\tCardIds.SavageSecretsTavernBrawl,\r\n\t\t],\r\n\t\tsignatureTreasures: [\r\n\t\t\tCardIds.SlatesSyringeTavernBrawl,\r\n\t\t\tCardIds.BonecrusherTavernBrawlToken,\r\n\t\t\tCardIds.StalkingPrideTavernBrawlToken,\r\n\t\t\tCardIds.DeathstriderTavernBrawl,\r\n\t\t\tCardIds.CarrotOnAStickTavernBrawl,\r\n\t\t\tCardIds.TraktamerAelessaTavernBrawl,\r\n\t\t],\r\n\t},\r\n\t{\r\n\t\thero: CardIds.MozakiMasterDuelistTavernBrawl,\r\n\t\theroPowers: [CardIds.WyrmBoltTavernBrawl, CardIds.SecretStudiesTavernBrawl, CardIds.FrostShardsTavernBrawl],\r\n\t\tsignatureTreasures: [\r\n\t\t\tCardIds.WandOfDuelingTavernBrawlToken,\r\n\t\t\tCardIds.ElementalLearningTavernBrawl,\r\n\t\t\tCardIds.InfiniteArcaneTavernBrawlToken,\r\n\t\t\tCardIds.EmbercasterTavernBrawl,\r\n\t\t\tCardIds.YoggTasticTastiesTavernBrawl,\r\n\t\t\tCardIds.BritzBlazebucketTavernBrawl,\r\n\t\t],\r\n\t},\r\n\t{\r\n\t\thero: CardIds.TuralyonTheTenuredTavernBrawl,\r\n\t\theroPowers: [\r\n\t\t\tCardIds.FromGoldenLightTavernBrawl,\r\n\t\t\tCardIds.BringOnRecruitsTavernBrawl,\r\n\t\t\tCardIds.ModestAspirationsTavernBrawl,\r\n\t\t],\r\n\t\tsignatureTreasures: [\r\n\t\t\tCardIds.RoyalGreatswordTavernBrawlToken,\r\n\t\t\tCardIds.MenAtArmsTavernBrawlToken,\r\n\t\t\tCardIds.DrocomurchanicasTavernBrawlToken,\r\n\t\t\tCardIds.FavoredRacerTavernBrawl,\r\n\t\t\tCardIds.HumbleBlessingsTavernBrawl,\r\n\t\t\tCardIds.SuLeadfootTavernBrawl,\r\n\t\t],\r\n\t},\r\n\t{\r\n\t\thero: CardIds.MindrenderIlluciaTavernBrawl,\r\n\t\theroPowers: [CardIds.ShadowMendTavernBrawl, CardIds.MindTetherTavernBrawl, CardIds.CallOfMadnessTavernBrawl],\r\n\t\tsignatureTreasures: [\r\n\t\t\tCardIds.FracturedSpiritsTavernBrawlToken,\r\n\t\t\tCardIds.DropletOfInsanityTavernBrawlToken,\r\n\t\t\tCardIds.ScionOfTheDeepTavernBrawlToken,\r\n\t\t\tCardIds.ShadowWordVoidTavernBrawl,\r\n\t\t\tCardIds.HeraldOfTheScaledOnesTavernBrawl,\r\n\t\t\tCardIds.JorasThuldoomTavernBrawl,\r\n\t\t],\r\n\t},\r\n\t{\r\n\t\thero: CardIds.InfiltratorLilianTavernBrawl,\r\n\t\theroPowers: [\r\n\t\t\tCardIds.RoguishManeuversTavernBrawl,\r\n\t\t\tCardIds.ConnectionsTavernBrawl,\r\n\t\t\tCardIds.VileConcoctionTavernBrawl,\r\n\t\t],\r\n\t\tsignatureTreasures: [\r\n\t\t\tCardIds.DeadlyWeapons101TavernBrawlToken,\r\n\t\t\tCardIds.NerubianPeddlerTavernBrawlToken,\r\n\t\t\tCardIds.AcquiredAlliesTavernBrawlToken,\r\n\t\t\tCardIds.AceInTheHoleTavernBrawlToken,\r\n\t\t\tCardIds.GreenTortollanShellTavernBrawl,\r\n\t\t\tCardIds.BritzBlazebucketTavernBrawl,\r\n\t\t],\r\n\t},\r\n\t{\r\n\t\thero: CardIds.ArchwitchWillowTavernBrawl,\r\n\t\theroPowers: [CardIds.DarkArtsTavernBrawl, CardIds.DemonBloodTavernBrawl, CardIds.SoulcialStudiesTavernBrawl],\r\n\t\tsignatureTreasures: [\r\n\t\t\tCardIds.ImpishAidTavernBrawl,\r\n\t\t\tCardIds.GiftOfTheOldGodsTavernBrawlToken,\r\n\t\t\tCardIds.KillmoxTheBanishedOneTavernBrawlToken,\r\n\t\t\tCardIds.DemonizerTavernBrawlToken,\r\n\t\t\tCardIds.Demonology101TavernBrawlToken,\r\n\t\t\tCardIds.JorasThuldoomTavernBrawl,\r\n\t\t],\r\n\t},\r\n\t{\r\n\t\thero: CardIds.DiabloTavernBrawl,\r\n\t\theroPowers: [\r\n\t\t\tCardIds.DoomChargeTavernBrawl,\r\n\t\t\tCardIds.PrimalPowerTavernBrawl,\r\n\t\t\tCardIds.DemonicTransformationTavernBrawl,\r\n\t\t],\r\n\t\tsignatureTreasures: [\r\n\t\t\tCardIds.ClawsOfTerrorTavernBrawlToken,\r\n\t\t\tCardIds.FireStompTavernBrawlToken,\r\n\t\t\tCardIds.ApocalypseTavernBrawlToken,\r\n\t\t\tCardIds.SoulstoneTrapTavernBrawlToken,\r\n\t\t\tCardIds.HornsOfFlameTavernBrawlToken,\r\n\t\t\tCardIds.QuestionquestionquestionTavernBrawlToken,\r\n\t\t],\r\n\t},\r\n\t{\r\n\t\thero: CardIds.RattlegoreTavernBrawl,\r\n\t\theroPowers: [CardIds.NoGutsNoGloryTavernBrawl, CardIds.BruisingTavernBrawl, CardIds.MagneticMinesTavernBrawl],\r\n\t\tsignatureTreasures: [\r\n\t\t\tCardIds.AutoArmamentsTavernBrawlToken,\r\n\t\t\tCardIds.CollectorsIreTavernBrawlToken,\r\n\t\t\tCardIds.BrewsterTheBrutalTavernBrawlToken,\r\n\t\t\tCardIds.ScrapmetalDemolitionistTavernBrawl,\r\n\t\t\tCardIds.SpikedArmsTavernBrawlToken,\r\n\t\t\tCardIds.SuLeadfootTavernBrawl,\r\n\t\t],\r\n\t},\r\n\t{\r\n\t\thero: CardIds.DrektharTavernBrawl,\r\n\t\talternateHeroes: [\r\n\t\t\tCardIds.Drekthar_DrektharTavernBrawl1,\r\n\t\t\tCardIds.Drekthar_DrektharTavernBrawl2,\r\n\t\t\tCardIds.Drekthar_DrektharTavernBrawl3,\r\n\t\t\tCardIds.Drekthar_DrektharTavernBrawl4,\r\n\t\t\tCardIds.Drekthar_DrektharTavernBrawl5,\r\n\t\t],\r\n\t\theroPowers: [\r\n\t\t\tCardIds.WarmastersFrenzyTavernBrawl,\r\n\t\t\tCardIds.HarnessTheElementsTavernBrawl,\r\n\t\t\tCardIds.WarCommandsTavernBrawl,\r\n\t\t],\r\n\t\tsignatureTreasures: [\r\n\t\t\tCardIds.ValorousDisplayTavernBrawlToken,\r\n\t\t\tCardIds.ElementalChaosTavernBrawlToken,\r\n\t\t\tCardIds.PactOfTheLichTavernBrawlToken,\r\n\t\t\tCardIds.MagisterUnchainedTavernBrawlToken,\r\n\t\t\tCardIds.GiftOfTheHeartTavernBrawlToken,\r\n\t\t\tCardIds.ForTheHordeTavernBrawlToken,\r\n\t\t],\r\n\t},\r\n\t{\r\n\t\thero: CardIds.VanndarStormpikeTavernBrawl,\r\n\t\talternateHeroes: [\r\n\t\t\tCardIds.VanndarStormpike_VanndarStormpikeTavernBrawl1,\r\n\t\t\tCardIds.VanndarStormpike_VanndarStormpikeTavernBrawl2,\r\n\t\t\tCardIds.VanndarStormpike_VanndarStormpikeTavernBrawl3,\r\n\t\t\tCardIds.VanndarStormpike_VanndarStormpikeTavernBrawl4,\r\n\t\t\tCardIds.VanndarStormpike_VanndarStormpikeTavernBrawl5,\r\n\t\t],\r\n\t\theroPowers: [CardIds.PromoteTavernBrawl, CardIds.SendInTheScoutTavernBrawl, CardIds.BattleTacticsTavernBrawl],\r\n\t\tsignatureTreasures: [\r\n\t\t\tCardIds.ForgeInLightTavernBrawlToken,\r\n\t\t\tCardIds.SpymastersGambitTavernBrawlToken,\r\n\t\t\tCardIds.StalkersSuppliesTavernBrawlToken,\r\n\t\t\tCardIds.RendingAmbushTavernBrawlToken,\r\n\t\t\tCardIds.DevoutBlessingsTavernBrawlToken,\r\n\t\t\tCardIds.ForTheAllianceTavernBrawlToken,\r\n\t\t],\r\n\t},\r\n];\r\n"]}
|
package/package.json
CHANGED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { CardIds } from '../card-ids';
|
|
2
|
-
export declare const duelsPassivePool1: CardIds[];
|
|
3
|
-
export declare const duelsPassivePool2: CardIds[];
|
|
4
|
-
export declare const duelsPassivePool2UltraRare: CardIds[];
|
|
5
|
-
export declare const duelsActivePool1: CardIds[];
|
|
6
|
-
export declare const duelsActivePool2: CardIds[];
|
|
7
|
-
export declare const duelsActivePool2UltraRare: CardIds[];
|
|
8
|
-
export declare const allDuelsTreasureCardIds: CardIds[];
|
|
@@ -1,180 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.allDuelsTreasureCardIds = exports.duelsActivePool2UltraRare = exports.duelsActivePool2 = exports.duelsActivePool1 = exports.duelsPassivePool2UltraRare = exports.duelsPassivePool2 = exports.duelsPassivePool1 = void 0;
|
|
4
|
-
exports.duelsPassivePool1 = [
|
|
5
|
-
"PVPDR_SCH_Passive18",
|
|
6
|
-
"PVPDR_BAR_Passive02",
|
|
7
|
-
"PVPDR_BAR_Passive17",
|
|
8
|
-
"PVPDR_BAR_Passive16",
|
|
9
|
-
"PVPDR_BAR_Passive21",
|
|
10
|
-
"PVPDR_AV_Passive11",
|
|
11
|
-
"DALA_739",
|
|
12
|
-
"PVPDR_SCH_Passive19",
|
|
13
|
-
"PVPDR_SCH_Passive14",
|
|
14
|
-
"PVPDR_BAR_Passive25",
|
|
15
|
-
"PVPDR_SCH_Passive21",
|
|
16
|
-
"PVPDR_SCH_Passive20",
|
|
17
|
-
"PVPDR_BAR_Passive22",
|
|
18
|
-
"PVPDR_BAR_Passive20",
|
|
19
|
-
"PVPDR_SCH_Passive24",
|
|
20
|
-
"PVPDR_DMF_Passive01",
|
|
21
|
-
"PVPDR_BAR_Passive06",
|
|
22
|
-
"PVPDR_SW_Passive_02",
|
|
23
|
-
"PVPDR_BAR_Passive24",
|
|
24
|
-
"PVPDR_AV_Passive09",
|
|
25
|
-
"PVPDR_SW_Passive_06",
|
|
26
|
-
"PVPDR_BAR_Passive14",
|
|
27
|
-
"PVPDR_SCH_Passive06",
|
|
28
|
-
"PVPDR_AV_Passive08",
|
|
29
|
-
"PVPDR_BAR_Passive07",
|
|
30
|
-
"PVPDR_SCH_Passive16",
|
|
31
|
-
"PVPDR_SCH_Passive30",
|
|
32
|
-
"PVPDR_BAR_Passive10",
|
|
33
|
-
"PVPDR_SCH_Passive17",
|
|
34
|
-
"PVPDR_BAR_Passive03",
|
|
35
|
-
"PVPDR_AV_Passive03",
|
|
36
|
-
"PVPDR_SCH_Passive09",
|
|
37
|
-
"PVPDR_SCH_Passive07",
|
|
38
|
-
"PVPDR_SCH_Passive11",
|
|
39
|
-
"PVPDR_AV_Passive04",
|
|
40
|
-
"PVPDR_AV_Passive37",
|
|
41
|
-
"PVPDR_BAR_Passive27",
|
|
42
|
-
"PVPDR_SCH_Passive34",
|
|
43
|
-
"PVPDR_SCH_Passive36",
|
|
44
|
-
"PVPDR_DMF_Passive02",
|
|
45
|
-
"PVPDR_SCH_Passive39",
|
|
46
|
-
"PVPDR_AV_Passive10",
|
|
47
|
-
"ULDA_009",
|
|
48
|
-
"PVPDR_BAR_Passive19",
|
|
49
|
-
];
|
|
50
|
-
exports.duelsPassivePool2 = [
|
|
51
|
-
"PVPDR_BAR_Passive04",
|
|
52
|
-
"PVPDR_AV_Passive27",
|
|
53
|
-
"LOOTA_846",
|
|
54
|
-
"PVPDR_AV_Passive23",
|
|
55
|
-
"PVPDR_AV_Passive35",
|
|
56
|
-
"PVPDR_BAR_Passive18",
|
|
57
|
-
"PVPDR_SW_Passive_07",
|
|
58
|
-
"ULDA_014",
|
|
59
|
-
"GILA_913",
|
|
60
|
-
"PVPDR_AV_Passive21",
|
|
61
|
-
"PVPDR_SCH_Passive22",
|
|
62
|
-
"PVPDR_BAR_Passive26",
|
|
63
|
-
"PVPDR_SW_Passive_18",
|
|
64
|
-
"PVPDR_SCH_Passive12",
|
|
65
|
-
"PVPDR_BAR_Passive05",
|
|
66
|
-
"PVPDR_AV_Passive16",
|
|
67
|
-
"PVPDR_BAR_Passive23",
|
|
68
|
-
"PVPDR_AV_Passive36",
|
|
69
|
-
"PVPDR_SW_Passive_03",
|
|
70
|
-
"PVPDR_AV_Passive15",
|
|
71
|
-
"PVPDR_SW_Passive21",
|
|
72
|
-
"PVPDR_AV_Passive33",
|
|
73
|
-
"PVPDR_AV_Passive31",
|
|
74
|
-
"PVPDR_AV_Passive17",
|
|
75
|
-
"PVPDR_AV_Passive20",
|
|
76
|
-
"LOOTA_824",
|
|
77
|
-
"PVPDR_SW_Passive_04",
|
|
78
|
-
"PVPDR_AV_Passive19",
|
|
79
|
-
"ULDA_005",
|
|
80
|
-
"PVPDR_SW_Passive_08",
|
|
81
|
-
"PVPDR_BAR_Passive08",
|
|
82
|
-
"PVPDR_SW_Passive_01",
|
|
83
|
-
"PVPDR_BAR_Passive01",
|
|
84
|
-
"PVPDR_AV_Passive28",
|
|
85
|
-
"PVPDR_AV_Passive30",
|
|
86
|
-
"PVPDR_AV_Passive32",
|
|
87
|
-
"LOOTA_803",
|
|
88
|
-
"PVPDR_BAR_Passive11",
|
|
89
|
-
"PVPDR_BAR_Passive15",
|
|
90
|
-
"PVPDR_AV_Passive34",
|
|
91
|
-
"LOOTA_845",
|
|
92
|
-
"PVPDR_AV_Passive13",
|
|
93
|
-
];
|
|
94
|
-
exports.duelsPassivePool2UltraRare = [
|
|
95
|
-
"PVPDR_BAR_Passive28",
|
|
96
|
-
"LOOTA_828",
|
|
97
|
-
"PVPDR_AV_Passive06",
|
|
98
|
-
"PVPDR_SCH_Passive28",
|
|
99
|
-
"PVPDR_AV_Passive07",
|
|
100
|
-
"LOOTA_825",
|
|
101
|
-
"DALA_736",
|
|
102
|
-
];
|
|
103
|
-
exports.duelsActivePool1 = [
|
|
104
|
-
"PVPDR_SCH_Active44",
|
|
105
|
-
"PVPDR_YOP_Active01",
|
|
106
|
-
"PVPDR_SCH_Active29",
|
|
107
|
-
"PVPDR_SCH_Active47",
|
|
108
|
-
"PVPDR_SCH_Active45",
|
|
109
|
-
"PVPDR_SCH_Active24",
|
|
110
|
-
"PVPDR_SCH_Active30",
|
|
111
|
-
"PVPDR_SCH_Active48",
|
|
112
|
-
"PVPDR_SCH_Active31",
|
|
113
|
-
"PVPDR_SCH_Active28",
|
|
114
|
-
"PVPDR_SCH_Active52",
|
|
115
|
-
"LOOTA_842b",
|
|
116
|
-
"FP1_006",
|
|
117
|
-
"NAX12_04",
|
|
118
|
-
"GILA_825",
|
|
119
|
-
"LOOT_998k",
|
|
120
|
-
"PVPDR_SCH_Active27",
|
|
121
|
-
"PVPDR_SCH_Active43",
|
|
122
|
-
"PVPDR_SCH_Active17",
|
|
123
|
-
"PVPDR_SCH_Active59",
|
|
124
|
-
"PVPDR_SCH_Active50",
|
|
125
|
-
"PVPDR_SCH_Active26",
|
|
126
|
-
"LOEA_01",
|
|
127
|
-
"PVPDR_YOP_Active02",
|
|
128
|
-
"PVPDR_SCH_Active01",
|
|
129
|
-
"PVPDR_SCH_Active58",
|
|
130
|
-
"PVPDR_SCH_Active34",
|
|
131
|
-
"NAX11_04",
|
|
132
|
-
"PVPDR_SCH_Active57",
|
|
133
|
-
"PVPDR_SCH_Active35",
|
|
134
|
-
"PVPDR_SCH_Active08",
|
|
135
|
-
"PVPDR_SCH_Active46",
|
|
136
|
-
"PVPDR_SCH_Active61",
|
|
137
|
-
"PVPDR_SCH_Active02",
|
|
138
|
-
"GILA_824",
|
|
139
|
-
"PVPDR_SCH_Active03",
|
|
140
|
-
"PVPDR_SCH_Active38",
|
|
141
|
-
"PVPDR_SCH_Active60",
|
|
142
|
-
"PVPDR_SCH_Active39",
|
|
143
|
-
"PVPDR_SCH_Active42",
|
|
144
|
-
"GILA_BOSS_35t",
|
|
145
|
-
"NAX2_05H",
|
|
146
|
-
];
|
|
147
|
-
exports.duelsActivePool2 = [
|
|
148
|
-
"PVPDR_SCH_Active10",
|
|
149
|
-
"PVPDR_SCH_Active14",
|
|
150
|
-
"PVPDR_SCH_Active54",
|
|
151
|
-
"DALA_705",
|
|
152
|
-
"PVPDR_SCH_Active51",
|
|
153
|
-
"PVPDR_SCH_Active21",
|
|
154
|
-
"PVPDR_SCH_Active11",
|
|
155
|
-
"PVPDR_GUEST_Diablot6s4",
|
|
156
|
-
"ULDA_044",
|
|
157
|
-
"DALA_702",
|
|
158
|
-
"PVPDR_SCH_Active23",
|
|
159
|
-
"PVPDR_SCH_Active19",
|
|
160
|
-
"ULDA_043",
|
|
161
|
-
"ULDA_008",
|
|
162
|
-
"PVPDR_SCH_Active07",
|
|
163
|
-
];
|
|
164
|
-
exports.duelsActivePool2UltraRare = [
|
|
165
|
-
"PVPDR_SCH_Active49",
|
|
166
|
-
"PVPDR_SCH_Active05",
|
|
167
|
-
"DALA_711",
|
|
168
|
-
"PVPDR_SCH_Active55",
|
|
169
|
-
"LOOTA_840",
|
|
170
|
-
"PVPDR_SCH_Active56",
|
|
171
|
-
];
|
|
172
|
-
exports.allDuelsTreasureCardIds = [
|
|
173
|
-
...exports.duelsPassivePool1,
|
|
174
|
-
...exports.duelsPassivePool2,
|
|
175
|
-
...exports.duelsPassivePool2UltraRare,
|
|
176
|
-
...exports.duelsActivePool1,
|
|
177
|
-
...exports.duelsActivePool2,
|
|
178
|
-
...exports.duelsActivePool2UltraRare,
|
|
179
|
-
];
|
|
180
|
-
//# sourceMappingURL=cards-info.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"cards-info.js","sourceRoot":"","sources":["../../src/services/cards-info.ts"],"names":[],"mappings":";;;AAEa,QAAA,iBAAiB,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmDhC,CAAC;AAEW,QAAA,iBAAiB,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4ChC,CAAC;AAEW,QAAA,0BAA0B,GAAG;;;;;;;;CAQzC,CAAC;AAEW,QAAA,gBAAgB,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2C/B,CAAC;AAEW,QAAA,gBAAgB,GAAG;;;;;;;;;;;;;;;;CAgB/B,CAAC;AAEW,QAAA,yBAAyB,GAAG;;;;;;;CAOxC,CAAC;AAEW,QAAA,uBAAuB,GAAG;IACtC,GAAG,yBAAiB;IACpB,GAAG,yBAAiB;IACpB,GAAG,kCAA0B;IAC7B,GAAG,wBAAgB;IACnB,GAAG,wBAAgB;IACnB,GAAG,iCAAyB;CAC5B,CAAC","sourcesContent":["import { CardIds } from '../card-ids';\r\n\r\nexport const duelsPassivePool1 = [\r\n\tCardIds.AllShallServeTavernBrawl,\r\n\tCardIds.AllTogetherNowTavernBrawl,\r\n\tCardIds.ArcaneFluxTavernBrawl,\r\n\tCardIds.ArcaniteCrystalTavernBrawl,\r\n\tCardIds.ArcticArmorTavernBrawl,\r\n\tCardIds.BitterColdTavernBrawl,\r\n\tCardIds.BookOfWonders,\r\n\tCardIds.CannibalismTavernBrawl,\r\n\t// CardIds.ConduitOfTheStormsTavernBrawl,\r\n\tCardIds.CrystalGemTavernBrawl,\r\n\tCardIds.DivineIlluminationTavernBrawl,\r\n\tCardIds.DragonbloodTavernBrawl,\r\n\tCardIds.DragonAffinityTavernBrawl,\r\n\t// CardIds.EverChangingElixirTavernBrawl,\r\n\tCardIds.FirekeepersIdolTavernBrawl,\r\n\t// CardIds.FireshaperTavernBrawl,\r\n\tCardIds.FreezeSolidTavernBrawl,\r\n\tCardIds.FromTheSwampTavernBrawl,\r\n\tCardIds.GrommashsArmguardsTavernBrawl,\r\n\tCardIds.HoldTheLineTavernBrawl,\r\n\tCardIds.InspiringPresenceTavernBrawl,\r\n\tCardIds.InvigoratingLightTavernBrawl,\r\n\tCardIds.KindlingFlameTavernBrawl,\r\n\tCardIds.LegendaryLootTavernBrawl,\r\n\tCardIds.MendingPoolsTavernBrawl,\r\n\tCardIds.MysteriousTomeTavernBrawl,\r\n\tCardIds.NaturalForceTavernBrawl,\r\n\tCardIds.OpenTheDoorwaysTavernBrawl,\r\n\tCardIds.PillageTheFallenTavernBrawl,\r\n\tCardIds.PlaguebringerTavernBrawl,\r\n\tCardIds.PotionOfSparkingTavernBrawl,\r\n\tCardIds.RecyclingTavernBrawl,\r\n\t// CardIds.RhoninsScryingOrbTavernBrawl,\r\n\tCardIds.RighteousReservesTavernBrawl,\r\n\tCardIds.RingOfPhaseshiftingTavernBrawl,\r\n\tCardIds.RobeOfTheApprenticeTavernBrawl,\r\n\tCardIds.RobesOfShrinkingTavernBrawl,\r\n\tCardIds.RocketBackpacksTavernBrawl,\r\n\t// CardIds.ScatteredCaltropsTavernBrawl,\r\n\tCardIds.Shadowcasting101TavernBrawl,\r\n\tCardIds.SmallBackpacksTavernBrawl,\r\n\t// CardIds.SmallPouchesTavernBrawl,\r\n\tCardIds.StaffOfPainTavernBrawl,\r\n\tCardIds.StakingAClaimTavernBrawl,\r\n\tCardIds.StarvingTavernBrawl,\r\n\tCardIds.StickyFingersTavernBrawl,\r\n\tCardIds.TheFloorIsLavaTavernBrawl,\r\n\tCardIds.UnholyGiftTavernBrawl,\r\n\tCardIds.UnlockedPotential,\r\n\tCardIds.WitherTheWeakTavernBrawl,\r\n];\r\n\r\nexport const duelsPassivePool2 = [\r\n\tCardIds.AvengingArmamentsTavernBrawl,\r\n\tCardIds.BattleStanceTavernBrawl,\r\n\tCardIds.BattleTotem2,\r\n\t// CardIds.Caltrops,\r\n\tCardIds.BronzeSignetTavernBrawl,\r\n\tCardIds.CloakOfEmeraldDreamsTavernBrawl,\r\n\tCardIds.CorruptedFelstoneTavernBrawl,\r\n\tCardIds.DeathlyDeathTavernBrawl,\r\n\tCardIds.DisksOfLegend,\r\n\tCardIds.DoubleTime,\r\n\tCardIds.DraconicDreamTavernBrawl,\r\n\tCardIds.DragonboneRitualTavernBrawl,\r\n\tCardIds.EerieStoneTavernBrawl,\r\n\tCardIds.ElixirOfVigorTavernBrawl,\r\n\tCardIds.EmeraldGogglesTavernBrawl,\r\n\tCardIds.EnduranceTrainingTavernBrawl,\r\n\tCardIds.FlamesOfTheKirinTorTavernBrawl,\r\n\tCardIds.FlameWavesTavernBrawl,\r\n\tCardIds.GlacialDownpourTavernBrawl,\r\n\tCardIds.GreedyGainsTavernBrawl,\r\n\tCardIds.GuardianLightTavernBrawl,\r\n\tCardIds.HagathasEmbraceTavernBrawl,\r\n\tCardIds.HeavyArmorTavernBrawl,\r\n\tCardIds.IdolsOfEluneTavernBrawl,\r\n\tCardIds.ImpCredibleTrousersTavernBrawl,\r\n\tCardIds.IronRootsTavernBrawl,\r\n\tCardIds.KhadgarsScryingOrb,\r\n\tCardIds.MeekMasteryTavernBrawl,\r\n\tCardIds.MulchMadnessTavernBrawl,\r\n\tCardIds.MummyMagic,\r\n\tCardIds.OopsAllSpellsTavernBrawl,\r\n\tCardIds.OrbOfRevelationTavernBrawl,\r\n\tCardIds.PartyReplacementTavernBrawl,\r\n\tCardIds.RallyTheTroopsTavernBrawl,\r\n\tCardIds.RingOfBlackIceTavernBrawl,\r\n\tCardIds.RingOfRefreshmentTavernBrawl,\r\n\tCardIds.RunicHelmTavernBrawl,\r\n\tCardIds.ScepterOfSummoning,\r\n\tCardIds.SpecialDeliveryTavernBrawl,\r\n\tCardIds.SpreadingSaplingsTavernBrawl,\r\n\tCardIds.SunstridersCrownTavernBrawl,\r\n\tCardIds.TotemOfTheDead2,\r\n\tCardIds.UnstableMagicTavernBrawl,\r\n];\r\n\r\nexport const duelsPassivePool2UltraRare = [\r\n\tCardIds.BandOfBeesTavernBrawl,\r\n\tCardIds.CapturedFlag,\r\n\tCardIds.ExpeditedBurialTavernBrawl,\r\n\tCardIds.ManastormTavernBrawl,\r\n\tCardIds.MantleOfIgnitionTavernBrawl,\r\n\tCardIds.RobeOfTheMagi,\r\n\tCardIds.Stargazing,\r\n];\r\n\r\nexport const duelsActivePool1 = [\r\n\tCardIds.AmalgamateTavernBrawl,\r\n\tCardIds.AstralPortalTavernBrawl,\r\n\tCardIds.BeastlyBeautyTavernBrawl,\r\n\tCardIds.BubbaTavernBrawl,\r\n\tCardIds.ButchTavernBrawl,\r\n\tCardIds.BladeOfQueldelarTavernBrawl,\r\n\tCardIds.BloodMoonTavernBrawl,\r\n\tCardIds.ClockworkAssistantTavernBrawl,\r\n\tCardIds.CoinPouchTavernBrawl,\r\n\tCardIds.CreepyCurioTavernBrawl,\r\n\tCardIds.CrustyTheCrustaceanTavernBrawl,\r\n\tCardIds.Queldelar_HiltOfQueldelar,\r\n\tCardIds.Deathcharger,\r\n\tCardIds.Enrage,\r\n\tCardIds.GentlemansTopHat,\r\n\tCardIds.GoldenKobold,\r\n\tCardIds.GreedyPickaxeTavernBrawl,\r\n\tCardIds.HolyBookTavernBrawl,\r\n\tCardIds.HuntersInsightTavernBrawl,\r\n\tCardIds.JawsTavernBrawl,\r\n\tCardIds.LoyalHenchmanTavernBrawl,\r\n\tCardIds.LoyalSidekickTavernBrawl,\r\n\tCardIds.LoomingPresence,\r\n\tCardIds.MageArmorTavernBrawl,\r\n\tCardIds.MaskOfMimicryTavernBrawl,\r\n\tCardIds.MindpocalypseTavernBrawl,\r\n\tCardIds.MurlocHolmesTavernBrawl,\r\n\tCardIds.MutatingInjection,\r\n\tCardIds.NecroticPoisonTavernBrawl,\r\n\tCardIds.OldMilitiaHornTavernBrawl,\r\n\tCardIds.PartyPortalTavernBrawl2,\r\n\tCardIds.PrincessTavernBrawl,\r\n\tCardIds.PureColdTavernBrawl,\r\n\tCardIds.PuzzleBoxTavernBrawl,\r\n\tCardIds.RoyalGift,\r\n\tCardIds.SowTheSeedsTavernBrawl,\r\n\tCardIds.SpyglassTavernBrawl,\r\n\tCardIds.SuperchargeTavernBrawl,\r\n\tCardIds.SurlyMobTavernBrawl,\r\n\tCardIds.TheExorcisorTavernBrawl,\r\n\tCardIds.VampiricFangsToken,\r\n\tCardIds.WorshipperHeroic,\r\n];\r\n\r\nexport const duelsActivePool2 = [\r\n\tCardIds.ArchmageStaffTavernBrawl,\r\n\tCardIds.BagOfCoinsTavernBrawl,\r\n\tCardIds.BookOfTheDeadTavernBrawl,\r\n\tCardIds.GrimmerPatron,\r\n\tCardIds.HyperblasterTavernBrawl,\r\n\tCardIds.AncientReflectionsTavernBrawl,\r\n\tCardIds.BagOfStuffingTavernBrawl,\r\n\tCardIds.Questionquestionquestion_BlackSoulstoneTavernBrawl,\r\n\tCardIds.BladeOfTheBurningSun,\r\n\tCardIds.GnomishArmyKnife,\r\n\tCardIds.BananaSplitTavernBrawl,\r\n\tCardIds.CanopicJarsTavernBrawl,\r\n\tCardIds.PhaorisBlade,\r\n\tCardIds.StaffOfScales,\r\n\tCardIds.WandOfDisintegrationTavernBrawl,\r\n];\r\n\r\nexport const duelsActivePool2UltraRare = [\r\n\tCardIds.ChaosTheoryTavernBrawl,\r\n\tCardIds.OverpoweredTavernBrawl,\r\n\tCardIds.DreamgroveRing,\r\n\tCardIds.EmbersOfRagnarosTavernBrawl,\r\n\tCardIds.WaxRager,\r\n\tCardIds.WishTavernBrawl,\r\n];\r\n\r\nexport const allDuelsTreasureCardIds = [\r\n\t...duelsPassivePool1,\r\n\t...duelsPassivePool2,\r\n\t...duelsPassivePool2UltraRare,\r\n\t...duelsActivePool1,\r\n\t...duelsActivePool2,\r\n\t...duelsActivePool2UltraRare,\r\n];\r\n"]}
|