@d2runewizard/d2s 2.0.66 → 2.0.68

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-mag': {
1061
+ s: string;
1062
+ f: number;
1063
+ }[];
1060
1064
  };
1061
1065
  magical_properties: ({
1062
1066
  s: 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-mag': [{ s: 'passive_mag_pierce', f: 1 }],
2506
2507
  },
2507
2508
  magical_properties: [
2508
2509
  {