resonance-data-columba 1.3.78 → 1.3.79

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.
@@ -45,6 +45,11 @@ interface ResonanceSkill {
45
45
  raiseRate?: number;
46
46
  afterFailedLessFatigue?: number;
47
47
  };
48
+ taxCut?: {
49
+ city?: {
50
+ [cityName: string]: number;
51
+ };
52
+ };
48
53
  other?: {
49
54
  driveLessFatigue?: number;
50
55
  };
@@ -11755,7 +11755,7 @@ var formulas_default = {
11755
11755
  },
11756
11756
  extraProduces: {
11757
11757
  chance: 0.1,
11758
- product: "\u771F\u4E1D\u7FBD\u7ED2\u6795\u5934",
11758
+ product: "\u7FBD\u7ED2\u7761\u888B",
11759
11759
  min: 5,
11760
11760
  max: 10
11761
11761
  },
@@ -12825,6 +12825,35 @@ var resonanceskills_default = {
12825
12825
  }
12826
12826
  }
12827
12827
  }
12828
+ },
12829
+ \u4E4C\u5239\u5A1C: {
12830
+ "1": {
12831
+ taxCut: {
12832
+ city: {
12833
+ \u6D77\u89D2\u57CE: -5e-3
12834
+ }
12835
+ }
12836
+ },
12837
+ "4": {
12838
+ taxCut: {
12839
+ city: {
12840
+ \u6D77\u89D2\u57CE: -5e-3
12841
+ }
12842
+ },
12843
+ bargain: {
12844
+ bargainSuccessRate: 1
12845
+ }
12846
+ },
12847
+ "5": {
12848
+ taxCut: {
12849
+ city: {
12850
+ \u6D77\u89D2\u57CE: -0.01
12851
+ }
12852
+ },
12853
+ bargain: {
12854
+ bargainSuccessRate: 1
12855
+ }
12856
+ }
12828
12857
  }
12829
12858
  };
12830
12859