feat: 添加天赋添加日志并更新天赋配置注释

- 在 TalComp.ts 的 addTal 方法中添加 console.log 用于调试
- 在 TalSet.ts 中为天赋类别添加注释以提升代码可读性
This commit is contained in:
walkpan
2026-01-29 19:15:29 +08:00
parent b88df66633
commit 4ac3d55990
2 changed files with 6 additions and 1 deletions

View File

@@ -135,8 +135,10 @@ export const talConf: Record<number, ItalConf> = {
desc:"每升1级,获得下5次技能必暴击"},
7302:{uuid:7302,name:"风怒",icon:"7001",kind:CardKind.Partner,triType:TriType.LUP,Trigger:1,count:1,target:TalTarget.SELF,effet:TalEffet.ATTR,vType:BType.RATIO, value:2,attrs:TalAttrs.WFUNY,
desc:"每升1级,永久增加2%的风怒概率"},
/*** 7400 回血量触发 ***/
/** 7500 一击必杀触发 */
};
export const CanSelectTalents: Record<number, number[]> = {
// 3级开放攻击类天赋
3: [7001, 7003, 7005, 7008],