场景技能 环境设置完成,下步 技能执行

This commit is contained in:
2024-11-20 10:56:22 +08:00
parent d930cb1b81
commit 9e7cf05231
6 changed files with 2142 additions and 4655 deletions

View File

@@ -66,7 +66,16 @@ export const SkillSet={
}
export const CSkills={
1001:{uuid: 1001,path: "1001",type: 1,tg:3,angle:true,level: 1,name: "火球术",sp_name:"fire",info:"释放一个火球术攻击敌人",
dis:1,count:1,in:0,run:0,ap:10,hp:0,shield:0,sd:10,cd:3,bsd:0,bcd:0,sk_uuid:1001,sk_count:0,speed:600, },
export const MSkills={
1001:{uuid:1001,path:"1001",type:1,tg:3,up_exp:10,name: "火球术",info:"释放一个火球术攻击敌人",
ap:10,ap_up:1,},
}
export const MSkillset={
confirm_exp:10,
}
export const MSlist={
1:[1001],
2:[1001],
3:[1001],
4:[1001],
}