koishi-plugin-ggcevo-game 1.6.44 → 1.6.45

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 +4 -2
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -1558,7 +1558,7 @@ var bossPool = [
1558
1558
  armor: 4,
1559
1559
  shieldArmor: 0,
1560
1560
  maxStacks: 0,
1561
- tags: ["重甲", "灵能", "重型", "异形"],
1561
+ tags: ["护盾", "灵能", "重型", "异形"],
1562
1562
  passive: ["超导体", "能源虹吸", "电能冲击波", "电能立场", "脉冲", "能量黑洞"]
1563
1563
  },
1564
1564
  minions: [
@@ -1571,7 +1571,7 @@ var bossPool = [
1571
1571
  armor: 4,
1572
1572
  shieldArmor: 0,
1573
1573
  maxStacks: 0,
1574
- tags: ["重甲", "灵能", "异形"],
1574
+ tags: ["护盾", "灵能", "异形"],
1575
1575
  passive: ["超导体", "能量虹吸", "能量黑洞"]
1576
1576
  }
1577
1577
  ]
@@ -4461,6 +4461,8 @@ function applyPassiveEffects(targetBoss, activeBosses, weaponName, damage, hasCr
4461
4461
  { effect: BattleEffectProcessor.handleToxicSaliva, args: [targetBoss] },
4462
4462
  // 2. 剧毒狂暴
4463
4463
  { effect: BattleEffectProcessor.handleToxicFrenzy, args: [targetBoss] },
4464
+ { effect: BattleEffectProcessor.handleEnergySiphon, args: [targetBoss] },
4465
+ { effect: BattleEffectProcessor.handleEnergyAbsorption, args: [targetBoss] },
4464
4466
  // 双参数效果
4465
4467
  { effect: BattleEffectProcessor.handleStructuralArmor, args: [targetBoss, weaponData] },
4466
4468
  { effect: BattleEffectProcessor.handleDisguise, args: [targetBoss, weaponName] },
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.6.44",
4
+ "version": "1.6.45",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "files": [