feat(config): 新增英雄属性相关字段技能类型
- 在 FieldSkillType 枚举中添加 HeroFrost、HeroCrit、HeroCritDamage 和 HeroSpeed 类型,用于支持新的英雄属性加成技能。 - 清理 heros.md 文档中过时的流派设计文档。
This commit is contained in:
@@ -226,6 +226,9 @@ export const SkillSet: Record<number, SkillConfig> = {
|
||||
RType:RType.bezier,EType:EType.collision,buffs:[],info:t("skill_info_6008", 1, 100),
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
//大招
|
||||
6101: {
|
||||
uuid:6101,name:t("skill_name_6101"),sp_name:"atk_fire",icon:"1173",TGroup:TGroup.Enemy,readyAnm:"reds",endAnm:"",act:"max",
|
||||
@@ -332,6 +335,10 @@ export enum FieldSkillType {
|
||||
SellGold = 6, // 卖出英雄金币提升
|
||||
WaveHeal = 7, // 战斗结束生命回复量提升
|
||||
HeroAtk = 8, // 英雄攻击力加成
|
||||
HeroFrost = 9, // 英雄冰冻加成
|
||||
HeroCrit = 10, // 英雄暴击加成
|
||||
HeroCritDamage = 11, // 英雄暴击伤害加成
|
||||
HeroSpeed = 12, // 英雄移动速度加成
|
||||
}
|
||||
|
||||
export interface FieldSkillConfig {
|
||||
|
||||
Reference in New Issue
Block a user