修改完成,todo 关卡设计

This commit is contained in:
2024-12-24 23:43:23 +08:00
parent 38d4858dae
commit 31302ee410
9 changed files with 13107 additions and 12942 deletions

View File

@@ -25,6 +25,6 @@ export const Items={
1016:{uuid: 1016,path: "1016",type:1,lv:4,name: "传说生命石",info:"增加装备生命值50,成功几率50%", },
9001:{uuid: 9001,path: "9001",type:1,lv:0,name: "金币",info:"金币不是万能的,但是没有金币是万万不能的", },
9002:{uuid: 9002,path: "9002",type:1,lv:1,name: "叶子",info:"提升英雄等级的神奇叶子", },
9003:{uuid: 9003,path: "9003",type:1,lv:1,name: "经验",info:"提升英雄等级的神秘石头", },
9003:{uuid: 9003,path: "9003",type:1,lv:1,name: "经验",info:"提升英雄等级", },
}

View File

@@ -5,14 +5,14 @@ export const BoxDrop={
{uuid: 9003,dropRate: 10,num_max: 500,type:0},
],
2:[
{uuid: 9001,dropRate: 10,num_max: 10,type:0},
{uuid: 9002,dropRate: 10,num_max: 10,type:0},
{uuid: 9003,dropRate: 50,num_max: 10,type:0},
{uuid: 5001,dropRate: 10,num_max: 10,type:0},
{uuid: 5002,dropRate: 10,num_max: 10,type:0},
{uuid: 5003,dropRate: 50,num_max: 10,type:0},
],
3:[
{uuid: 9001,dropRate: 20,num_max: 10,type:0},
{uuid: 9002,dropRate: 20,num_max: 10,type:0},
{uuid: 9003,dropRate: 50,num_max: 10,type:0},
{uuid: 5001,dropRate: 20,num_max: 10,type:0},
{uuid: 5002,dropRate: 20,num_max: 10,type:0},
{uuid: 5003,dropRate: 50,num_max: 10,type:0},
],
}
export const BoxDropCount={