潜能激发立项

This commit is contained in:
雨下倾听 2025-11-17 20:47:50 +08:00
parent 4d5c87d0fd
commit f13aae1392

View File

@ -11604,7 +11604,23 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
}, //主动技能效果
PassiveSkill: "没有被动技能捏", //被动技能描述
Passive: function () {}, //被动技能效果
PassiveTime: [] //触发时机
PassiveTime: [], //被动技能触发时机
Potential: function () {
return
},
PotentialTime: [],
/*
* drawCard为抽牌后
* cardAfter为出牌后
* Active为使用主动技能后
* Event为事件卡触发后约等于每层楼触发一次
* afterBattle为战后
* firstArrive为首次抵达新楼层
* 特别提醒战斗过程中实现的潜能激发不能写时机需要自己去战斗脚本根据角色和潜能开关编写代码
* 可以存在多个时机
* 如果一个角色没有潜能激发直接return
* */
PotentialText: "" //潜能激发文本描述
}
Character.米米 = {
name: "米米",
@ -22657,9 +22673,9 @@ ${this.mon_def_status}\\i[def]
tabButton4.textContent = '2025.09.21第二次平衡性调整';
const tabButton5 = document.createElement('button');
tabButton4.className = 'tab-button active';
tabButton4.dataset.tab = 'updatethird';
tabButton4.textContent = '2025.09.28更新';
tabButton5.className = 'tab-button active';
tabButton5.dataset.tab = 'updatethird';
tabButton5.textContent = '2025.09.28更新';
updateLogTabs.appendChild(tabButton5);
updateLogTabs.appendChild(tabButton4);