| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- local CompetitionDevineCfg = {
- [1]={
- ['ID']=1,
- ['ItemPrice']={{201,1}},
- ['GoldPrice']={{54,50}},
- ['BroadcastKey']='',
- },
- [2]={
- ['ID']=2,
- ['ItemPrice']={{201,1}},
- ['GoldPrice']={{54,50}},
- ['Rewards']={{1,100000}},
- ['BroadcastKey']='',
- },
- [3]={
- ['ID']=3,
- ['ItemPrice']={{201,1}},
- ['GoldPrice']={{54,50}},
- ['Rewards']={{1,300000}},
- ['BroadcastKey']='',
- },
- [4]={
- ['ID']=4,
- ['ItemPrice']={{201,1}},
- ['GoldPrice']={{54,50}},
- ['Rewards']={{511,10}},
- ['BroadcastKey']='',
- },
- [5]={
- ['ID']=5,
- ['ItemPrice']={{201,1}},
- ['GoldPrice']={{54,50}},
- ['Rewards']={{512,10}},
- ['BroadcastKey']='',
- },
- [6]={
- ['ID']=6,
- ['ItemPrice']={{201,1}},
- ['GoldPrice']={{54,50}},
- ['Rewards']={{140,2}},
- ['BroadcastKey']='',
- },
- [7]={
- ['ID']=7,
- ['ItemPrice']={{201,1}},
- ['GoldPrice']={{54,50}},
- ['Rewards']={{522,2}},
- ['BroadcastKey']='',
- },
- [8]={
- ['ID']=8,
- ['ItemPrice']={{201,1}},
- ['GoldPrice']={{54,50}},
- ['LuckyPrice']={{202,1}},
- ['Rewards']={{531,5}},
- ['BroadcastKey']='',
- },
- [9]={
- ['ID']=9,
- ['ItemPrice']={{201,1}},
- ['GoldPrice']={{54,50}},
- ['LuckyPrice']={{202,1}},
- ['Rewards']={{2,666666}},
- ['BroadcastKey']='',
- },
- [10]={
- ['ID']=10,
- ['ItemPrice']={{201,1}},
- ['GoldPrice']={{54,50}},
- ['LuckyPrice']={{202,1}},
- ['Rewards']={{520,2}},
- ['BroadcastKey']='',
- },
- [11]={
- ['ID']=11,
- ['ItemPrice']={{201,1}},
- ['GoldPrice']={{54,50}},
- ['LuckyPrice']={{202,1}},
- ['Rewards']={{523,1}},
- ['BroadcastKey']='light10',
- },
- [12]={
- ['ID']=12,
- ['ItemPrice']={{201,1}},
- ['GoldPrice']={{54,50}},
- ['LuckyPrice']={{202,1}},
- ['Rewards']={{529,3}},
- ['BroadcastKey']='light11',
- },
- [13]={
- ['ID']=13,
- ['Rewards']={{15033,1}},
- ['BroadcastKey']='light12',
- },
- }
- return CompetitionDevineCfg
|