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.
- package/lib/index.js +2 -1
- 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
|
|
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()
|