标签补充
This commit is contained in:
parent
5c2dff7c1a
commit
1b528e8919
|
@ -10921,6 +10921,7 @@ game.import("character", function () {
|
|||
return 0;
|
||||
},
|
||||
},
|
||||
combo: "xunli"
|
||||
},
|
||||
},
|
||||
//马日磾
|
||||
|
|
|
@ -1970,6 +1970,9 @@ game.import("character", function () {
|
|||
content: function () {
|
||||
player.draw();
|
||||
},
|
||||
ai: {
|
||||
halfneg: true
|
||||
},
|
||||
group: "gzsuishi2",
|
||||
},
|
||||
gzsuishi2: {
|
||||
|
|
|
@ -29807,6 +29807,9 @@ game.import("character", function () {
|
|||
player.draw();
|
||||
}
|
||||
},
|
||||
ai: {
|
||||
halfneg: true
|
||||
},
|
||||
group: "suishi2",
|
||||
},
|
||||
suishi2: {
|
||||
|
|
Loading…
Reference in New Issue