koishi-plugin-ggcevo-game 1.3.71 → 1.3.72
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 +4 -5
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -380,8 +380,8 @@ function apply(ctx, config) {
|
|
|
380
380
|
redCrystalCost: 5,
|
|
381
381
|
isantiair: false,
|
|
382
382
|
tagEffects: {
|
|
383
|
-
"轻甲":
|
|
384
|
-
"重甲": 0.
|
|
383
|
+
"轻甲": 2,
|
|
384
|
+
"重甲": 0.5
|
|
385
385
|
}
|
|
386
386
|
},
|
|
387
387
|
"侦察步枪": {
|
|
@@ -552,8 +552,8 @@ function apply(ctx, config) {
|
|
|
552
552
|
isExclusive: true
|
|
553
553
|
},
|
|
554
554
|
"金刚石瞄准镜": {
|
|
555
|
-
cost:
|
|
556
|
-
effect: "
|
|
555
|
+
cost: 2250,
|
|
556
|
+
effect: "对重甲目标改为造成80%伤害",
|
|
557
557
|
exclusiveTo: "侦察步枪",
|
|
558
558
|
isExclusive: true
|
|
559
559
|
}
|
|
@@ -1327,7 +1327,6 @@ function apply(ctx, config) {
|
|
|
1327
1327
|
{ mod: "裂甲核心", tag: "重甲", value: 1.5 },
|
|
1328
1328
|
{ mod: "助燃核心", tag: "惧热", value: 3 },
|
|
1329
1329
|
{ mod: "助燃核心", tag: "生物", value: 2 },
|
|
1330
|
-
{ mod: "金刚石瞄准镜", tag: "轻甲", value: 1 },
|
|
1331
1330
|
{ mod: "金刚石瞄准镜", tag: "重甲", value: 0.8 }
|
|
1332
1331
|
];
|
|
1333
1332
|
let totalAdditive = 0;
|