源战役客户端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

22 lines
1.8 KiB

Config = Config or {}
Config.Capsuleeggratio = {
["1@0@1@1@300"] = {pool_type = 1,color = 0,type = 1,low = 1,high = 300,add_weight = 0},
["1@0@1@301@600"] = {pool_type = 1,color = 0,type = 1,low = 301,high = 600,add_weight = 500},
["1@0@1@601@99999"] = {pool_type = 1,color = 0,type = 1,low = 601,high = 99999,add_weight = 100000000},
["1@1@1@1@5"] = {pool_type = 1,color = 1,type = 1,low = 1,high = 5,add_weight = [[ -10 ]]},
["1@1@1@6@17"] = {pool_type = 1,color = 1,type = 1,low = 6,high = 17,add_weight = 10},
["1@1@1@18@22"] = {pool_type = 1,color = 1,type = 1,low = 18,high = 22,add_weight = 500},
["1@1@1@23@99999"] = {pool_type = 1,color = 1,type = 1,low = 23,high = 99999,add_weight = 100000},
["1@1@2@1@100"] = {pool_type = 1,color = 1,type = 2,low = 1,high = 100,add_weight = 0},
["1@1@2@101@500"] = {pool_type = 1,color = 1,type = 2,low = 101,high = 500,add_weight = 5},
["1@1@2@501@1000"] = {pool_type = 1,color = 1,type = 2,low = 501,high = 1000,add_weight = 500},
["1@1@2@1001@99999"] = {pool_type = 1,color = 1,type = 2,low = 1001,high = 99999,add_weight = 100000},
["1@2@1@1@5"] = {pool_type = 1,color = 2,type = 1,low = 1,high = 5,add_weight = [[ -10 ]]},
["1@2@1@6@17"] = {pool_type = 1,color = 2,type = 1,low = 6,high = 17,add_weight = 10},
["1@2@1@18@22"] = {pool_type = 1,color = 2,type = 1,low = 18,high = 22,add_weight = 500},
["1@2@1@23@99999"] = {pool_type = 1,color = 2,type = 1,low = 23,high = 99999,add_weight = 100000},
["1@2@2@1@100"] = {pool_type = 1,color = 2,type = 2,low = 1,high = 100,add_weight = 0},
["1@2@2@101@500"] = {pool_type = 1,color = 2,type = 2,low = 101,high = 500,add_weight = 5},
["1@2@2@501@1000"] = {pool_type = 1,color = 2,type = 2,low = 501,high = 1000,add_weight = 500},
["1@2@2@1001@99999"] = {pool_type = 1,color = 2,type = 2,low = 1001,high = 99999,add_weight = 100000},
}