combo添加, bugfix
This commit is contained in:
parent
a199fc777d
commit
f7e78401c8
|
@ -4905,6 +4905,7 @@ game.import('character', function () {
|
|||
player:1
|
||||
},
|
||||
threaten:1.4,
|
||||
combo:'spdaming'
|
||||
},
|
||||
subSkill:{
|
||||
backup:{},
|
||||
|
|
|
@ -8329,6 +8329,7 @@ game.import('character', function () {
|
|||
}
|
||||
}
|
||||
},
|
||||
combo:'liangying'
|
||||
},
|
||||
},
|
||||
sushou:{
|
||||
|
@ -8419,6 +8420,9 @@ game.import('character', function () {
|
|||
'step 1'
|
||||
game.delay();
|
||||
},
|
||||
ai:{
|
||||
combo:'cangchu'
|
||||
}
|
||||
},
|
||||
liehou:{
|
||||
enable:'phaseUse',
|
||||
|
|
Loading…
Reference in New Issue