koishi-plugin-ggcevo-game 1.4.20 → 1.4.21

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 CHANGED
@@ -146,7 +146,7 @@ var weaponConfig = {
146
146
  category: "热能武器",
147
147
  damage: 20,
148
148
  description: "喷射稳定的液氮恒流,对长时间接触者造成致命的损伤",
149
- specialeffect: "攻击使目标叠加“寒冷”层数,每层使其受到的伤害+5%(至多叠加10层)",
149
+ specialeffect: "攻击使目标叠加“寒冷”层数,每层使其受到的伤害+2.5%(至多+50%)",
150
150
  price: 775,
151
151
  redCrystalCost: 10,
152
152
  isantiair: false,
@@ -176,7 +176,7 @@ var weaponConfig = {
176
176
  category: "热能武器",
177
177
  damage: 25,
178
178
  description: "一种高度危险性的武器,设计用辐射照射并伤害敌人",
179
- specialeffect: "攻击使生物目标(无机械标签)叠加“辐射”层数,每层使其受到的伤害+5%(至多叠加10层)",
179
+ specialeffect: "攻击使生物目标(无机械标签)叠加“辐射”层数,每层使其受到的伤害+2.5%(至多+50%)",
180
180
  price: 825,
181
181
  redCrystalCost: 10,
182
182
  isantiair: true,
@@ -1434,7 +1434,7 @@ var wishConfig = {
1434
1434
  },
1435
1435
  {
1436
1436
  name: "精灵双倍",
1437
- effect: "下一次击败首领时可获得双倍的金币和咕咕币奖励"
1437
+ effect: "下一次击败主宰时可获得双倍的金币和咕咕币奖励"
1438
1438
  },
1439
1439
  {
1440
1440
  name: "喵喵财源",
package/lib/wish.d.ts CHANGED
@@ -20,7 +20,7 @@ export declare const wishConfig: {
20
20
  readonly effect: "获得基于武器等级的伤害加成(0级为10%,每等级增加10%)";
21
21
  }, {
22
22
  readonly name: "精灵双倍";
23
- readonly effect: "下一次击败首领时可获得双倍的金币和咕咕币奖励";
23
+ readonly effect: "下一次击败主宰时可获得双倍的金币和咕咕币奖励";
24
24
  }, {
25
25
  readonly name: "喵喵财源";
26
26
  readonly effect: "签到获得双倍的金币和咕咕币";
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.20",
4
+ "version": "1.4.21",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "files": [