去掉了 技能系统,技能由单个精灵独立处理

This commit is contained in:
2025-06-02 20:25:23 +08:00
parent c9a499e38b
commit 3fbfc2ea09
68 changed files with 3923 additions and 11907 deletions

View File

@@ -22,6 +22,7 @@ export enum GameEvent {
MissionLoss = "MissionLoss",
MissionWin = "MissionWin",
MissionStart = "MissionStart",
FightReady = "FightReady",
FightStart = "FightStart",
FightPause = "FightPause",
FightResume = "FightResume",

View File

@@ -43,10 +43,9 @@ export const HeroPos={
2:{pos:v3(-300,130,0)},
}
export const MonSet = {
0:{pos:v3(320,220,0)},
1:{pos:v3(320,150,0)},
2:{pos:v3(320,80,0)},
3:{pos:v3(320,10,0)},
0:{pos:v3(320,0,0)},
1:{pos:v3(320,10,0)},
2:{pos:v3(320,-10,0)},
}
export const HeroInfo = {
5001:{uuid:5001,name:"神圣守护",path:"k2", lv:3,kind:1,type:0,hp:5,ap:10,ap_u:0,ap_ur:0,hp_up:0,dis:700,a_cd:1,speed:100,skills:[6005],tals:"说明"},