dd
This commit is contained in:
@@ -31,6 +31,7 @@ export class SingletonModuleComp extends ecs.Comp {
|
||||
// {uuid:6216,type:2},{uuid:6217,type:2},{uuid:6218,type:2}
|
||||
];
|
||||
items: any = []
|
||||
sitems:any = []
|
||||
player_skills: any = [
|
||||
];
|
||||
player_buffs: any = [
|
||||
@@ -149,6 +150,18 @@ export class SingletonModuleComp extends ecs.Comp {
|
||||
skill3:{uuid:1001,cd:3,cd_max:3,alive:false},
|
||||
skill4:{uuid:1001,cd:3,cd_max:3,alive:false},
|
||||
skill5:{uuid:1001,cd:3,cd_max:3,alive:false},
|
||||
items:{
|
||||
1001:{uuid: 1001,num:0},
|
||||
1002:{uuid: 1002,num:0},
|
||||
1003:{uuid: 1003,num:0},
|
||||
1004:{uuid: 1004,num:0},
|
||||
1005:{uuid: 1005,num:0},
|
||||
1006:{uuid: 1006,num:0},
|
||||
1007:{uuid: 1007,num:0},
|
||||
1008:{uuid: 1008,num:0},
|
||||
1009:{uuid: 1009,num:0},
|
||||
1010:{uuid: 1010,num:0},
|
||||
}
|
||||
},
|
||||
talent:{
|
||||
1001:{uuid:1001,lv:0,},
|
||||
|
||||
@@ -25,8 +25,7 @@ path: 图片地址
|
||||
|
||||
*/
|
||||
|
||||
export const Items={
|
||||
|
||||
export const Sitems={
|
||||
6005:{uuid: 6005,path: "6005",type: 93,level: 3,name: "钢盾",sp_name:"",info:"",
|
||||
dis:1,count:1,in:0,run:0,atk:0,hp:0,shield:100,sd:30,cd:1,bsd:5,bcd:1,sk_uuid:1001,sk_count:0,speed:600, },
|
||||
|
||||
@@ -64,7 +63,6 @@ export const Items={
|
||||
dis:1,count:1,in:0,run:0,atk:5,hp:30,shield:0,sd:30,cd:1,bsd:0,bcd:1,sk_uuid:1001,sk_count:0,speed:600, },
|
||||
|
||||
6218:{uuid: 6218,path: "6218",type: 94,level: 4,name: "精炼技能石",sp_name:"",info:"",
|
||||
dis:1,count:1,in:0,run:0,atk:5,hp:30,shield:0,sd:30,cd:1,bsd:0,bcd:1,sk_uuid:1001,sk_count:0,speed:600, },
|
||||
|
||||
dis:1,count:1,in:0,run:0,atk:5,hp:30,shield:0,sd:30,cd:1,bsd:0,bcd:1,sk_uuid:1001,sk_count:0,speed:600, },
|
||||
}
|
||||
|
||||
|
||||
15
assets/script/game/common/config/Items.ts
Normal file
15
assets/script/game/common/config/Items.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
type:
|
||||
1 普通消耗品,武器升级或技能升级原材料
|
||||
2 可双击打开,如宝箱,
|
||||
|
||||
*/
|
||||
|
||||
export const Items={
|
||||
1001:{uuid: 1001,path: "1001",type: 1,lv: 1,name: "经验卷轴",info:"提升英雄等级", },
|
||||
1002:{uuid: 1002,path: "1002",type: 1,lv: 1,name: "技能卷轴",info:"提升英雄技能等级", },
|
||||
1003:{uuid: 1003,path: "1003",type: 1,lv: 1,name: "治疗药水",info:"战斗中回复英雄血量", },
|
||||
1004:{uuid: 1004,path: "1004",type: 1,lv: 1,name: "攻击药水",info:"战斗中增加英雄攻击", },
|
||||
1005:{uuid: 1005,path: "1005",type: 1,lv: 1,name: "迅捷药水",info:"战斗中增加英雄速度", },
|
||||
}
|
||||
|
||||
9
assets/script/game/common/config/Items.ts.meta
Normal file
9
assets/script/game/common/config/Items.ts.meta
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"ver": "4.0.23",
|
||||
"importer": "typescript",
|
||||
"imported": true,
|
||||
"uuid": "49217bd4-ee11-49f7-b404-e8d40478fa2d",
|
||||
"files": [],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
@@ -11,6 +11,7 @@ export const BossList = {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
export const MissionSet = {
|
||||
1:{
|
||||
lv1_num:10,
|
||||
@@ -48,5 +49,11 @@ export const MissionSet = {
|
||||
lv4_skill_num:10,
|
||||
lv5_skill_num:10,
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
export const MissionReward = {
|
||||
1:[1001,1002,1003,1004,1005],
|
||||
2:[1001],
|
||||
3:[1001],
|
||||
}
|
||||
export const MissionReward = []
|
||||
Reference in New Issue
Block a user