ui设计,卡牌规则修改,不需升级卡牌词,卡牌召唤兽不再有等级
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user