@d2runewizard/d2s 2.0.72 → 2.0.73
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.
|
@@ -16117,5 +16117,31 @@ export declare let constants: {
|
|
|
16117
16117
|
eq1n: string;
|
|
16118
16118
|
c: string[];
|
|
16119
16119
|
};
|
|
16120
|
+
cs2: {
|
|
16121
|
+
iq: number;
|
|
16122
|
+
n: string;
|
|
16123
|
+
hi: number;
|
|
16124
|
+
gt: number;
|
|
16125
|
+
i: string;
|
|
16126
|
+
iw: number;
|
|
16127
|
+
ih: number;
|
|
16128
|
+
it: number;
|
|
16129
|
+
ig: never[];
|
|
16130
|
+
eq1n: string;
|
|
16131
|
+
c: string[];
|
|
16132
|
+
};
|
|
16133
|
+
cjw: {
|
|
16134
|
+
iq: number;
|
|
16135
|
+
n: string;
|
|
16136
|
+
hi: number;
|
|
16137
|
+
gt: number;
|
|
16138
|
+
i: string;
|
|
16139
|
+
iw: number;
|
|
16140
|
+
ih: number;
|
|
16141
|
+
it: number;
|
|
16142
|
+
ig: string[];
|
|
16143
|
+
eq1n: string;
|
|
16144
|
+
c: string[];
|
|
16145
|
+
};
|
|
16120
16146
|
};
|
|
16121
16147
|
};
|
|
@@ -21883,6 +21883,36 @@ exports.constants = {
|
|
|
21883
21883
|
"Uber Material",
|
|
21884
21884
|
"Miscellaneous"
|
|
21885
21885
|
]
|
|
21886
|
+
},
|
|
21887
|
+
"cs2": {
|
|
21888
|
+
"iq": 0,
|
|
21889
|
+
"n": "Crafted Sunder Charm",
|
|
21890
|
+
"hi": 0,
|
|
21891
|
+
"gt": 0,
|
|
21892
|
+
"i": "invsst",
|
|
21893
|
+
"iw": 1,
|
|
21894
|
+
"ih": 3,
|
|
21895
|
+
"it": 0,
|
|
21896
|
+
"ig": [],
|
|
21897
|
+
"eq1n": "Charm",
|
|
21898
|
+
"c": [
|
|
21899
|
+
"Grand Charm",
|
|
21900
|
+
"Charm",
|
|
21901
|
+
"Miscellaneous"
|
|
21902
|
+
]
|
|
21903
|
+
},
|
|
21904
|
+
"cjw": {
|
|
21905
|
+
"iq": 0,
|
|
21906
|
+
"n": "Colossal Jewel",
|
|
21907
|
+
"hi": 0,
|
|
21908
|
+
"gt": 0,
|
|
21909
|
+
"i": "invgswe",
|
|
21910
|
+
"iw": 1,
|
|
21911
|
+
"ih": 1,
|
|
21912
|
+
"it": 0,
|
|
21913
|
+
ig: ['invjw1', 'invjw2', 'invjw3', 'invjw4', 'invjw5', 'invjw6'],
|
|
21914
|
+
eq1n: 'Socket Filler',
|
|
21915
|
+
c: ['Jewel', 'Socket Filler', 'Miscellaneous'],
|
|
21886
21916
|
}
|
|
21887
21917
|
},
|
|
21888
21918
|
};
|