koishi-plugin-ggcevo-game 1.5.21 → 1.5.23

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/items.d.ts CHANGED
@@ -62,6 +62,15 @@ export declare const SyndicatedItems: {
62
62
  condition: string;
63
63
  effects: string;
64
64
  };
65
+ 自动采掘机器人: {
66
+ id: number;
67
+ type: string;
68
+ description: string;
69
+ price: number;
70
+ redCrystalCost: number;
71
+ condition: string;
72
+ effects: string;
73
+ };
65
74
  };
66
75
  export declare const initDefaultItems: {
67
76
  咕咕币: {
@@ -0,0 +1,50 @@
1
+ export declare const spaceship: {
2
+ 'TX-12\u661F\u9645\u5DE1\u6D0B\u8230': {
3
+ id: number;
4
+ description: string;
5
+ miningbonus: number;
6
+ explorebonus: number;
7
+ effect: string;
8
+ price: number;
9
+ };
10
+ 'TX-12S\u9690\u5F62\u5DE1\u6D0B\u8230': {
11
+ id: number;
12
+ description: string;
13
+ miningbonus: number;
14
+ explorebonus: number;
15
+ effect: string;
16
+ price: number;
17
+ };
18
+ 'TX-12A\u7A81\u51FB\u5DE1\u6D0B\u8230': {
19
+ id: number;
20
+ description: string;
21
+ miningbonus: number;
22
+ explorebonus: number;
23
+ effect: string;
24
+ price: number;
25
+ };
26
+ 庞兽号歼星舰: {
27
+ id: number;
28
+ description: string;
29
+ miningbonus: number;
30
+ explorebonus: number;
31
+ effect: string;
32
+ price: number;
33
+ };
34
+ };
35
+ export declare const galaxy: {
36
+ 联盟星系: {
37
+ description: string;
38
+ success: number;
39
+ bonus: number;
40
+ available: string;
41
+ effect: string;
42
+ };
43
+ 辛迪加星系: {
44
+ description: string;
45
+ success: number;
46
+ bonus: number;
47
+ available: string;
48
+ effect: string;
49
+ };
50
+ };
package/lib/wish.d.ts CHANGED
@@ -7,7 +7,7 @@ export declare const wishConfig: {
7
7
  readonly effect: "下一次升级武器享有20%的折扣";
8
8
  }, {
9
9
  readonly name: "王权增幅";
10
- readonly effect: "伤害+5%";
10
+ readonly effect: "攻击伤害提高5%";
11
11
  }, {
12
12
  readonly name: "金柚赐福";
13
13
  readonly effect: "立即获得250枚金币";
@@ -17,7 +17,7 @@ export declare const wishConfig: {
17
17
  }];
18
18
  readonly rare: readonly [{
19
19
  readonly name: "悲鸣之锋";
20
- readonly effect: "伤害+10% (武器等级0),每级武器等级额外+10%";
20
+ readonly effect: "攻击伤害提高10%,武器每等级提高5%伤害";
21
21
  }, {
22
22
  readonly name: "精灵双倍";
23
23
  readonly effect: "下一次击败主宰时可获得双倍的金币和咕咕币奖励";
@@ -26,7 +26,7 @@ export declare const wishConfig: {
26
26
  readonly effect: "签到获得双倍的金币和咕咕币";
27
27
  }, {
28
28
  readonly name: "暴击韵律";
29
- readonly effect: "暴击率+20%";
29
+ readonly effect: "攻击暴击率提高20%";
30
30
  }, {
31
31
  readonly name: "酥手空空";
32
32
  readonly effect: "立即失去50枚金币";
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.5.21",
4
+ "version": "1.5.23",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "files": [