剑阁武将技能无法被封印修复

This commit is contained in:
lieren2023 2024-05-01 15:10:20 +08:00 committed by GitHub
parent 47471f94cd
commit 6c15f40443
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -6239,6 +6239,7 @@ game.import("mode", function (lib, game, ui, get, ai, _status) {
boss_xiaorui: {
trigger: { global: "damageSource" },
forced: true,
locked: false,
logTarget: "source",
filter: function (event, player) {
var target = event.source;
@ -6288,6 +6289,7 @@ game.import("mode", function (lib, game, ui, get, ai, _status) {
boss_fengjian: {
trigger: { source: "damageSource" },
forced: true,
locked: false,
filter: function (event, player) {
return event.player.isAlive();
},
@ -6774,6 +6776,7 @@ game.import("mode", function (lib, game, ui, get, ai, _status) {
return num >= 0;
},
forced: true,
locked: false,
content: function () {
"step 0";
var targets = game.filterPlayer(function (current) {