koishi-plugin-ggcevo-game 1.4.89 → 1.4.90
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
|
@@ -287,7 +287,7 @@ var weaponConfig = {
|
|
|
287
287
|
id: 17,
|
|
288
288
|
type: "能量武器",
|
|
289
289
|
category: "能量武器",
|
|
290
|
-
damage:
|
|
290
|
+
damage: 60,
|
|
291
291
|
armorDamageReduction: 0,
|
|
292
292
|
description: "一种实验性的超级武器,能造成巨大的伤害",
|
|
293
293
|
specialeffect: "",
|
|
@@ -303,7 +303,7 @@ var weaponConfig = {
|
|
|
303
303
|
damage: 70,
|
|
304
304
|
armorDamageReduction: 0.1,
|
|
305
305
|
description: "二十一世纪的武器,经过修改以减少后坐力并提高远程精度",
|
|
306
|
-
specialeffect: "",
|
|
306
|
+
specialeffect: "连续攻击叠加[横冲直撞]效果,每层提高2.5%伤害(最多20层)",
|
|
307
307
|
price: 2e3,
|
|
308
308
|
redCrystalCost: 20,
|
|
309
309
|
isantiair: true,
|