diff --git a/assets/resources/game/skill/end/dead.prefab b/assets/resources/game/skill/end/dead.prefab index b9b7201a..529f6db9 100644 --- a/assets/resources/game/skill/end/dead.prefab +++ b/assets/resources/game/skill/end/dead.prefab @@ -90,7 +90,7 @@ "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": 20, + "y": 30, "z": 0 }, "_lrot": { @@ -102,8 +102,8 @@ }, "_lscale": { "__type__": "cc.Vec3", - "x": 0.7, - "y": 0.7, + "x": 0.65, + "y": 0.65, "z": 1 }, "_mobility": 0, diff --git a/assets/script/game/common/config/SkillSet.ts b/assets/script/game/common/config/SkillSet.ts index 02f6d9b1..18b8870e 100644 --- a/assets/script/game/common/config/SkillSet.ts +++ b/assets/script/game/common/config/SkillSet.ts @@ -215,7 +215,7 @@ export const SkillSet: Record = { //===========魔法技能=========== 6201: { uuid:6201,name:"蓝波",sp_name:"ball_blue",icon:"1126",TGroup:TGroup.Enemy,readyAnm:"",endAnm:"",act:"atk", - DTType:DTType.single,frz:20,ap:100,hit_count:1,hitcd:0.3,speed:720,with:90,ready:0.1,EAnm:0,DAnm:"", + DTType:DTType.single,frz:0,ap:100,hit_count:1,hitcd:0.3,speed:720,with:90,ready:0.1,EAnm:0,DAnm:"", RType:RType.linear,EType:EType.collision,buffs:[],info:"对单个目标造成100%攻击的伤害,冰冻率20%", }, 6202: { @@ -247,7 +247,7 @@ export const SkillSet: Record = { }, 6207: { uuid:6207,name:"冰刺",sp_name:"atk_fire",icon:"1173",TGroup:TGroup.Enemy,readyAnm:"blues",endAnm:"",act:"max", - DTType:DTType.range,frz:20,ap:100,hit_count:6,hitcd:0.2,speed:720,with:0,ready:0.1,EAnm:0,DAnm:"", + DTType:DTType.range,frz:0,ap:100,hit_count:6,hitcd:0.2,speed:720,with:0,ready:0.1,EAnm:0,DAnm:"", RType:RType.fixed,EType:EType.animationEnd,buffs:[],info:"多次对多个目标造成150%攻击的伤害,冰冻率20%", }, 6208: {