游戏开始 初始技能功能 继续完善
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
export const MSklist = [6001,6002]
|
||||
|
||||
export enum TargetGroup {
|
||||
Self = 0, // 自身
|
||||
Ally = 1, // 友方单位
|
||||
@@ -77,6 +77,7 @@ hero:召唤物英雄id
|
||||
info:技能描述
|
||||
|
||||
*/
|
||||
export const HeroSkillList = [6001,6002,6003,6004,6005]
|
||||
export const SkillSet = {
|
||||
6001:{uuid:6001,name:"凛冬之触",sp_name:"ball_blue",path:"6001",TargetType:1,TargetGroup:3,act:"atk",CdType:1,AnimType:0,endType:3,fname:"max",flash:false,with:50,debuff:0,depb:0,debtime:0,derate:0,in:0.8,count:1,def:0,apup:0,ap:100,mhp:0,hp:0,cd:5,buff_cd:1,hited:0.3,shield:0,speed:720,sonsk:0,hero:0,info:"向最前方敌人释放寒冰弹,造成100%攻击的伤害"},
|
||||
6002:{uuid:6002,name:"烈焰之怒",sp_name:"ball_red",path:"6002",TargetType:1,TargetGroup:3,act:"atk",CdType:1,AnimType:0,endType:3,fname:"max",flash:false,with:50,debuff:0,depb:0,debtime:0,derate:0,in:0.8,count:1,def:0,apup:0,ap:100,mhp:0,hp:0,cd:5,buff_cd:1,hited:0.3,shield:0,speed:720,sonsk:0,hero:0,info:"向最前方敌人释放火焰弹,造成100%攻击的伤害"},
|
||||
|
||||
Reference in New Issue
Block a user