dd 56卡牌栏 为role 专有物品,不在有针对小兵的 卡牌技能, 小兵的强化靠role,没有驻场 技能,role 修改为多技能

This commit is contained in:
2024-09-12 17:19:14 +08:00
parent 5f1b081374
commit f80115e251
47 changed files with 1191 additions and 1524 deletions

View File

@@ -16,8 +16,7 @@ import { HeroSpine } from "./HeroSpine";
import { HeroViewComp } from "./HeroViewComp";
import { BoxSet } from "../common/config/BoxSet";
import { RandomManager } from "../../../../extensions/oops-plugin-framework/assets/core/common/random/RandomManager";
import { HeroSet } from "../common/config/heroSet";
import { MonSet } from "../common/config/MonSet";
import { HeroSet,MonSet } from "../common/config/heroSet";
/** 角色实体 */
@ecs.register(`Hero`)
export class Hero extends ecs.Entity {
@@ -83,7 +82,7 @@ export class Hero extends ecs.Entity {
mv.power = smc.heros[uuid].power;
mv.power_max= smc.heros[uuid].power_max;
mv.type = smc.heros[uuid].type;
mv.skill_uuid = 9001;
mv.skill_uuid = smc.heros[uuid].skill_uuid;
mv.max_skill_uuid = smc.heros[uuid].max_skill_uuid;
mv.scale = 1;
mv.Tpos = v3(0,0,0);