From 20e2381105692839ee67878e8769d8ddacea985f Mon Sep 17 00:00:00 2001 From: panw Date: Mon, 9 Dec 2024 10:51:46 +0800 Subject: [PATCH] dd --- assets/resources/game/skills/shielded.prefab | 4 ++-- assets/script/game/common/config/heroSet.ts | 2 +- assets/script/game/map/CardController.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/resources/game/skills/shielded.prefab b/assets/resources/game/skills/shielded.prefab index ce59d158..9b83212c 100644 --- a/assets/resources/game/skills/shielded.prefab +++ b/assets/resources/game/skills/shielded.prefab @@ -163,8 +163,8 @@ "__type__": "cc.Color", "r": 255, "g": 255, - "b": 255, - "a": 179 + "b": 129, + "a": 223 }, "_spriteFrame": { "__uuid__": "f87f53f9-2fba-4a5b-968a-79a593311ab2@91c2a", diff --git a/assets/script/game/common/config/heroSet.ts b/assets/script/game/common/config/heroSet.ts index 17b475bc..eb966c89 100644 --- a/assets/script/game/common/config/heroSet.ts +++ b/assets/script/game/common/config/heroSet.ts @@ -46,7 +46,7 @@ import { Talents } from "./TalentSet" export const HeroInfo = { 9001: { uuid:9001,name: "圣盾骑士",path:"k1",type:1,hp: 1000, hp_up:10, shp_up:20,def:10,def_up:1,sdef_up:20,ap:20,ap_up:2,sap_up:20,atp:1,vun:0,crit:20,crit_add:0,ucr:0,dodge:0,dis:100,a_cd:1.5, - lvexp:0,slvexp:0, speed: 100,aexp:5,uaexp:1,cexp:10,doexp:10,dexp:20,sk1:[9001,9001,9001,9001,9001],sk2:[2002,2002,2002,2002,2002],sk3:[2002,2002,2002,2002,2002],pw:0,pwm:150,pws:10,apw:0,uapw:0,cpw:0,dpw:0,dopw:0, + lvexp:0,slvexp:0, speed: 100,aexp:5,uaexp:1,cexp:10,doexp:10,dexp:20,sk1:[9001,9001,9001,9001,9001],sk2:[2002,2002,2002,2002,2002],sk3:[2002,2002,2002,2002,2002],pw:0,pwm:150,pws:10,apw:10,uapw:10,cpw:10,dpw:10,dopw:10, akr:[10,20,30,40,50],akc:[1,1,1,1,1],uar:[10,20,30,40,50],uac:[1,1,1,1,1],dgr:[10,20,30,40,50],dgc:[1,1,1,1,1],crr:[10,20,30,40,50],crc:[1,1,1,1,1], abh:0,abc:0,uabh:0,uabc:0,cbh:0,cbc:0,aua:0,auc:0,uaua:0,uauc:0,cua:0,cuc:0,wp:1001,arm:2001,ring:3001,shoes:4001, tals:["这是一级说明","这是二级说明","这是三级说明","这是四级说明","这是五级说明"] diff --git a/assets/script/game/map/CardController.ts b/assets/script/game/map/CardController.ts index 573cea41..ffe3777b 100644 --- a/assets/script/game/map/CardController.ts +++ b/assets/script/game/map/CardController.ts @@ -43,7 +43,7 @@ export class CardControllerComp extends CCComp { hh_show(){ let node=this.node.getChildByName("hero_home") node.active = true - // tween(node).to( 0.1,{ position: v3(0,node.position.y)}, ).start(); + tween(node).to( 0.1,{ position: v3(0,node.position.y)}, ).start(); } hh_hide(){ let node=this.node.getChildByName("hero_home")