Key势力”此武将牌“技能添加forceunique标签

This commit is contained in:
157 2024-05-05 19:52:03 +08:00
parent da17e63cf5
commit a5e8e1e4a8
2 changed files with 3 additions and 1 deletions

View File

@ -82,7 +82,7 @@ const skills = {
}
list.forEach(name => {
if (name !== "dc_wuyi") {
const skills = get.character(name).skills;
const skills = get.character(name, 3);
skills.forEach(skill => {
if (skill in _status.dcbenxi_map) return;
const voices = game.parseSkillText(skill, name);

View File

@ -463,6 +463,8 @@ const skills = {
},
//加纳天善(旧)
tenzen_yixing: {
unique: true,
forceunique: true,
trigger: {
global: "damageEnd",
},