英雄杀武将技能无法被封印修复、锁定技能被封印修复
This commit is contained in:
parent
6c15f40443
commit
750d827a46
|
@ -917,6 +917,7 @@ game.import("character", function () {
|
|||
},
|
||||
},
|
||||
kuangchan: {
|
||||
locked: true,
|
||||
ai: {
|
||||
neg: true,
|
||||
},
|
||||
|
@ -2500,7 +2501,7 @@ game.import("character", function () {
|
|||
},
|
||||
},
|
||||
nvquan: {
|
||||
locked: true,
|
||||
locked: false,
|
||||
group: ["nvquan1", "nvquan2", "nvquan3"],
|
||||
},
|
||||
nvquan1: {
|
||||
|
|
Loading…
Reference in New Issue