英雄 技能调整继续

This commit is contained in:
2025-02-08 16:43:58 +08:00
parent 0c6899264d
commit acaa0ea442
2 changed files with 36 additions and 33 deletions

View File

@@ -1,26 +1,4 @@
/*
type
1最前排
2最后排
3: 最少血
4最高血
5近战
6远程
7: 辅助
8: 随机
tg: 对象0 自己1同伴 2 自己和同伴3敌人4自己和对人
dis: 是否移动 1 移动 0 原地
sd 卡片技能图标持续时间
cd 卡片技能释放本技能cd
count卡片1次释放本技能数
sp_name : 预制体名称
path: 图片地址
mber = 0;0碰撞不消亡 1:碰撞即消亡
endType:2,fname:"",flash:false,with:false,debuff: 0depb:50,:无12灼烧3眩晕4降低攻击5降低hp6降低防御7吸血8击退
*/
export const MSklist = [6001,6002]
export enum TargetGroup {
Self = 0, // 自身
@@ -55,9 +33,12 @@ export enum skRun {
export enum CdType {
SkillCD = 0, // 使用技能配置的cd
HeroCD = 1, // 使用英雄公共CD
HeroPower = 2 // 能量型技能(需满能量)
HeroPower = 2, // 能量型技能(需满能量)
AtkCount = 3, // 攻击次数触发
BeAtkCount = 4, // 被攻击次数触发
}
//技能释放cd: 0:技能配置的cd,1:HeroViewComp.cd 值,2:HeroViewComp.pw:0值,当HeroViewComppw==HeroViewComp.pwm值是 释放
export enum AnimType {
linear = 0, // 直线
parabolic = 1, // 抛物线 贝塞尔
@@ -71,7 +52,29 @@ export enum endType {
timeEnd = 1,
distanceEnd = 2,
}
/*
path: 图片地址
[debuff] : 0:无12灼烧3眩晕4降低攻击5降低hp6降低防御7吸血8击退
depb:触发比率
debtime :持续时间
derate:伤害比率
in:持续时间
count:触发次数
def:增加防御比例
apup:增加攻击比例
ap:施法者攻击
mhp:增加最大生命比例
hp:增加当前生命比例
cd:buff/debuff持续时间
buff_cd:buff/debuff触发时间
hited:伤害时间
shield:增加护盾占最大生命比例
speed:移动速度
sonsk:子技能id
hero:召唤物英雄id
info:技能描述
*/
export const SkillSet = {
6001:{uuid:6001,name:"凛冬之触",sp_name:"ball_blue",path:"6001",TargetType:1,TargetGroup:3,act:"atk",CdType:1,AnimType:1,endType:2,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:300,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:1,endType:2,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:300,sonsk:0,hero:0,info:"向最前方敌人释放火焰弹,造成100%攻击的伤害"},

View File

@@ -56,7 +56,7 @@ export enum HeroType {
water = 2,
air = 3,
}
export const HeroList = [5001,5002,5003,5004,5005,5006,5007,5008,5009,5010,5011]
export const HeroList = [5001,5002,5004,5006,5007,5009,5011]
export const MonList = [5201]
export const HeroSet = {
StartPos:[-300,-350,-350]