This commit is contained in:
pan
2024-08-20 18:27:34 +08:00
parent 87a445c225
commit b9edfd7001
17 changed files with 407 additions and 143 deletions

View File

@@ -54,7 +54,7 @@ export class SingletonModuleComp extends ecs.Comp {
level:1,
level_max:4,
eid:0,
ref_cost:2,
ref_cost:1,
up_cost:4,
},
hp: {
@@ -66,8 +66,8 @@ export class SingletonModuleComp extends ecs.Comp {
max: 30
},
gold: {
min: 3,
max: 3,
min: 20,
max: 20,
max_limit:10,
time:0,
cd:10,