神曹丕相关语音修复

This commit is contained in:
lieren2023 2024-05-20 22:52:47 +08:00 committed by GitHub
parent a56942ab09
commit ec0ec57495
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 4 deletions

View File

@ -10589,7 +10589,7 @@ const skills = {
}, },
olfangquan: { olfangquan: {
audio: 2, audio: 2,
audioname: ["shen_caopi"], audioname2: { shen_caopi: "olfangquan_shen_caopi" },
trigger: { player: "phaseUseBefore" }, trigger: { player: "phaseUseBefore" },
filter: function (event, player) { filter: function (event, player) {
return player.countCards("h") > 0 && !player.hasSkill("olfangquan3"); return player.countCards("h") > 0 && !player.hasSkill("olfangquan3");
@ -10666,7 +10666,7 @@ const skills = {
}, },
olluanji: { olluanji: {
inherit: "luanji", inherit: "luanji",
audioname: ["shen_caopi"], audioname2: { shen_caopi: "olluanji_shen_caopi" },
audio: 2, audio: 2,
line: false, line: false,
group: "olluanji_remove", group: "olluanji_remove",
@ -13144,7 +13144,7 @@ const skills = {
}, },
rezhiheng: { rezhiheng: {
audio: 2, audio: 2,
audioname: ["shen_caopi"], audioname2: { shen_caopi: "rezhiheng_shen_caopi" },
mod: { mod: {
aiOrder: function (player, card, num) { aiOrder: function (player, card, num) {
if (num <= 0 || get.itemtype(card) !== "card" || get.type(card) !== "equip") return num; if (num <= 0 || get.itemtype(card) !== "card" || get.type(card) !== "equip") return num;
@ -13307,7 +13307,8 @@ const skills = {
}, },
rerende: { rerende: {
audio: 2, audio: 2,
audioname: ["gz_jun_liubei", "shen_caopi"], audioname: ["gz_jun_liubei"],
audioname2: { shen_caopi: "rerende_shen_caopi" },
enable: "phaseUse", enable: "phaseUse",
filterCard: true, filterCard: true,
selectCard: [1, Infinity], selectCard: [1, Infinity],