@d2runewizard/d2s 2.0.65 → 2.0.67
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.
|
@@ -1057,6 +1057,10 @@ export declare let constants: {
|
|
|
1057
1057
|
s: string;
|
|
1058
1058
|
f: number;
|
|
1059
1059
|
}[];
|
|
1060
|
+
'pierce-magic': {
|
|
1061
|
+
s: string;
|
|
1062
|
+
f: number;
|
|
1063
|
+
}[];
|
|
1060
1064
|
};
|
|
1061
1065
|
magical_properties: ({
|
|
1062
1066
|
s: string;
|
|
@@ -1949,7 +1953,7 @@ export declare let constants: {
|
|
|
1949
1953
|
i: string;
|
|
1950
1954
|
c: string;
|
|
1951
1955
|
tc?: undefined;
|
|
1952
|
-
})[];
|
|
1956
|
+
} | null)[];
|
|
1953
1957
|
stackables: {
|
|
1954
1958
|
tkf: {
|
|
1955
1959
|
n: string;
|
|
@@ -2503,6 +2503,7 @@ exports.constants = {
|
|
|
2503
2503
|
'pierce-immunity-damage': [{ s: 'item_pierce_damage_immunity', f: 1 }],
|
|
2504
2504
|
'pierce-immunity-magic': [{ s: 'item_pierce_magic_immunity', f: 1 }],
|
|
2505
2505
|
'charge-noconsume': [{ s: 'item_charge_noconsume', f: 1 }],
|
|
2506
|
+
'pierce-magic': [{ s: 'passive_magic_pierce', f: 1 }],
|
|
2506
2507
|
},
|
|
2507
2508
|
magical_properties: [
|
|
2508
2509
|
{
|
|
@@ -6329,6 +6330,7 @@ exports.constants = {
|
|
|
6329
6330
|
"c": "8rx",
|
|
6330
6331
|
"tc": "blac"
|
|
6331
6332
|
},
|
|
6333
|
+
null,
|
|
6332
6334
|
{
|
|
6333
6335
|
"n": "Peasant Crown",
|
|
6334
6336
|
"c": "xap",
|
|
@@ -6551,6 +6553,7 @@ exports.constants = {
|
|
|
6551
6553
|
"n": "Thundergod's Vigor",
|
|
6552
6554
|
"c": "zhb"
|
|
6553
6555
|
},
|
|
6556
|
+
null,
|
|
6554
6557
|
{
|
|
6555
6558
|
"n": "Harlequin Crest",
|
|
6556
6559
|
"c": "uap",
|
|
@@ -6652,6 +6655,7 @@ exports.constants = {
|
|
|
6652
6655
|
"c": "6lw",
|
|
6653
6656
|
"tc": "dyel"
|
|
6654
6657
|
},
|
|
6658
|
+
null,
|
|
6655
6659
|
{
|
|
6656
6660
|
"n": "Bul-Kathos' Wedding Band",
|
|
6657
6661
|
"c": "rin",
|
|
@@ -6702,6 +6706,7 @@ exports.constants = {
|
|
|
6702
6706
|
"c": "amu",
|
|
6703
6707
|
"tc": "dpur"
|
|
6704
6708
|
},
|
|
6709
|
+
null,
|
|
6705
6710
|
{
|
|
6706
6711
|
"n": "Arreat's Face",
|
|
6707
6712
|
"c": "baa"
|
|
@@ -7333,6 +7338,7 @@ exports.constants = {
|
|
|
7333
7338
|
"c": "cm3",
|
|
7334
7339
|
"tc": "lgry"
|
|
7335
7340
|
},
|
|
7341
|
+
null,
|
|
7336
7342
|
{
|
|
7337
7343
|
"n": "Ars Al'Diablolos",
|
|
7338
7344
|
"i": "invbbb",
|