镇念塔:系统参数表

This commit is contained in:
luying
2021-08-18 16:44:54 +08:00
parent 7d1f49e02a
commit a4627b3ac6
7 changed files with 119 additions and 89 deletions

View File

@@ -25,7 +25,7 @@ export interface DicTowerTask {
readonly actorNeeded: number;
// 完成时间(秒)
readonly completeTime: number;
// 适用层数
// 适用层数,此处层数是指通过了的层数
readonly suitFloor: SuitFloor;
// 权重
readonly weight: number;