hero 根据type 确定出生点

This commit is contained in:
2024-11-15 09:38:36 +08:00
parent d632513701
commit 425a8bac64
6 changed files with 44 additions and 38 deletions

View File

@@ -1,5 +1,5 @@
export const HeroSet = {
export const HeroInfo = {
9001: {
uuid: 9001, path: "k1", type: 1, lv: 1,name: "白骑士", wp:1001,arm:2001,ring:3001,shoes:4001,
exp_type:0,lv2:5,lv3:10,lv4:20,lv5:30,a_exp:1,ua_exp:1,d_exp:10,ed_exp:1,
@@ -18,4 +18,12 @@ export const HeroSet = {
export const MonSet = {
}
}
export const HeroSet = {
StartPos:{
1: -200,
2: -250,
3: -300,
}
}