combo补充

This commit is contained in:
157 2024-04-15 17:49:11 +08:00 committed by Rintim
parent 37d1f05943
commit 9f169acf73
No known key found for this signature in database
GPG Key ID: BE9E1EA615BACFCF
3 changed files with 7 additions and 4 deletions

View File

@ -896,6 +896,9 @@ game.import("character", function () {
await player.recover();
await player.addSkills("dczifu");
},
ai:{
combo:'dcjichou'
}
},
dczifu: {
audio: 2,

View File

@ -2984,9 +2984,6 @@ game.import("character", function () {
},
},
},
ai: {
combo: "nzry_zhenliang",
},
},
nzry_zhenliang: {
audio: "nzry_zhenliang_1",

View File

@ -4313,7 +4313,10 @@ game.import("character", function () {
player.loseMaxHp();
player.addSkills("pozhu");
},
derivation: "pozhu",
derivation:'pozhu',
ai:{
combo:'sanchen'
}
},
pozhu: {
enable: "phaseUse",