怪物根据怪物等级 掉落石头和经验

This commit is contained in:
2025-07-11 16:20:05 +08:00
parent a302bbd65f
commit 43c2dbcfa2
12 changed files with 295 additions and 85 deletions

View File

@@ -5,7 +5,7 @@ import { oops } from "../../../../extensions/oops-plugin-framework/assets/core/O
import { UIID } from "../common/config/GameUIConfig";
import { Items } from "../common/config/Items";
import { SkillSet } from "../common/config/SkillSet";
import { HeroInfo, HeroSet } from "../common/config/heroSet";
import { HeroInfo } from "../common/config/heroSet";
import { Hero } from "../hero/Hero";
import { HChipComp } from "../hero/HChipComp";
import { ItemComp } from "./ItemComp";