From 79cf3c1a62a575190a5e2380fd01cb7fdf99be12 Mon Sep 17 00:00:00 2001 From: panw Date: Mon, 18 May 2026 10:29:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=E6=8A=80=E8=83=BD?= =?UTF-8?q?=E9=A3=9E=E8=A1=8C=E8=BD=A8=E8=BF=B9=E7=B1=BB=E5=9E=8B=E4=B8=8E?= =?UTF-8?q?=E6=8A=80=E8=83=BD=E6=8F=8F=E8=BF=B0=E4=B8=8D=E4=B8=80=E8=87=B4?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 调整了火球术、风刃、暗影球三个技能的RType从bezier改为linear,同步技能实际轨迹与描述内容,同时清理了胜利UI预制体中的冗余引用配置。 --- assets/resources/gui/element/victory.prefab | 12 ++++-------- assets/script/game/common/config/SkillSet.ts | 6 +++--- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/assets/resources/gui/element/victory.prefab b/assets/resources/gui/element/victory.prefab index e9e14e9b..e8c23d44 100644 --- a/assets/resources/gui/element/victory.prefab +++ b/assets/resources/gui/element/victory.prefab @@ -6651,6 +6651,8 @@ "__id__": 0 }, "fileId": "28sWVd6AVGOI5O4rPSSn3f", + "instance": null, + "targetOverrides": null, "nestedPrefabInstanceRoots": null }, { @@ -10158,10 +10160,7 @@ "b": 255, "a": 255 }, - "_spriteFrame": { - "__uuid__": "97aa0f88-8138-4b35-94bc-4f691e3f6269@85704", - "__expectedType__": "cc.SpriteFrame" - }, + "_spriteFrame": null, "_type": 0, "_fillType": 0, "_sizeMode": 0, @@ -10174,10 +10173,7 @@ "_fillRange": 0, "_isTrimmedMode": true, "_useGrayscale": false, - "_atlas": { - "__uuid__": "97aa0f88-8138-4b35-94bc-4f691e3f6269", - "__expectedType__": "cc.SpriteAtlas" - }, + "_atlas": null, "_id": "" }, { diff --git a/assets/script/game/common/config/SkillSet.ts b/assets/script/game/common/config/SkillSet.ts index 0de61e3d..e474d4ad 100644 --- a/assets/script/game/common/config/SkillSet.ts +++ b/assets/script/game/common/config/SkillSet.ts @@ -179,17 +179,17 @@ export const SkillSet: Record = { 6002: { uuid:6002,name:"火球术",sp_name:"ball_fire",icon:"1126",TGroup:TGroup.Enemy,readyAnm:"",endAnm:"",act:"atk", DTType:DTType.single,frz:0,ap:100,hit_count:1,hitcd:0.3,speed:720,with:90,ready:0.2,EAnm:0,DAnm:"",IType:IType.remote, - RType:RType.bezier,EType:EType.collision,buffs:[],info:"发射火球,造成攻击力100%的伤害", + RType:RType.linear,EType:EType.collision,buffs:[],info:"发射火球,造成攻击力100%的伤害", }, 6003: { uuid:6003,name:"风刃",sp_name:"ball_winds",icon:"1126",TGroup:TGroup.Enemy,readyAnm:"",endAnm:"",act:"atk", DTType:DTType.single,ap:100,hit_count:1,hitcd:0.3,speed:720,with:90,ready:0.2,EAnm:0,DAnm:"",IType:IType.remote, - RType:RType.bezier,EType:EType.collision,buffs:[],info:"发射风刃,造成攻击力100%的伤害", + RType:RType.linear,EType:EType.collision,buffs:[],info:"发射风刃,造成攻击力100%的伤害", }, 6004: { uuid:6004,name:"暗影球",sp_name:"ball_zi",icon:"1126",TGroup:TGroup.Enemy,readyAnm:"",endAnm:"",act:"atk", DTType:DTType.single,ap:100,hit_count:1,hitcd:0.3,speed:720,with:90,ready:0.2,EAnm:0,DAnm:"",IType:IType.remote, - RType:RType.bezier,EType:EType.collision,buffs:[],info:"发射暗影球,造成攻击力100%的伤害", + RType:RType.linear,EType:EType.collision,buffs:[],info:"发射暗影球,造成攻击力100%的伤害", }, 6005: { uuid:6005,name:"箭矢",sp_name:"arrow",icon:"1135",TGroup:TGroup.Enemy,readyAnm:"",endAnm:"",act:"atk",