dd
This commit is contained in:
@@ -9,11 +9,11 @@ export const CardType = {
|
||||
2: "后排",
|
||||
}
|
||||
export const CardList={
|
||||
1:[1101,1102,1201,1202,1301,1302,],
|
||||
2:[2101,2102,2201,2202,2301,2302,],
|
||||
3:[3101,3102,3201,3202,3301,3302,],
|
||||
4:[4101,4102,4201,4202,4301,4302,],
|
||||
5:[5001,5002,5003,5004],
|
||||
1:[{uuid:1101,type:1},{uuid:1102,type:1},{uuid:1201,type:1},{uuid:1202,type:1},{uuid:1301,type:1},{uuid:1302,type:1},{uuid:1001,type:2}],
|
||||
2:[{uuid:2101,type:1},{uuid:2102,type:1},{uuid:2201,type:1},{uuid:2202,type:1},{uuid:2301,type:1},{uuid:2302,type:1},],
|
||||
3:[{uuid:3101,type:1},{uuid:3102,type:1},{uuid:3201,type:1},{uuid:3202,type:1},{uuid:3301,type:1},{uuid:3302,type:1},],
|
||||
4:[{uuid:4101,type:1},{uuid:4102,type:1},{uuid:4201,type:1},{uuid:4202,type:1},{uuid:4301,type:1},{uuid:4302,type:1},],
|
||||
5:[{uuid:5001,type:1},{uuid:5002,type:1},{uuid:5003,type:1},{uuid:5004,type:1}],
|
||||
// 1:[1101,1102,1103,1104,1105,1106,1201,1202,1203,1204,1205,1301,1302,1303,1304,],
|
||||
// 2:[2101,2102,2103,2104,2105,2201,2202,2203,2204,2301,2302,2303,2304,2305,],
|
||||
// 3:[3101,3102,3103,3104,3201,3202,3203,3204,3205,3301,3302,3303,3304,],
|
||||
@@ -29,6 +29,11 @@ export const HeroSet ={
|
||||
},
|
||||
|
||||
}
|
||||
export const SkillSet={
|
||||
1001:{uuid: 1001,path: "1001",type: 1,level: 1,name: "火球术",atk: 4,hp: 8,atk_cd: 2,power: 50,speed: 80,}
|
||||
|
||||
}
|
||||
|
||||
|
||||
export const CardSet = {
|
||||
1101:{uuid: 1101,path: "1101",type: 1,level: 1,name: "守护犬",atk: 4,hp: 8,atk_cd: 2,power: 50,speed: 80,skill: "base",max_skill: "base",int1: null,int2: null,dps: 2,word: "守护", info: "自身护盾",atktype: "攻击型", mon: "狗"},
|
||||
|
||||
Reference in New Issue
Block a user