会玩孙权原画+体力调整
This commit is contained in:
parent
96e9299a2d
commit
1d2d52054b
|
@ -21,7 +21,7 @@ const characters = {
|
|||
sp_mushun: ["male", "qun", 4, ["moukui"]],
|
||||
dc_wuyi: ["male", "shu", 4, ["dcbenxi"]],
|
||||
quyuan: ["male", "qun", 3, ["dcqiusuo", "dclisao"]],
|
||||
xin_sunquan: ["male", "wu", 4, ["dchuiwan", "dchuanli"]],
|
||||
xin_sunquan: ["male", "wu", 3, ["dchuiwan", "dchuanli"], ["die_audio"]],
|
||||
};
|
||||
|
||||
export default characters;
|
||||
|
|
|
@ -118,7 +118,7 @@ const skills = {
|
|||
});
|
||||
if (targets.length) {
|
||||
const result = await player
|
||||
.chooseTarget(get.prompt("dchuanli"), "令一名其他角色的所有技能失效,然后令其获得〖直谏〗和〖固政〗直到其回合结束", (card, player, target) => {
|
||||
.chooseTarget(get.prompt("dchuanli"), "令一名其他角色的所有技能失效,然后令其获得〖英姿〗和〖反间〗直到其回合结束", (card, player, target) => {
|
||||
return get.event("targets").includes(target);
|
||||
})
|
||||
.set("ai", target => {
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 147 KiB |
Loading…
Reference in New Issue