@c3d.gg/mwi-types 1.8.4 → 1.10.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/.tsbuildinfo +1 -1
- package/dist/domains/abilities/constants.d.ts +1 -1
- package/dist/domains/abilities/constants.d.ts.map +1 -1
- package/dist/domains/abilities/constants.js +3 -0
- package/dist/domains/achievements/constants.d.ts +3 -0
- package/dist/domains/achievements/constants.d.ts.map +1 -0
- package/dist/domains/achievements/constants.js +87 -0
- package/dist/domains/achievements/index.d.ts +3 -0
- package/dist/domains/achievements/index.d.ts.map +1 -0
- package/dist/domains/achievements/index.js +1 -0
- package/dist/domains/achievements/types.d.ts +30 -0
- package/dist/domains/achievements/types.d.ts.map +1 -0
- package/dist/domains/achievements/types.js +1 -0
- package/dist/domains/actions/constants.d.ts +5 -5
- package/dist/domains/actions/constants.d.ts.map +1 -1
- package/dist/domains/actions/constants.js +795 -685
- package/dist/domains/buffs/constants.d.ts +2 -2
- package/dist/domains/buffs/constants.d.ts.map +1 -1
- package/dist/domains/buffs/constants.js +39 -0
- package/dist/domains/house/constants.js +11 -11
- package/dist/domains/items/constants.d.ts +4 -4
- package/dist/domains/items/constants.d.ts.map +1 -1
- package/dist/domains/items/constants.js +576 -395
- package/dist/domains/labyrinth/constants.d.ts +3 -0
- package/dist/domains/labyrinth/constants.d.ts.map +1 -0
- package/dist/domains/labyrinth/constants.js +34 -0
- package/dist/domains/labyrinth/index.d.ts +3 -0
- package/dist/domains/labyrinth/index.d.ts.map +1 -0
- package/dist/domains/labyrinth/index.js +1 -0
- package/dist/domains/labyrinth/types.d.ts +25 -0
- package/dist/domains/labyrinth/types.d.ts.map +1 -0
- package/dist/domains/labyrinth/types.js +1 -0
- package/dist/domains/level/constants.js +189 -189
- package/dist/domains/monsters/constants.d.ts +1 -1
- package/dist/domains/monsters/constants.d.ts.map +1 -1
- package/dist/domains/monsters/constants.js +10 -0
- package/dist/domains/shared/constants.d.ts +3 -1
- package/dist/domains/shared/constants.d.ts.map +1 -1
- package/dist/domains/shared/constants.js +12 -0
- package/dist/domains/shared/index.d.ts +1 -1
- package/dist/domains/shared/index.d.ts.map +1 -1
- package/dist/domains/shared/index.js +1 -1
- package/dist/domains/shop/constants.d.ts +2 -2
- package/dist/domains/shop/constants.d.ts.map +1 -1
- package/dist/domains/shop/constants.js +4 -1
- package/dist/index.d.ts +9 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +9 -1
- package/package.json +11 -3
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export declare const LABYRINTH_SHOP_ITEM_HRIDS: readonly ["/labyrinth_shop_items/labyrinth_essence", "/labyrinth_shop_items/seal_of_gathering", "/labyrinth_shop_items/seal_of_gourmet", "/labyrinth_shop_items/seal_of_processing", "/labyrinth_shop_items/seal_of_efficiency", "/labyrinth_shop_items/seal_of_action_speed", "/labyrinth_shop_items/seal_of_combat_drop", "/labyrinth_shop_items/seal_of_attack_speed", "/labyrinth_shop_items/seal_of_cast_speed", "/labyrinth_shop_items/seal_of_damage", "/labyrinth_shop_items/seal_of_critical_rate", "/labyrinth_shop_items/seal_of_wisdom", "/labyrinth_shop_items/seal_of_rare_find", "/labyrinth_shop_items/pathbreaker_lodestone", "/labyrinth_shop_items/pathfinder_lodestone", "/labyrinth_shop_items/pathseeker_lodestone", "/labyrinth_shop_items/gatherer_cape", "/labyrinth_shop_items/artificer_cape", "/labyrinth_shop_items/culinary_cape", "/labyrinth_shop_items/chance_cape", "/labyrinth_shop_items/labyrinth_refinement_shard"];
|
|
2
|
+
export declare const LABYRINTH_CRATE_HRIDS: readonly ["/items/advanced_coffee_crate", "/items/advanced_food_crate", "/items/advanced_tea_crate", "/items/basic_coffee_crate", "/items/basic_food_crate", "/items/basic_tea_crate", "/items/expert_coffee_crate", "/items/expert_food_crate", "/items/expert_tea_crate"];
|
|
3
|
+
//# sourceMappingURL=constants.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../src/domains/labyrinth/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,yBAAyB,25BAsB5B,CAAA;AAEV,eAAO,MAAM,qBAAqB,6QAUxB,CAAA"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
export const LABYRINTH_SHOP_ITEM_HRIDS = [
|
|
2
|
+
'/labyrinth_shop_items/labyrinth_essence',
|
|
3
|
+
'/labyrinth_shop_items/seal_of_gathering',
|
|
4
|
+
'/labyrinth_shop_items/seal_of_gourmet',
|
|
5
|
+
'/labyrinth_shop_items/seal_of_processing',
|
|
6
|
+
'/labyrinth_shop_items/seal_of_efficiency',
|
|
7
|
+
'/labyrinth_shop_items/seal_of_action_speed',
|
|
8
|
+
'/labyrinth_shop_items/seal_of_combat_drop',
|
|
9
|
+
'/labyrinth_shop_items/seal_of_attack_speed',
|
|
10
|
+
'/labyrinth_shop_items/seal_of_cast_speed',
|
|
11
|
+
'/labyrinth_shop_items/seal_of_damage',
|
|
12
|
+
'/labyrinth_shop_items/seal_of_critical_rate',
|
|
13
|
+
'/labyrinth_shop_items/seal_of_wisdom',
|
|
14
|
+
'/labyrinth_shop_items/seal_of_rare_find',
|
|
15
|
+
'/labyrinth_shop_items/pathbreaker_lodestone',
|
|
16
|
+
'/labyrinth_shop_items/pathfinder_lodestone',
|
|
17
|
+
'/labyrinth_shop_items/pathseeker_lodestone',
|
|
18
|
+
'/labyrinth_shop_items/gatherer_cape',
|
|
19
|
+
'/labyrinth_shop_items/artificer_cape',
|
|
20
|
+
'/labyrinth_shop_items/culinary_cape',
|
|
21
|
+
'/labyrinth_shop_items/chance_cape',
|
|
22
|
+
'/labyrinth_shop_items/labyrinth_refinement_shard',
|
|
23
|
+
];
|
|
24
|
+
export const LABYRINTH_CRATE_HRIDS = [
|
|
25
|
+
'/items/advanced_coffee_crate',
|
|
26
|
+
'/items/advanced_food_crate',
|
|
27
|
+
'/items/advanced_tea_crate',
|
|
28
|
+
'/items/basic_coffee_crate',
|
|
29
|
+
'/items/basic_food_crate',
|
|
30
|
+
'/items/basic_tea_crate',
|
|
31
|
+
'/items/expert_coffee_crate',
|
|
32
|
+
'/items/expert_food_crate',
|
|
33
|
+
'/items/expert_tea_crate',
|
|
34
|
+
];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/domains/labyrinth/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,qBAAqB,EACrB,yBAAyB,GACzB,MAAM,gBAAgB,CAAA;AACvB,mBAAmB,YAAY,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { LABYRINTH_CRATE_HRIDS, LABYRINTH_SHOP_ITEM_HRIDS, } from "./constants.js";
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import type { LABYRINTH_CRATE_HRIDS, LABYRINTH_SHOP_ITEM_HRIDS } from './constants.ts';
|
|
2
|
+
export type LabyrinthShopItemHrid = (typeof LABYRINTH_SHOP_ITEM_HRIDS)[number];
|
|
3
|
+
export type LabyrinthCrateHrid = (typeof LABYRINTH_CRATE_HRIDS)[number];
|
|
4
|
+
export interface LabyrinthShopItem {
|
|
5
|
+
hrid: LabyrinthShopItemHrid;
|
|
6
|
+
name: string;
|
|
7
|
+
itemHrid: string;
|
|
8
|
+
cost: {
|
|
9
|
+
itemHrid: string;
|
|
10
|
+
count: number;
|
|
11
|
+
};
|
|
12
|
+
outputCount: number;
|
|
13
|
+
sortIndex: number;
|
|
14
|
+
}
|
|
15
|
+
export interface LabyrinthCrateBuff {
|
|
16
|
+
uniqueHrid: string;
|
|
17
|
+
typeHrid: string;
|
|
18
|
+
ratioBoost: number;
|
|
19
|
+
ratioBoostLevelBonus: number;
|
|
20
|
+
flatBoost: number;
|
|
21
|
+
flatBoostLevelBonus: number;
|
|
22
|
+
startTime: string;
|
|
23
|
+
duration: number;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/domains/labyrinth/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,qBAAqB,EACrB,yBAAyB,EACzB,MAAM,gBAAgB,CAAA;AAEvB,MAAM,MAAM,qBAAqB,GAAG,CAAC,OAAO,yBAAyB,CAAC,CAAC,MAAM,CAAC,CAAA;AAE9E,MAAM,MAAM,kBAAkB,GAAG,CAAC,OAAO,qBAAqB,CAAC,CAAC,MAAM,CAAC,CAAA;AAEvE,MAAM,WAAW,iBAAiB;IACjC,IAAI,EAAE,qBAAqB,CAAA;IAC3B,IAAI,EAAE,MAAM,CAAA;IACZ,QAAQ,EAAE,MAAM,CAAA;IAChB,IAAI,EAAE;QAAE,QAAQ,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAA;IACzC,WAAW,EAAE,MAAM,CAAA;IACnB,SAAS,EAAE,MAAM,CAAA;CACjB;AAED,MAAM,WAAW,kBAAkB;IAClC,UAAU,EAAE,MAAM,CAAA;IAClB,QAAQ,EAAE,MAAM,CAAA;IAChB,UAAU,EAAE,MAAM,CAAA;IAClB,oBAAoB,EAAE,MAAM,CAAA;IAC5B,SAAS,EAAE,MAAM,CAAA;IACjB,mBAAmB,EAAE,MAAM,CAAA;IAC3B,SAAS,EAAE,MAAM,CAAA;IACjB,QAAQ,EAAE,MAAM,CAAA;CAChB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -10,193 +10,193 @@ export const LEVEL_EXPERIENCE_TABLE = {
|
|
|
10
10
|
'9': 637,
|
|
11
11
|
'10': 791,
|
|
12
12
|
'11': 964,
|
|
13
|
-
'12':
|
|
14
|
-
'13':
|
|
15
|
-
'14':
|
|
16
|
-
'15':
|
|
17
|
-
'16':
|
|
18
|
-
'17':
|
|
19
|
-
'18':
|
|
20
|
-
'19':
|
|
21
|
-
'20':
|
|
22
|
-
'21':
|
|
23
|
-
'22':
|
|
24
|
-
'23':
|
|
25
|
-
'24':
|
|
26
|
-
'25':
|
|
27
|
-
'26':
|
|
28
|
-
'27':
|
|
29
|
-
'28':
|
|
30
|
-
'29':
|
|
31
|
-
'30':
|
|
32
|
-
'31':
|
|
33
|
-
'32':
|
|
34
|
-
'33':
|
|
35
|
-
'34':
|
|
36
|
-
'35':
|
|
37
|
-
'36':
|
|
38
|
-
'37':
|
|
39
|
-
'38':
|
|
40
|
-
'39':
|
|
41
|
-
'40':
|
|
42
|
-
'41':
|
|
43
|
-
'42':
|
|
44
|
-
'43':
|
|
45
|
-
'44':
|
|
46
|
-
'45':
|
|
47
|
-
'46':
|
|
48
|
-
'47':
|
|
49
|
-
'48':
|
|
50
|
-
'49':
|
|
51
|
-
'50':
|
|
52
|
-
'51':
|
|
53
|
-
'52':
|
|
54
|
-
'53':
|
|
55
|
-
'54':
|
|
56
|
-
'55':
|
|
57
|
-
'56':
|
|
58
|
-
'57':
|
|
59
|
-
'58':
|
|
60
|
-
'59':
|
|
61
|
-
'60':
|
|
62
|
-
'61':
|
|
63
|
-
'62':
|
|
64
|
-
'63':
|
|
65
|
-
'64':
|
|
66
|
-
'65':
|
|
67
|
-
'66':
|
|
68
|
-
'67':
|
|
69
|
-
'68':
|
|
70
|
-
'69':
|
|
71
|
-
'70':
|
|
72
|
-
'71':
|
|
73
|
-
'72':
|
|
74
|
-
'73':
|
|
75
|
-
'74':
|
|
76
|
-
'75':
|
|
77
|
-
'76':
|
|
78
|
-
'77':
|
|
79
|
-
'78':
|
|
80
|
-
'79':
|
|
81
|
-
'80':
|
|
82
|
-
'81':
|
|
83
|
-
'82':
|
|
84
|
-
'83':
|
|
85
|
-
'84':
|
|
86
|
-
'85':
|
|
87
|
-
'86':
|
|
88
|
-
'87':
|
|
89
|
-
'88':
|
|
90
|
-
'89':
|
|
91
|
-
'90':
|
|
92
|
-
'91':
|
|
93
|
-
'92':
|
|
94
|
-
'93':
|
|
95
|
-
'94':
|
|
96
|
-
'95':
|
|
97
|
-
'96':
|
|
98
|
-
'97':
|
|
99
|
-
'98':
|
|
100
|
-
'99':
|
|
101
|
-
'100':
|
|
102
|
-
'101':
|
|
103
|
-
'102':
|
|
104
|
-
'103':
|
|
105
|
-
'104':
|
|
106
|
-
'105':
|
|
107
|
-
'106':
|
|
108
|
-
'107':
|
|
109
|
-
'108':
|
|
110
|
-
'109':
|
|
111
|
-
'110':
|
|
112
|
-
'111':
|
|
113
|
-
'112':
|
|
114
|
-
'113':
|
|
115
|
-
'114':
|
|
116
|
-
'115':
|
|
117
|
-
'116':
|
|
118
|
-
'117':
|
|
119
|
-
'118':
|
|
120
|
-
'119':
|
|
121
|
-
'120':
|
|
122
|
-
'121':
|
|
123
|
-
'122':
|
|
124
|
-
'123':
|
|
125
|
-
'124':
|
|
126
|
-
'125':
|
|
127
|
-
'126':
|
|
128
|
-
'127':
|
|
129
|
-
'128':
|
|
130
|
-
'129':
|
|
131
|
-
'130':
|
|
132
|
-
'131':
|
|
133
|
-
'132':
|
|
134
|
-
'133':
|
|
135
|
-
'134':
|
|
136
|
-
'135':
|
|
137
|
-
'136':
|
|
138
|
-
'137':
|
|
139
|
-
'138':
|
|
140
|
-
'139':
|
|
141
|
-
'140':
|
|
142
|
-
'141':
|
|
143
|
-
'142':
|
|
144
|
-
'143':
|
|
145
|
-
'144':
|
|
146
|
-
'145':
|
|
147
|
-
'146':
|
|
148
|
-
'147':
|
|
149
|
-
'148':
|
|
150
|
-
'149':
|
|
151
|
-
'150':
|
|
152
|
-
'151':
|
|
153
|
-
'152':
|
|
154
|
-
'153':
|
|
155
|
-
'154':
|
|
156
|
-
'155':
|
|
157
|
-
'156':
|
|
158
|
-
'157':
|
|
159
|
-
'158':
|
|
160
|
-
'159':
|
|
161
|
-
'160':
|
|
162
|
-
'161':
|
|
163
|
-
'162':
|
|
164
|
-
'163':
|
|
165
|
-
'164':
|
|
166
|
-
'165':
|
|
167
|
-
'166':
|
|
168
|
-
'167':
|
|
169
|
-
'168':
|
|
170
|
-
'169':
|
|
171
|
-
'170':
|
|
172
|
-
'171':
|
|
173
|
-
'172':
|
|
174
|
-
'173':
|
|
175
|
-
'174':
|
|
176
|
-
'175':
|
|
177
|
-
'176':
|
|
178
|
-
'177':
|
|
179
|
-
'178':
|
|
180
|
-
'179':
|
|
181
|
-
'180':
|
|
182
|
-
'181':
|
|
183
|
-
'182':
|
|
184
|
-
'183':
|
|
185
|
-
'184':
|
|
186
|
-
'185':
|
|
187
|
-
'186':
|
|
188
|
-
'187':
|
|
189
|
-
'188':
|
|
190
|
-
'189':
|
|
191
|
-
'190':
|
|
192
|
-
'191':
|
|
193
|
-
'192':
|
|
194
|
-
'193':
|
|
195
|
-
'194':
|
|
196
|
-
'195':
|
|
197
|
-
'196':
|
|
198
|
-
'197':
|
|
199
|
-
'198':
|
|
200
|
-
'199':
|
|
201
|
-
'200':
|
|
13
|
+
'12': 1159,
|
|
14
|
+
'13': 1377,
|
|
15
|
+
'14': 1620,
|
|
16
|
+
'15': 1891,
|
|
17
|
+
'16': 2192,
|
|
18
|
+
'17': 2525,
|
|
19
|
+
'18': 2893,
|
|
20
|
+
'19': 3300,
|
|
21
|
+
'20': 3750,
|
|
22
|
+
'21': 4247,
|
|
23
|
+
'22': 4795,
|
|
24
|
+
'23': 5400,
|
|
25
|
+
'24': 6068,
|
|
26
|
+
'25': 6805,
|
|
27
|
+
'26': 7618,
|
|
28
|
+
'27': 8517,
|
|
29
|
+
'28': 9508,
|
|
30
|
+
'29': 10604,
|
|
31
|
+
'30': 11814,
|
|
32
|
+
'31': 13151,
|
|
33
|
+
'32': 14629,
|
|
34
|
+
'33': 16262,
|
|
35
|
+
'34': 18068,
|
|
36
|
+
'35': 20064,
|
|
37
|
+
'36': 22271,
|
|
38
|
+
'37': 24712,
|
|
39
|
+
'38': 27411,
|
|
40
|
+
'39': 30396,
|
|
41
|
+
'40': 33697,
|
|
42
|
+
'41': 37346,
|
|
43
|
+
'42': 41381,
|
|
44
|
+
'43': 45842,
|
|
45
|
+
'44': 50773,
|
|
46
|
+
'45': 56222,
|
|
47
|
+
'46': 62243,
|
|
48
|
+
'47': 68895,
|
|
49
|
+
'48': 76242,
|
|
50
|
+
'49': 84355,
|
|
51
|
+
'50': 93311,
|
|
52
|
+
'51': 103195,
|
|
53
|
+
'52': 114100,
|
|
54
|
+
'53': 126127,
|
|
55
|
+
'54': 139390,
|
|
56
|
+
'55': 154009,
|
|
57
|
+
'56': 170118,
|
|
58
|
+
'57': 187863,
|
|
59
|
+
'58': 207403,
|
|
60
|
+
'59': 228914,
|
|
61
|
+
'60': 252584,
|
|
62
|
+
'61': 278623,
|
|
63
|
+
'62': 307256,
|
|
64
|
+
'63': 338731,
|
|
65
|
+
'64': 373318,
|
|
66
|
+
'65': 411311,
|
|
67
|
+
'66': 453030,
|
|
68
|
+
'67': 498824,
|
|
69
|
+
'68': 549074,
|
|
70
|
+
'69': 604193,
|
|
71
|
+
'70': 664632,
|
|
72
|
+
'71': 730881,
|
|
73
|
+
'72': 803472,
|
|
74
|
+
'73': 882985,
|
|
75
|
+
'74': 970050,
|
|
76
|
+
'75': 1065351,
|
|
77
|
+
'76': 1169633,
|
|
78
|
+
'77': 1283701,
|
|
79
|
+
'78': 1408433,
|
|
80
|
+
'79': 1544780,
|
|
81
|
+
'80': 1693774,
|
|
82
|
+
'81': 1856536,
|
|
83
|
+
'82': 2034279,
|
|
84
|
+
'83': 2228321,
|
|
85
|
+
'84': 2440088,
|
|
86
|
+
'85': 2671127,
|
|
87
|
+
'86': 2923113,
|
|
88
|
+
'87': 3197861,
|
|
89
|
+
'88': 3497335,
|
|
90
|
+
'89': 3823663,
|
|
91
|
+
'90': 4179145,
|
|
92
|
+
'91': 4566274,
|
|
93
|
+
'92': 4987741,
|
|
94
|
+
'93': 5446463,
|
|
95
|
+
'94': 5945587,
|
|
96
|
+
'95': 6488521,
|
|
97
|
+
'96': 7078945,
|
|
98
|
+
'97': 7720834,
|
|
99
|
+
'98': 8418485,
|
|
100
|
+
'99': 9176537,
|
|
101
|
+
'100': 10000000,
|
|
102
|
+
'101': 11404976,
|
|
103
|
+
'102': 12904567,
|
|
104
|
+
'103': 14514400,
|
|
105
|
+
'104': 16242080,
|
|
106
|
+
'105': 18095702,
|
|
107
|
+
'106': 20083886,
|
|
108
|
+
'107': 22215808,
|
|
109
|
+
'108': 24501230,
|
|
110
|
+
'109': 26950540,
|
|
111
|
+
'110': 29574787,
|
|
112
|
+
'111': 32385721,
|
|
113
|
+
'112': 35395838,
|
|
114
|
+
'113': 38618420,
|
|
115
|
+
'114': 42067584,
|
|
116
|
+
'115': 45758332,
|
|
117
|
+
'116': 49706603,
|
|
118
|
+
'117': 53929328,
|
|
119
|
+
'118': 58444489,
|
|
120
|
+
'119': 63271179,
|
|
121
|
+
'120': 68429670,
|
|
122
|
+
'121': 73941479,
|
|
123
|
+
'122': 79829440,
|
|
124
|
+
'123': 86117783,
|
|
125
|
+
'124': 92832214,
|
|
126
|
+
'125': 100000000,
|
|
127
|
+
'126': 114406130,
|
|
128
|
+
'127': 130118394,
|
|
129
|
+
'128': 147319656,
|
|
130
|
+
'129': 166147618,
|
|
131
|
+
'130': 186752428,
|
|
132
|
+
'131': 209297771,
|
|
133
|
+
'132': 233962072,
|
|
134
|
+
'133': 260939787,
|
|
135
|
+
'134': 290442814,
|
|
136
|
+
'135': 322702028,
|
|
137
|
+
'136': 357968938,
|
|
138
|
+
'137': 396517495,
|
|
139
|
+
'138': 438646053,
|
|
140
|
+
'139': 484679494,
|
|
141
|
+
'140': 534971538,
|
|
142
|
+
'141': 589907252,
|
|
143
|
+
'142': 649905763,
|
|
144
|
+
'143': 715423218,
|
|
145
|
+
'144': 786955977,
|
|
146
|
+
'145': 865044093,
|
|
147
|
+
'146': 950275074,
|
|
148
|
+
'147': 1043287971,
|
|
149
|
+
'148': 1144777804,
|
|
150
|
+
'149': 1255500373,
|
|
151
|
+
'150': 1376277458,
|
|
152
|
+
'151': 1508002470,
|
|
153
|
+
'152': 1651646566,
|
|
154
|
+
'153': 1808265285,
|
|
155
|
+
'154': 1979005730,
|
|
156
|
+
'155': 2165114358,
|
|
157
|
+
'156': 2367945418,
|
|
158
|
+
'157': 2588970089,
|
|
159
|
+
'158': 2829786381,
|
|
160
|
+
'159': 3092129857,
|
|
161
|
+
'160': 3377885250,
|
|
162
|
+
'161': 3689099031,
|
|
163
|
+
'162': 4027993033,
|
|
164
|
+
'163': 4396979184,
|
|
165
|
+
'164': 4798675471,
|
|
166
|
+
'165': 5235923207,
|
|
167
|
+
'166': 5711805728,
|
|
168
|
+
'167': 6229668624,
|
|
169
|
+
'168': 6793141628,
|
|
170
|
+
'169': 7406162301,
|
|
171
|
+
'170': 8073001662,
|
|
172
|
+
'171': 8798291902,
|
|
173
|
+
'172': 9587056372,
|
|
174
|
+
'173': 10444742007,
|
|
175
|
+
'174': 11377254401,
|
|
176
|
+
'175': 12390995728,
|
|
177
|
+
'176': 13492905745,
|
|
178
|
+
'177': 14690506120,
|
|
179
|
+
'178': 15991948361,
|
|
180
|
+
'179': 17406065609,
|
|
181
|
+
'180': 18942428633,
|
|
182
|
+
'181': 20611406335,
|
|
183
|
+
'182': 22424231139,
|
|
184
|
+
'183': 24393069640,
|
|
185
|
+
'184': 26531098945,
|
|
186
|
+
'185': 28852589138,
|
|
187
|
+
'186': 31372992363,
|
|
188
|
+
'187': 34109039054,
|
|
189
|
+
'188': 37078841860,
|
|
190
|
+
'189': 40302007875,
|
|
191
|
+
'190': 43799759843,
|
|
192
|
+
'191': 47595067021,
|
|
193
|
+
'192': 51712786465,
|
|
194
|
+
'193': 56179815564,
|
|
195
|
+
'194': 61025256696,
|
|
196
|
+
'195': 66280594953,
|
|
197
|
+
'196': 71979889960,
|
|
198
|
+
'197': 78159982881,
|
|
199
|
+
'198': 84860719814,
|
|
200
|
+
'199': 92125192822,
|
|
201
|
+
'200': 100000000000,
|
|
202
202
|
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const MONSTER_HRIDS: readonly ["/monsters/abyssal_imp", "/monsters/acrobat", "/monsters/alligator", "/monsters/anchor_shark", "/monsters/aquahorse", "/monsters/black_bear", "/monsters/brine_marksman", "/monsters/butterjerry", "/monsters/captain_fishhook", "/monsters/centaur_archer", "/monsters/chronofrost_sorcerer", "/monsters/crab", "/monsters/crystal_colossus", "/monsters/demonic_overlord", "/monsters/deranged_jester", "/monsters/dodocamel", "/monsters/dusk_revenant", "/monsters/elementalist", "/monsters/enchanted_bishop", "/monsters/enchanted_king", "/monsters/enchanted_knight", "/monsters/enchanted_pawn", "/monsters/enchanted_queen", "/monsters/enchanted_rook", "/monsters/eye", "/monsters/eyes", "/monsters/flame_sorcerer", "/monsters/fly", "/monsters/frog", "/monsters/giant_shoebill", "/monsters/gobo_boomy", "/monsters/gobo_chieftain", "/monsters/gobo_shooty", "/monsters/gobo_slashy", "/monsters/gobo_smashy", "/monsters/gobo_stabby", "/monsters/granite_golem", "/monsters/griffin", "/monsters/grizzly_bear", "/monsters/gummy_bear", "/monsters/ice_sorcerer", "/monsters/infernal_warlock", "/monsters/jackalope", "/monsters/juggler", "/monsters/jungle_sprite", "/monsters/luna_empress", "/monsters/magician", "/monsters/magnetic_golem", "/monsters/manticore", "/monsters/marine_huntress", "/monsters/myconid", "/monsters/nom_nom", "/monsters/novice_sorcerer", "/monsters/panda", "/monsters/polar_bear", "/monsters/porcupine", "/monsters/rabid_rabbit", "/monsters/rat", "/monsters/red_panda", "/monsters/sea_snail", "/monsters/skunk", "/monsters/slimy", "/monsters/snake", "/monsters/soul_hunter", "/monsters/squawker", "/monsters/stalactite_golem", "/monsters/swampy", "/monsters/the_kraken", "/monsters/the_watcher", "/monsters/tidal_conjuror", "/monsters/treant", "/monsters/turtle", "/monsters/vampire", "/monsters/veyes", "/monsters/werewolf", "/monsters/zombie", "/monsters/zombie_bear"];
|
|
1
|
+
export declare const MONSTER_HRIDS: readonly ["/monsters/abyssal_imp", "/monsters/acrobat", "/monsters/alligator", "/monsters/anchor_shark", "/monsters/aquahorse", "/monsters/black_bear", "/monsters/brine_marksman", "/monsters/butterjerry", "/monsters/captain_fishhook", "/monsters/centaur_archer", "/monsters/chronofrost_sorcerer", "/monsters/crab", "/monsters/crystal_colossus", "/monsters/cyclops", "/monsters/demonic_overlord", "/monsters/deranged_jester", "/monsters/dodocamel", "/monsters/dryad", "/monsters/dusk_revenant", "/monsters/elementalist", "/monsters/enchanted_bishop", "/monsters/enchanted_king", "/monsters/enchanted_knight", "/monsters/enchanted_pawn", "/monsters/enchanted_queen", "/monsters/enchanted_rook", "/monsters/eye", "/monsters/eyes", "/monsters/flame_sorcerer", "/monsters/fly", "/monsters/frog", "/monsters/frost_sniper", "/monsters/giant_mantis", "/monsters/giant_scorpion", "/monsters/giant_shoebill", "/monsters/gobo_boomy", "/monsters/gobo_chieftain", "/monsters/gobo_shooty", "/monsters/gobo_slashy", "/monsters/gobo_smashy", "/monsters/gobo_stabby", "/monsters/granite_golem", "/monsters/griffin", "/monsters/grizzly_bear", "/monsters/gummy_bear", "/monsters/ice_sorcerer", "/monsters/infernal_warlock", "/monsters/jackalope", "/monsters/juggler", "/monsters/jungle_sprite", "/monsters/luna_empress", "/monsters/magician", "/monsters/magnetic_golem", "/monsters/manticore", "/monsters/marine_huntress", "/monsters/mimic", "/monsters/myconid", "/monsters/nom_nom", "/monsters/novice_sorcerer", "/monsters/panda", "/monsters/polar_bear", "/monsters/porcupine", "/monsters/pyre_hunter", "/monsters/rabid_rabbit", "/monsters/rat", "/monsters/red_panda", "/monsters/salamander", "/monsters/sea_snail", "/monsters/shadow_archer", "/monsters/siren", "/monsters/skunk", "/monsters/slimy", "/monsters/snake", "/monsters/soul_hunter", "/monsters/squawker", "/monsters/stalactite_golem", "/monsters/swampy", "/monsters/the_kraken", "/monsters/the_watcher", "/monsters/tidal_conjuror", "/monsters/treant", "/monsters/turtle", "/monsters/vampire", "/monsters/veyes", "/monsters/werewolf", "/monsters/zombie", "/monsters/zombie_bear"];
|
|
2
2
|
//# sourceMappingURL=constants.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../src/domains/monsters/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa,
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../src/domains/monsters/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa,2kEAwFhB,CAAA"}
|
|
@@ -12,9 +12,11 @@ export const MONSTER_HRIDS = [
|
|
|
12
12
|
'/monsters/chronofrost_sorcerer',
|
|
13
13
|
'/monsters/crab',
|
|
14
14
|
'/monsters/crystal_colossus',
|
|
15
|
+
'/monsters/cyclops',
|
|
15
16
|
'/monsters/demonic_overlord',
|
|
16
17
|
'/monsters/deranged_jester',
|
|
17
18
|
'/monsters/dodocamel',
|
|
19
|
+
'/monsters/dryad',
|
|
18
20
|
'/monsters/dusk_revenant',
|
|
19
21
|
'/monsters/elementalist',
|
|
20
22
|
'/monsters/enchanted_bishop',
|
|
@@ -28,6 +30,9 @@ export const MONSTER_HRIDS = [
|
|
|
28
30
|
'/monsters/flame_sorcerer',
|
|
29
31
|
'/monsters/fly',
|
|
30
32
|
'/monsters/frog',
|
|
33
|
+
'/monsters/frost_sniper',
|
|
34
|
+
'/monsters/giant_mantis',
|
|
35
|
+
'/monsters/giant_scorpion',
|
|
31
36
|
'/monsters/giant_shoebill',
|
|
32
37
|
'/monsters/gobo_boomy',
|
|
33
38
|
'/monsters/gobo_chieftain',
|
|
@@ -49,16 +54,21 @@ export const MONSTER_HRIDS = [
|
|
|
49
54
|
'/monsters/magnetic_golem',
|
|
50
55
|
'/monsters/manticore',
|
|
51
56
|
'/monsters/marine_huntress',
|
|
57
|
+
'/monsters/mimic',
|
|
52
58
|
'/monsters/myconid',
|
|
53
59
|
'/monsters/nom_nom',
|
|
54
60
|
'/monsters/novice_sorcerer',
|
|
55
61
|
'/monsters/panda',
|
|
56
62
|
'/monsters/polar_bear',
|
|
57
63
|
'/monsters/porcupine',
|
|
64
|
+
'/monsters/pyre_hunter',
|
|
58
65
|
'/monsters/rabid_rabbit',
|
|
59
66
|
'/monsters/rat',
|
|
60
67
|
'/monsters/red_panda',
|
|
68
|
+
'/monsters/salamander',
|
|
61
69
|
'/monsters/sea_snail',
|
|
70
|
+
'/monsters/shadow_archer',
|
|
71
|
+
'/monsters/siren',
|
|
62
72
|
'/monsters/skunk',
|
|
63
73
|
'/monsters/slimy',
|
|
64
74
|
'/monsters/snake',
|
|
@@ -1,2 +1,4 @@
|
|
|
1
|
-
export declare const OPENABLE_LOOT_DROP_HRIDS: readonly ["/items/bag_of_10_cowbells", "/items/chimerical_chest", "/items/chimerical_refinement_chest", "/items/enchanted_chest", "/items/enchanted_refinement_chest", "/items/large_artisans_crate", "/items/large_meteorite_cache", "/items/large_treasure_chest", "/items/medium_artisans_crate", "/items/medium_meteorite_cache", "/items/medium_treasure_chest", "/items/pirate_chest", "/items/pirate_refinement_chest", "/items/purples_gift", "/items/sinister_chest", "/items/sinister_refinement_chest", "/items/small_artisans_crate", "/items/small_meteorite_cache", "/items/small_treasure_chest"];
|
|
1
|
+
export declare const OPENABLE_LOOT_DROP_HRIDS: readonly ["/items/bag_of_10_cowbells", "/items/chimerical_chest", "/items/chimerical_refinement_chest", "/items/enchanted_chest", "/items/enchanted_refinement_chest", "/items/labyrinth_refinement_chest", "/items/large_artisans_crate", "/items/large_meteorite_cache", "/items/large_treasure_chest", "/items/medium_artisans_crate", "/items/medium_meteorite_cache", "/items/medium_treasure_chest", "/items/pirate_chest", "/items/pirate_refinement_chest", "/items/purdoras_box_combat", "/items/purdoras_box_skilling", "/items/purples_gift", "/items/sinister_chest", "/items/sinister_refinement_chest", "/items/small_artisans_crate", "/items/small_meteorite_cache", "/items/small_treasure_chest"];
|
|
2
|
+
export declare const ENHANCEMENT_LEVEL_SUCCESS_RATES: readonly [0.5, 0.45, 0.45, 0.4, 0.4, 0.4, 0.35, 0.35, 0.35, 0.35, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3];
|
|
3
|
+
export declare const ENHANCEMENT_LEVEL_BONUS_MULTIPLIERS: readonly [0, 1, 2.1, 3.3, 4.6, 6, 7.5, 9.1, 10.8, 12.600000000000001, 14.500000000000002, 16.7, 19.2, 22, 25.1, 28.5, 32.2, 36.2, 40.50000000000001, 45.1, 50];
|
|
2
4
|
//# sourceMappingURL=constants.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../src/domains/shared/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,wBAAwB,
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../src/domains/shared/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,wBAAwB,qrBAuB3B,CAAA;AAEV,eAAO,MAAM,+BAA+B,qHAGlC,CAAA;AAEV,eAAO,MAAM,mCAAmC,gKAItC,CAAA"}
|
|
@@ -4,6 +4,7 @@ export const OPENABLE_LOOT_DROP_HRIDS = [
|
|
|
4
4
|
'/items/chimerical_refinement_chest',
|
|
5
5
|
'/items/enchanted_chest',
|
|
6
6
|
'/items/enchanted_refinement_chest',
|
|
7
|
+
'/items/labyrinth_refinement_chest',
|
|
7
8
|
'/items/large_artisans_crate',
|
|
8
9
|
'/items/large_meteorite_cache',
|
|
9
10
|
'/items/large_treasure_chest',
|
|
@@ -12,6 +13,8 @@ export const OPENABLE_LOOT_DROP_HRIDS = [
|
|
|
12
13
|
'/items/medium_treasure_chest',
|
|
13
14
|
'/items/pirate_chest',
|
|
14
15
|
'/items/pirate_refinement_chest',
|
|
16
|
+
'/items/purdoras_box_combat',
|
|
17
|
+
'/items/purdoras_box_skilling',
|
|
15
18
|
'/items/purples_gift',
|
|
16
19
|
'/items/sinister_chest',
|
|
17
20
|
'/items/sinister_refinement_chest',
|
|
@@ -19,3 +22,12 @@ export const OPENABLE_LOOT_DROP_HRIDS = [
|
|
|
19
22
|
'/items/small_meteorite_cache',
|
|
20
23
|
'/items/small_treasure_chest',
|
|
21
24
|
];
|
|
25
|
+
export const ENHANCEMENT_LEVEL_SUCCESS_RATES = [
|
|
26
|
+
0.5, 0.45, 0.45, 0.4, 0.4, 0.4, 0.35, 0.35, 0.35, 0.35, 0.3, 0.3, 0.3, 0.3,
|
|
27
|
+
0.3, 0.3, 0.3, 0.3, 0.3, 0.3,
|
|
28
|
+
];
|
|
29
|
+
export const ENHANCEMENT_LEVEL_BONUS_MULTIPLIERS = [
|
|
30
|
+
0, 1, 2.1, 3.3, 4.6, 6, 7.5, 9.1, 10.8, 12.600000000000001,
|
|
31
|
+
14.500000000000002, 16.7, 19.2, 22, 25.1, 28.5, 32.2, 36.2, 40.50000000000001,
|
|
32
|
+
45.1, 50,
|
|
33
|
+
];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/domains/shared/index.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/domains/shared/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,mCAAmC,EACnC,+BAA+B,EAC/B,wBAAwB,GACxB,MAAM,gBAAgB,CAAA;AACvB,mBAAmB,YAAY,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { OPENABLE_LOOT_DROP_HRIDS } from "./constants.js";
|
|
1
|
+
export { ENHANCEMENT_LEVEL_BONUS_MULTIPLIERS, ENHANCEMENT_LEVEL_SUCCESS_RATES, OPENABLE_LOOT_DROP_HRIDS, } from "./constants.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const SHOP_CATEGORIES_HRIDS: readonly ["/shop_categories/dungeon", "/shop_categories/general"];
|
|
2
|
-
export declare const SHOP_ITEMS_HRIDS: readonly ["/shop_items/acrobats_ribbon", "/shop_items/bishops_scroll", "/shop_items/chaotic_chain", "/shop_items/cheese_alembic", "/shop_items/cheese_brush", "/shop_items/cheese_chisel", "/shop_items/cheese_enhancer", "/shop_items/cheese_hammer", "/shop_items/cheese_hatchet", "/shop_items/cheese_mace", "/shop_items/cheese_needle", "/shop_items/cheese_pot", "/shop_items/cheese_shears", "/shop_items/cheese_spatula", "/shop_items/cheese_spear", "/shop_items/cheese_sword", "/shop_items/chimerical_essence", "/shop_items/chimerical_quiver", "/shop_items/corsair_crest", "/shop_items/cursed_ball", "/shop_items/damaged_anchor", "/shop_items/dodocamel_plume", "/shop_items/enchanted_cloak", "/shop_items/enchanted_essence", "/shop_items/griffin_leather", "/shop_items/griffin_talon", "/shop_items/jackalope_antler", "/shop_items/knights_ingot", "/shop_items/kraken_fang", "/shop_items/kraken_leather", "/shop_items/maelstrom_plating", "/shop_items/magicians_cloth", "/shop_items/manticore_sting", "/shop_items/marksman_brooch", "/shop_items/
|
|
3
|
-
export declare const BUYABLE_UPGRADES_HRIDS: readonly ["/buyable_upgrades/action_queue_cap_1", "/buyable_upgrades/action_queue_cap_2", "/buyable_upgrades/action_queue_cap_3", "/buyable_upgrades/action_queue_cap_4", "/buyable_upgrades/loadout_slot_cap_1", "/buyable_upgrades/loadout_slot_cap_2", "/buyable_upgrades/loadout_slot_cap_3", "/buyable_upgrades/loadout_slot_cap_4", "/buyable_upgrades/market_listing_cap_1", "/buyable_upgrades/market_listing_cap_2", "/buyable_upgrades/market_listing_cap_3", "/buyable_upgrades/market_listing_cap_4", "/buyable_upgrades/market_listing_cap_5", "/buyable_upgrades/offline_hour_cap_1", "/buyable_upgrades/offline_hour_cap_2", "/buyable_upgrades/offline_hour_cap_3", "/buyable_upgrades/offline_hour_cap_4", "/buyable_upgrades/task_slot_cap_1", "/buyable_upgrades/task_slot_cap_2", "/buyable_upgrades/task_slot_cap_3", "/buyable_upgrades/task_slot_cap_4"];
|
|
2
|
+
export declare const SHOP_ITEMS_HRIDS: readonly ["/shop_items/acrobats_ribbon", "/shop_items/bishops_scroll", "/shop_items/chaotic_chain", "/shop_items/cheese_alembic", "/shop_items/cheese_brush", "/shop_items/cheese_chisel", "/shop_items/cheese_enhancer", "/shop_items/cheese_hammer", "/shop_items/cheese_hatchet", "/shop_items/cheese_mace", "/shop_items/cheese_needle", "/shop_items/cheese_pot", "/shop_items/cheese_shears", "/shop_items/cheese_spatula", "/shop_items/cheese_spear", "/shop_items/cheese_sword", "/shop_items/chimerical_essence", "/shop_items/chimerical_quiver", "/shop_items/corsair_crest", "/shop_items/cursed_ball", "/shop_items/damaged_anchor", "/shop_items/dodocamel_plume", "/shop_items/enchanted_cloak", "/shop_items/enchanted_essence", "/shop_items/griffin_leather", "/shop_items/griffin_talon", "/shop_items/jackalope_antler", "/shop_items/knights_ingot", "/shop_items/kraken_fang", "/shop_items/kraken_leather", "/shop_items/maelstrom_plating", "/shop_items/magicians_cloth", "/shop_items/manticore_sting", "/shop_items/marksman_brooch", "/shop_items/pirate_essence", "/shop_items/regal_jewel", "/shop_items/royal_cloth", "/shop_items/sinister_cape", "/shop_items/sinister_essence", "/shop_items/sundering_jewel", "/shop_items/trainee_alchemy_charm", "/shop_items/trainee_attack_charm", "/shop_items/trainee_brewing_charm", "/shop_items/trainee_cheesesmithing_charm", "/shop_items/trainee_cooking_charm", "/shop_items/trainee_crafting_charm", "/shop_items/trainee_defense_charm", "/shop_items/trainee_enhancing_charm", "/shop_items/trainee_foraging_charm", "/shop_items/trainee_intelligence_charm", "/shop_items/trainee_magic_charm", "/shop_items/trainee_melee_charm", "/shop_items/trainee_milking_charm", "/shop_items/trainee_ranged_charm", "/shop_items/trainee_stamina_charm", "/shop_items/trainee_tailoring_charm", "/shop_items/trainee_woodcutting_charm", "/shop_items/wooden_bow", "/shop_items/wooden_crossbow", "/shop_items/wooden_fire_staff", "/shop_items/wooden_nature_staff", "/shop_items/wooden_water_staff"];
|
|
3
|
+
export declare const BUYABLE_UPGRADES_HRIDS: readonly ["/buyable_upgrades/action_queue_cap_1", "/buyable_upgrades/action_queue_cap_2", "/buyable_upgrades/action_queue_cap_3", "/buyable_upgrades/action_queue_cap_4", "/buyable_upgrades/labyrinth_path_cap_1", "/buyable_upgrades/labyrinth_path_cap_2", "/buyable_upgrades/labyrinth_path_cap_3", "/buyable_upgrades/labyrinth_path_cap_4", "/buyable_upgrades/loadout_slot_cap_1", "/buyable_upgrades/loadout_slot_cap_2", "/buyable_upgrades/loadout_slot_cap_3", "/buyable_upgrades/loadout_slot_cap_4", "/buyable_upgrades/market_listing_cap_1", "/buyable_upgrades/market_listing_cap_2", "/buyable_upgrades/market_listing_cap_3", "/buyable_upgrades/market_listing_cap_4", "/buyable_upgrades/market_listing_cap_5", "/buyable_upgrades/offline_hour_cap_1", "/buyable_upgrades/offline_hour_cap_2", "/buyable_upgrades/offline_hour_cap_3", "/buyable_upgrades/offline_hour_cap_4", "/buyable_upgrades/task_slot_cap_1", "/buyable_upgrades/task_slot_cap_2", "/buyable_upgrades/task_slot_cap_3", "/buyable_upgrades/task_slot_cap_4"];
|
|
4
4
|
export declare const PURCHASE_BUNDLES_HRIDS: readonly ["/purchase_bundles/cowbells_1050", "/purchase_bundles/cowbells_11500", "/purchase_bundles/cowbells_2700", "/purchase_bundles/cowbells_500", "/purchase_bundles/cowbells_5500", "/purchase_bundles/moo_pass_account_30", "/purchase_bundles/moo_pass_account_365", "/purchase_bundles/moo_pass_account_90", "/purchase_bundles/moo_pass_ironcow_30", "/purchase_bundles/moo_pass_ironcow_365", "/purchase_bundles/moo_pass_ironcow_90", "/purchase_bundles/moo_pass_standard_30", "/purchase_bundles/moo_pass_standard_365", "/purchase_bundles/moo_pass_standard_90"];
|
|
5
5
|
//# sourceMappingURL=constants.d.ts.map
|