koishi-plugin-ggcevo-game 1.4.55 → 1.4.57

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.
@@ -427,7 +427,7 @@ export declare const BattleEffectProcessor: {
427
427
  } | null;
428
428
  /**
429
429
  * 剧毒狂暴处理(低生命额外减伤和叠层)
430
- * 效果:生命值≤50%时,受击额外获得1层「毒性唾液」且受到的伤害降低50%
430
+ * 效果:生命值≤50%时,受击额外获得1层「毒性唾液」且受到的伤害降低
431
431
  */
432
432
  handleToxicFrenzy: (targetBoss: any) => {
433
433
  nerfMultiplier: number;
package/lib/index.js CHANGED
@@ -2924,8 +2924,8 @@ var BattleEffectProcessor = {
2924
2924
  }
2925
2925
  const currentStacks = targetBoss.skillStacks || 0;
2926
2926
  const maxStacks = 20;
2927
- messages.push(`🧪 【毒性唾液】生效:当前${currentStacks}层,使受到的伤害-${(nerfMultiplier * 100).toFixed(0)}%`);
2928
2927
  nerfMultiplier = currentStacks * 0.05;
2928
+ messages.push(`🧪 【毒性唾液】生效:当前${currentStacks}层,使受到的伤害-${(nerfMultiplier * 100).toFixed(0)}%`);
2929
2929
  let newStacks = currentStacks;
2930
2930
  if (currentStacks < maxStacks) {
2931
2931
  newStacks = currentStacks + 1;
@@ -2947,7 +2947,7 @@ var BattleEffectProcessor = {
2947
2947
  }, "handleToxicSaliva"),
2948
2948
  /**
2949
2949
  * 剧毒狂暴处理(低生命额外减伤和叠层)
2950
- * 效果:生命值≤50%时,受击额外获得1层「毒性唾液」且受到的伤害降低50%
2950
+ * 效果:生命值≤50%时,受击额外获得1层「毒性唾液」且受到的伤害降低
2951
2951
  */
2952
2952
  handleToxicFrenzy: /* @__PURE__ */ __name(function(targetBoss) {
2953
2953
  const messages = [];
@@ -2964,8 +2964,8 @@ var BattleEffectProcessor = {
2964
2964
  }
2965
2965
  const currentStacks = targetBoss.skillStacks || 0;
2966
2966
  const maxStacks = 19;
2967
- nerfMultiplier = 0.5;
2968
- messages.push(`💥 【剧毒狂暴】生效:生命值≤50%,受到的伤害额外降低50%`);
2967
+ nerfMultiplier = 0.2;
2968
+ messages.push(`💥 【剧毒狂暴】生效:生命值≤50%,受到的伤害额外降低20%`);
2969
2969
  if (currentStacks < maxStacks) {
2970
2970
  targetUpdates = {
2971
2971
  name: targetBoss.name,
@@ -3718,7 +3718,7 @@ var passiveConfig = {
3718
3718
  },
3719
3719
  "剧毒狂暴": {
3720
3720
  type: "狂怒机制",
3721
- description: "生命值≤50%时,受击额外获得1层「吸血唾液」且受到的伤害降低50%"
3721
+ description: "生命值≤50%时,受击额外获得1层「吸血唾液」且受到的伤害降低20%"
3722
3722
  },
3723
3723
  "毒气波": {
3724
3724
  type: "概率叠层",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "koishi-plugin-ggcevo-game",
3
3
  "description": "《星际争霸2》咕咕虫-evolved地图的专属游戏助手插件,集成天梯排行、抽奖系统、签到福利、兑换商城等丰富功能。",
4
- "version": "1.4.55",
4
+ "version": "1.4.57",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "files": [