koishi-plugin-ggcevo-game 1.6.80 → 1.6.81
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 -2
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -7429,7 +7429,7 @@ var spaceship = {
|
|
|
7429
7429
|
description: "巨兽级歼星舰的小型化版本",
|
|
7430
7430
|
miningbonus: 0,
|
|
7431
7431
|
explorebonus: 30,
|
|
7432
|
-
effect: "探索的成功率提高60%;探索发生掠夺的概率提高30%;掠夺其他飞船的成功率提高30
|
|
7432
|
+
effect: "探索的成功率提高60%;探索发生掠夺的概率提高30%;掠夺其他飞船的成功率提高30%;被其他飞船掠夺的成功率降低30%",
|
|
7433
7433
|
price: 6e3
|
|
7434
7434
|
}
|
|
7435
7435
|
};
|
|
@@ -12146,7 +12146,7 @@ ${Spacestationtechnology.map((t) => t.techname).join("、")}`;
|
|
|
12146
12146
|
return name2;
|
|
12147
12147
|
}
|
|
12148
12148
|
}
|
|
12149
|
-
return "
|
|
12149
|
+
return "普通飞船";
|
|
12150
12150
|
}
|
|
12151
12151
|
__name(getSpaceshipNameById, "getSpaceshipNameById");
|
|
12152
12152
|
ctx.command("ggcevo/探索 [galaxyName]").action(async ({ session }, galaxyName) => {
|