@d2runewizard/d2s 2.0.72 → 2.0.74
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
|
};
|
|
@@ -5005,6 +5005,11 @@ exports.constants = {
|
|
|
5005
5005
|
},
|
|
5006
5006
|
{ s: 'skill_cooldown' },
|
|
5007
5007
|
{ s: 'skill_missile_damage_scale' },
|
|
5008
|
+
null,
|
|
5009
|
+
null,
|
|
5010
|
+
null,
|
|
5011
|
+
null,
|
|
5012
|
+
null,
|
|
5008
5013
|
{
|
|
5009
5014
|
s: 'passive_dmg_pierce',
|
|
5010
5015
|
sS: 1,
|
|
@@ -21883,6 +21888,36 @@ exports.constants = {
|
|
|
21883
21888
|
"Uber Material",
|
|
21884
21889
|
"Miscellaneous"
|
|
21885
21890
|
]
|
|
21891
|
+
},
|
|
21892
|
+
"cs2": {
|
|
21893
|
+
"iq": 0,
|
|
21894
|
+
"n": "Crafted Sunder Charm",
|
|
21895
|
+
"hi": 0,
|
|
21896
|
+
"gt": 0,
|
|
21897
|
+
"i": "invsst",
|
|
21898
|
+
"iw": 1,
|
|
21899
|
+
"ih": 3,
|
|
21900
|
+
"it": 0,
|
|
21901
|
+
"ig": [],
|
|
21902
|
+
"eq1n": "Charm",
|
|
21903
|
+
"c": [
|
|
21904
|
+
"Grand Charm",
|
|
21905
|
+
"Charm",
|
|
21906
|
+
"Miscellaneous"
|
|
21907
|
+
]
|
|
21908
|
+
},
|
|
21909
|
+
"cjw": {
|
|
21910
|
+
"iq": 0,
|
|
21911
|
+
"n": "Colossal Jewel",
|
|
21912
|
+
"hi": 0,
|
|
21913
|
+
"gt": 0,
|
|
21914
|
+
"i": "invgswe",
|
|
21915
|
+
"iw": 1,
|
|
21916
|
+
"ih": 1,
|
|
21917
|
+
"it": 0,
|
|
21918
|
+
ig: ['invjw1', 'invjw2', 'invjw3', 'invjw4', 'invjw5', 'invjw6'],
|
|
21919
|
+
eq1n: 'Socket Filler',
|
|
21920
|
+
c: ['Jewel', 'Socket Filler', 'Miscellaneous'],
|
|
21886
21921
|
}
|
|
21887
21922
|
},
|
|
21888
21923
|
};
|