koishi-plugin-ggcevo-game 1.4.78 → 1.4.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.
Files changed (2) hide show
  1. package/lib/index.js +2 -1
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -4266,7 +4266,7 @@ var passiveConfig = {
4266
4266
  },
4267
4267
  "治愈虫群": {
4268
4268
  type: "",
4269
- description: "血量低于30%时,立即回复自身40%点生命值,同时回复所有存活异形10%点生命值(生效后移除)"
4269
+ description: "血量低于30%时,立即回复自身40%点生命值,同时回复所有其他存活异形10%点生命值(生效后移除)"
4270
4270
  },
4271
4271
  "释放信息素": {
4272
4272
  type: "",
@@ -5829,6 +5829,7 @@ async function createNestlingBosses(ctx, nestlingNames) {
5829
5829
  tags: foundMinion.tags,
5830
5830
  skills: [...foundMinion.passive],
5831
5831
  energy: foundMinion.maxEnergy,
5832
+ armor: foundMinion.armor,
5832
5833
  groupId,
5833
5834
  isActive: true,
5834
5835
  respawnTime: /* @__PURE__ */ new Date()
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.78",
4
+ "version": "1.4.79",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "files": [