combo补充
This commit is contained in:
parent
37d1f05943
commit
9f169acf73
|
@ -896,6 +896,9 @@ game.import("character", function () {
|
|||
await player.recover();
|
||||
await player.addSkills("dczifu");
|
||||
},
|
||||
ai:{
|
||||
combo:'dcjichou'
|
||||
}
|
||||
},
|
||||
dczifu: {
|
||||
audio: 2,
|
||||
|
|
|
@ -2984,9 +2984,6 @@ game.import("character", function () {
|
|||
},
|
||||
},
|
||||
},
|
||||
ai: {
|
||||
combo: "nzry_zhenliang",
|
||||
},
|
||||
},
|
||||
nzry_zhenliang: {
|
||||
audio: "nzry_zhenliang_1",
|
||||
|
|
|
@ -4313,7 +4313,10 @@ game.import("character", function () {
|
|||
player.loseMaxHp();
|
||||
player.addSkills("pozhu");
|
||||
},
|
||||
derivation: "pozhu",
|
||||
derivation:'pozhu',
|
||||
ai:{
|
||||
combo:'sanchen'
|
||||
}
|
||||
},
|
||||
pozhu: {
|
||||
enable: "phaseUse",
|
||||
|
|
Loading…
Reference in New Issue