combo补充
This commit is contained in:
parent
ecf7f3abce
commit
f7fe88397b
|
@ -678,6 +678,9 @@ game.import('character', function () {
|
|||
await player.recover();
|
||||
await player.addSkills('dczifu');
|
||||
},
|
||||
ai:{
|
||||
combo:'dcjichou'
|
||||
}
|
||||
},
|
||||
dczifu:{
|
||||
audio:2,
|
||||
|
|
|
@ -2437,9 +2437,6 @@ game.import('character', function () {
|
|||
},
|
||||
},
|
||||
},
|
||||
ai:{
|
||||
combo:'nzry_zhenliang',
|
||||
},
|
||||
},
|
||||
"nzry_zhenliang":{
|
||||
audio:"nzry_zhenliang_1",
|
||||
|
|
|
@ -3454,6 +3454,9 @@ game.import('character', function () {
|
|||
player.addSkills('pozhu');
|
||||
},
|
||||
derivation:'pozhu',
|
||||
ai:{
|
||||
combo:'sanchen'
|
||||
}
|
||||
},
|
||||
pozhu:{
|
||||
enable:'phaseUse',
|
||||
|
|
Loading…
Reference in New Issue