武器 击晕 冰冻 易伤 效果添加
This commit is contained in:
@@ -79,7 +79,7 @@ export enum DebuffAttr {
|
||||
STUN = 1, //眩晕
|
||||
SLOW = 2, //减速
|
||||
FROST = 3, //冰冻
|
||||
BURN = 4, //易伤
|
||||
BURN = 4, //易伤 默认次数是5 技能配置的devC是额外次数
|
||||
DECD = 5, //减cd
|
||||
DEHP = 6, //减hp
|
||||
DEATK = 7, //减atk
|
||||
@@ -115,6 +115,10 @@ export enum BuffAttr {
|
||||
REFLECT = 21, //反伤比率
|
||||
KNOCKBACK = 22, //击退概率
|
||||
BURN_COUNT = 23, //易伤额外次数
|
||||
BURN_VALUE = 24,//易伤效果
|
||||
STUN_TIME = 25, //击晕额外时间
|
||||
STUN_RATTO = 26, //击晕概率
|
||||
FROST_TIME = 27, //冰冻时间
|
||||
}
|
||||
|
||||
export const geDebuffNum=()=>{
|
||||
@@ -160,6 +164,10 @@ export const getBuffNum=()=>{
|
||||
REFLECT:0, //反伤比率
|
||||
KNOCKBACK:0, //击退概率
|
||||
BURN_COUNT:0, //易伤额外次数
|
||||
BURN_VALUE:0,
|
||||
STUN_TIME:0,
|
||||
STUN_RATTO:0,
|
||||
FROST_TIME:0,
|
||||
}
|
||||
}
|
||||
|
||||
@@ -260,7 +268,7 @@ export const SkillSet = {
|
||||
|
||||
6022:{uuid:6022,name:"大火球" ,for_hero:true,sp_name:"fire",path:"3039",quality:Quality.GREEN, TType:TType.Frontline,maxC:1,
|
||||
TGroup:TGroup.Enemy,SType:SType.damage,act:"atk",DTType:DTType.single,CdType:2,AType:AType.linear,RType:RType.linear,EType:EType.collision,fname:"max",flash:false,with:90,
|
||||
debuff:DebuffAttr.STUN,deV:20,deC:1,deR:100,in:1,ap:100,cd:5,hit:2,hited:0.3,shield:0,heal:0,speed:720,hero:0,cost:10,info:"召唤大火球攻击前方所有敌人,造成300%攻击的伤害,有一定几率施加灼烧"},
|
||||
debuff:DebuffAttr.STUN,deV:0,deC:1,deR:50,in:1,ap:100,cd:5,hit:2,hited:0.3,shield:0,heal:0,speed:720,hero:0,cost:10,info:"召唤大火球攻击前方所有敌人,造成300%攻击的伤害,有一定几率施加灼烧"},
|
||||
|
||||
6023:{uuid:6023,name:"龙卷风",for_hero:true, sp_name:"bwind",path:"3065",quality:Quality.GREEN, TType:TType.Frontline,maxC:1,
|
||||
TGroup:TGroup.Enemy,SType:SType.damage,act:"atk",DTType:DTType.single,CdType:2,AType:AType.linear,RType:RType.linear,EType:EType.collision,fname:"max",flash:false,with:90,
|
||||
@@ -272,7 +280,7 @@ export const SkillSet = {
|
||||
|
||||
6025:{uuid:6025,name:"烈焰射击",for_hero:false,sp_name:"arrow_yellow",path:"3014",quality:Quality.GREEN, TType:TType.Frontline,maxC:1,
|
||||
TGroup:TGroup.Enemy,SType:SType.damage,act:"atk",DTType:DTType.single,CdType:2,AType:AType.linear,RType:RType.linear,EType:EType.collision,fname:"max",flash:false,with:90,
|
||||
debuff:DebuffAttr.STUN,deV:0,deC:0,deR:100,in:1,ap:100,cd:5,hit:1,hited:0.3,shield:0,heal:0,speed:720,hero:0,cost:10,info:"召唤大火球攻击前方所有敌人,造成200%攻击的伤害,20%几率眩晕敌人"},
|
||||
debuff:DebuffAttr.STUN,deV:0.5,deC:0,deR:50,in:1,ap:100,cd:5,hit:1,hited:0.3,shield:0,heal:0,speed:720,hero:0,cost:10,info:"召唤大火球攻击前方所有敌人,造成200%攻击的伤害,20%几率眩晕敌人"},
|
||||
|
||||
6026:{uuid:6026,name:"火墙", for_hero:true, sp_name:"firewall",path:"3040",quality:Quality.BLUE, TType:TType.Frontline,maxC:1,
|
||||
TGroup:TGroup.Ally,SType:SType.damage,act:"atk",DTType:DTType.range,CdType:2,AType:AType.fixedEnd,RType:RType.fixed,EType:EType.timeEnd,fname:"max",flash:false,with:90,
|
||||
|
||||
Reference in New Issue
Block a user