koishi-plugin-ggcevo-game 1.4.81 → 1.4.83

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 +13 -13
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -507,7 +507,7 @@ var modConfig = {
507
507
  },
508
508
  "微型聚变核心": {
509
509
  cost: 2750,
510
- effect: "连续攻击叠加[聚变]效果,每层提高7.5%伤害(最多6层)",
510
+ effect: "连续攻击叠加[聚变]效果,每层提高10%伤害(最多4层)",
511
511
  exclusiveTo: "聚变磁轨枪",
512
512
  isExclusive: true
513
513
  }
@@ -1161,24 +1161,24 @@ var bossPool = [
1161
1161
  main: {
1162
1162
  name: "异齿猛兽首领",
1163
1163
  type: "主宰",
1164
- maxHP: 15e3,
1165
- maxShield: 5e3,
1164
+ maxHP: 25e3,
1165
+ maxShield: 0,
1166
1166
  maxEnergy: 0,
1167
- armor: 9,
1168
- shieldArmor: 25,
1167
+ armor: 25,
1168
+ shieldArmor: 0,
1169
1169
  maxStacks: 0,
1170
- tags: ["重甲", "生物", "异形"],
1170
+ tags: ["重甲", "生物", "重型", "异形"],
1171
1171
  passive: ["异形甲壳"]
1172
1172
  },
1173
1173
  minions: [
1174
1174
  {
1175
1175
  name: "异齿猛兽",
1176
1176
  type: "子代",
1177
- maxHP: 5e3,
1178
- maxShield: 1e3,
1177
+ maxHP: 7500,
1178
+ maxShield: 0,
1179
1179
  maxEnergy: 0,
1180
- armor: 6,
1181
- shieldArmor: 20,
1180
+ armor: 20,
1181
+ shieldArmor: 0,
1182
1182
  maxStacks: 0,
1183
1183
  tags: ["重甲", "生物", "重型", "异形"],
1184
1184
  passive: ["弱化形态", "异形甲壳"]
@@ -4048,7 +4048,7 @@ var passiveConfig = {
4048
4048
  },
4049
4049
  "异形甲壳": {
4050
4050
  type: "伤害减免",
4051
- description: "受到的伤害降低20%"
4051
+ description: "拥有厚重的甲壳,受到的伤害降低20%"
4052
4052
  },
4053
4053
  "冰霜回复": {
4054
4054
  type: "濒死治疗(移除)",
@@ -5147,8 +5147,8 @@ function calculateModifiers(equippedWeapon, weaponName) {
5147
5147
  }
5148
5148
  if (equippedWeapon.installedMods?.includes("微型聚变核心")) {
5149
5149
  const currentCombo = equippedWeapon?.comboCount || 0;
5150
- const maxStacks = 6;
5151
- const bonusPerCombo = 0.075;
5150
+ const maxStacks = 4;
5151
+ const bonusPerCombo = 0.1;
5152
5152
  const effectiveStacks = Math.min(currentCombo, maxStacks);
5153
5153
  const bonusDamage = effectiveStacks * bonusPerCombo;
5154
5154
  totalModAdd += bonusDamage;
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.81",
4
+ "version": "1.4.83",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "files": [