feat(宝物): 添加宝物系统

This commit is contained in:
luying
2022-12-07 10:55:30 +08:00
parent b684307818
commit a83deeff5f
46 changed files with 15656 additions and 54 deletions

View File

@@ -1,3 +1,4 @@
import { ArtifactModelType } from "../../db/Artifact";
import { Connect, EPlace, HeroType } from "../../db/Hero";
import { JewelType } from "../../db/Jewel";
import { HeroScore } from "../battleField/pvp";
@@ -56,6 +57,8 @@ export class TaskParamInter {
jewels?: JewelType[]; // 天晶石
skinId?: number; // 皮肤id
artifacts?: ArtifactModelType[]; // 宝物
skipTower?: boolean;
debugInfo?: {condition: number};
};