细节调整

This commit is contained in:
157 2024-06-01 00:34:46 +08:00
parent 0a0dedd091
commit 18b361f191
5 changed files with 15 additions and 4 deletions

View File

@ -1992,7 +1992,17 @@ const skills = {
},
},
ai: {
combo: "dctuoyu",
effect: {
player(card, player, target) {
if (
!get.tag(card, "damage") ||
player.countMark("dcxianjin") % 2 ||
!player.hasSkillTag("jueqing", null, target)
) return;
if (player.isMaxHandcard()) return [1, 1];
return [1, Math.min(3, 1 + player.getStorage("dctuoyu").length)];
}
}
},
},
dcqijing: {

View File

@ -1049,7 +1049,6 @@ const skills = {
}
}
},
ai: { combo: "olsbyufeng" },
},
//界高顺
olxianzhen: {

View File

@ -335,7 +335,6 @@ const skills = {
}
return bool;
},
ai: { combo: "rejijun" },
},
//界司马朗
requji: {

View File

@ -54,7 +54,7 @@ const translates = {
mjchenshi: "陈势",
mjchenshi_player: "陈势",
mjchenshi_target: "陈势",
mjchenshi_info: "当有角色使用【兵临城下】指定第一个目标后,其可交给你一张牌,并将牌堆顶三张牌中所有不为【杀】的牌置入弃牌堆;当有角色成为【兵临城下】的目标后,其可交给你一张牌,然后将牌堆顶三张牌中所有的【杀】置入弃牌堆。",
mjchenshi_info: "当有角色使用【兵临城下】指定第一个目标后,其可交给你一张牌,并将牌堆顶三张牌中所有不为【杀】的牌置入弃牌堆;当有角色成为【兵临城下】的目标后,其可交给你一张牌,然后将牌堆顶三张牌中所有的【杀】置入弃牌堆。",
mjmouzhi: "谋识",
mjmouzhi_info: "锁定技,当你受到伤害时,若伤害渠道对应的牌和你上次受到的伤害花色相同,则你防止此伤害。",
luotong: "手杀骆统",

View File

@ -237,6 +237,9 @@ const skills = {
player.popup("盗书");
game.log(player, "重置了技能", "#g【盗书】");
},
ai: {
combo: "stddaoshu"
},
},
//周处
stdxiongxia: {