From 81a1d83d89c839bfe28870988d3cdc3d72a5567a Mon Sep 17 00:00:00 2001 From: panw Date: Thu, 26 Mar 2026 16:07:13 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=8A=80=E8=83=BD):=20=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E8=93=9D=E6=B3=A2=E5=92=8C=E5=86=B0=E5=88=BA=E6=8A=80=E8=83=BD?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E5=8F=8A=E6=AD=BB=E4=BA=A1=E7=89=B9=E6=95=88?= =?UTF-8?q?=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除蓝波技能(6201)和冰刺技能(6207)的冰冻率(frz从20改为0) - 调整死亡技能特效(death.prefab)的垂直位置(y从20改为30)和缩放比例(从0.7改为0.65) --- assets/resources/game/skill/end/dead.prefab | 6 +++--- assets/script/game/common/config/SkillSet.ts | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) 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: {