koishi-plugin-ggcevo-game 1.6.2 → 1.6.3
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
|
@@ -11923,8 +11923,8 @@ ${Spacestationtechnology.map((t) => t.techname).join("、")}`;
|
|
|
11923
11923
|
"====================",
|
|
11924
11924
|
...upgradableItems.map((item) => {
|
|
11925
11925
|
return `▸ ${item.name}:
|
|
11926
|
-
升级加成 ${item.currentBonus}%/${item.maxBonus}%
|
|
11927
|
-
升级消耗:${item.cost}红晶 ${item.discount}
|
|
11926
|
+
升级加成 ${item.currentBonus}%/${item.maxBonus}%
|
|
11927
|
+
升级消耗:${item.cost} 红晶 ${item.discount} 红晶`;
|
|
11928
11928
|
}),
|
|
11929
11929
|
"====================",
|
|
11930
11930
|
`使用"升级物品 物品名称"进行升级`
|