koishi-plugin-ggcevo-game 1.3.31 → 1.3.32

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.
Files changed (2) hide show
  1. package/lib/index.js +3 -3
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -1046,7 +1046,7 @@ function apply(ctx, config) {
1046
1046
  type: "可重复任务",
1047
1047
  description: "每一个成功人士的背后总有默默付出的辅助,而你,我的朋友,理应获得补助",
1048
1048
  target: 2,
1049
- price: 100,
1049
+ price: 75,
1050
1050
  redCrystalCost: 0,
1051
1051
  condition: "使用伽马枪攻击异形并成功使辐射层数+1"
1052
1052
  }
@@ -1672,7 +1672,7 @@ function apply(ctx, config) {
1672
1672
  }, "handleStructuralArmor"),
1673
1673
  // 吸血效果处理(返回综合系数)
1674
1674
  handleBloodEffects: /* @__PURE__ */ __name(function(targetBoss, currentHP, maxHP) {
1675
- if (!targetBoss.skills.includes("吸血唾液") || !targetBoss.skills.includes("吐血")) return null;
1675
+ if (!targetBoss.skills.includes("吸血唾液")) return null;
1676
1676
  const bloodStacks = targetBoss.Skillcountpoints || 0;
1677
1677
  let damageMultiplier = 0;
1678
1678
  const messages = [];
@@ -1694,7 +1694,7 @@ function apply(ctx, config) {
1694
1694
  return { damageMultiplier, messages };
1695
1695
  }, "handleBloodEffects"),
1696
1696
  handleBloodCount: /* @__PURE__ */ __name(async function(ctx2, targetBoss, currentHP, maxHP) {
1697
- if (!targetBoss.skills.includes("吸血唾液") || !targetBoss.skills.includes("进食")) {
1697
+ if (!targetBoss.skills.includes("吸血唾液")) {
1698
1698
  return null;
1699
1699
  }
1700
1700
  let messages = [];
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.3.31",
4
+ "version": "1.3.32",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "files": [