修改了很多

This commit is contained in:
2025-03-27 23:25:10 +08:00
parent 3a15541170
commit 67704725b2
40 changed files with 9140 additions and 4253 deletions

View File

@@ -1,4 +1,3 @@
import { Talents } from "./TalentSet"
/**
* kind 1:烈焰 2:寒冰 3:自然 4:暗影 5:神圣
**/
@@ -26,10 +25,19 @@ export enum HeroType {
remote = 1,
mage = 2,
}
export enum HeroFac {
hero = 0,
enemy = 1,
}
export const HeroList = [5001,5002,5003,5004,5005,5006,5007,5008,5009,5010,5011]
export const MonList = [5201,5202,5203,5204,5205,5206,5207,5208,5209,5210,5211,5212,5213,5214,5215,5216,5217,5218,5219,5220,5221,5222,5223,5224,5225,5226,5227]
export const HeroSet = {
StartPos:[-300,-350,-350]
Start_x:[-200,-260,-320],
Start_y:[70,0,-70]
}
export const MonSet = {
Start_x:[200,260,320],
Start_y:[70,0,-70]
}
export const HeroInfo = {
5001:{uuid:5001,name:"神圣守护",path:"k2", quality:3,kind:1,type:0,hp:200,ap:10,dis:400,a_cd:1,speed:50,skills:[6005],tals:"说明"},