combo标签补充

This commit is contained in:
157 2024-05-01 14:20:43 +08:00
parent 70d4fda7fe
commit 96e8e7f4a6
7 changed files with 34 additions and 1 deletions

View File

@ -9921,6 +9921,9 @@ const skills = {
await trigger.player.changeGroup(player.group);
await trigger.player.draw();
},
ai: {
combo: "yuri_xingdong"
},
},
//枣恭介
nk_shekong: {

View File

@ -9528,6 +9528,9 @@ game.import("character", function () {
player.addSkills("jixi");
player.insertPhase();
},
ai: {
combo: "oltuntian"
},
},
rejunxing: {
enable: "phaseUse",
@ -13190,6 +13193,9 @@ game.import("character", function () {
event.goto(1);
}
},
ai: {
combo: "rehuasheng"
},
},
reguhuo: {
audio: 2,

View File

@ -4444,6 +4444,9 @@ game.import("character", function () {
player.loseMaxHp();
player.addSkills("jixi");
},
ai: {
combo: "tuntian"
},
},
jixi: {
audio: 2,
@ -5346,6 +5349,9 @@ game.import("character", function () {
event.goto(1);
}
},
ai: {
combo: "huashen"
},
},
huoshou: {
audio: "huoshou1",

View File

@ -16472,6 +16472,9 @@ game.import("character", function () {
player.awakenSkill("xinmoucheng");
player.changeSkills(["xinjingong"], ["xinlianji"]);
},
ai: {
combo: "xinlianji"
},
},
xinjingong: {
audio: "jingong",
@ -20272,6 +20275,9 @@ game.import("character", function () {
"step 3";
if (player.isMinHp()) player.recover();
},
ai: {
combo: "refanghun"
},
},
refanghun: {
mod: {
@ -24225,7 +24231,7 @@ game.import("character", function () {
zhuSkill: true,
locked: true,
ai: {
combo: "canshi",
combo: "recanshi",
},
},
canshi: {

View File

@ -12181,6 +12181,9 @@ game.import("character", function () {
player.storage.bingzhao = group;
player.markSkill("bingzhao");
},
ai: {
combo: "guju"
},
},
baijia: {
audio: 2,

View File

@ -6017,6 +6017,9 @@ game.import("character", function () {
},
},
},
ai: {
combo: "twxiongzheng"
},
},
//鲍信
twmutao: {
@ -17394,6 +17397,9 @@ game.import("character", function () {
//for(var i of skills) target.addSkillLog(i);
}
},
ai: {
combo: "twyujue"
},
},
twsidai: {
audio: 2,

View File

@ -8450,6 +8450,9 @@ game.import("character", function () {
player.awakenSkill("dcmoucheng");
player.changeSkills(["xinjingong"], ["dclianji"]);
},
ai: {
combo: "dclianji"
},
},
//周宣
dcwumei: {