ui设计,卡牌规则修改,不需升级卡牌词,卡牌召唤兽不再有等级

This commit is contained in:
2024-09-04 17:03:44 +08:00
parent ad52a9ad9c
commit 44cb46e7de
11 changed files with 2111 additions and 2174 deletions

View File

@@ -63,12 +63,14 @@ export class SingletonModuleComp extends ecs.Comp {
g_level:1,
g_time:0,
},
player:{
hp_max:30,
role:{
hp:300,
atk:10,
lv:1,
exp:0,
next_exp:100,
power:300,
atk_cd:1.5,
},
/** 当前等级 */
cards:{
@@ -78,14 +80,6 @@ export class SingletonModuleComp extends ecs.Comp {
ref_cost:1,
up_cost:4,
},
hp: {
min:20,
max:30
},
power: {
min: 10,
max: 30
},
gold: {
min: 200,
max: 200,