标签补充
This commit is contained in:
parent
ac3346ac47
commit
4ca84722ef
|
@ -743,7 +743,7 @@ const skills = {
|
|||
player.addMark("dcbianzhuang", 1, false);
|
||||
if (player.countMark("dcbianzhuang") > 2) {
|
||||
player.storage.dcbianzhuang_inited = true;
|
||||
player.reinitCharacter("zhutiexiong", "wu_zhutiexiong");
|
||||
player.reinitCharacter(get.character(player.name2, 3).includes("dcbianzhuang") ? player.name2 : player.name1, "wu_zhutiexiong");
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -6025,6 +6025,9 @@ const skills = {
|
|||
lib.skill.sbyingmen.addVisitors(characters, player);
|
||||
game.delayx();
|
||||
},
|
||||
ai: {
|
||||
combo: "sbpingjian"
|
||||
},
|
||||
group: "sbyingmen_reload",
|
||||
subSkill: {
|
||||
reload: {
|
||||
|
|
|
@ -3338,6 +3338,9 @@ const skills = {
|
|||
if (event.num > 0) event.redo();
|
||||
}
|
||||
},
|
||||
ai: {
|
||||
halfneg: true
|
||||
},
|
||||
},
|
||||
xiongrao: {
|
||||
audio: 2,
|
||||
|
|
Loading…
Reference in New Issue