123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- local root = {
- {
- realMatchArea = {2000,3000},
- aiMatchTime = {1,4},
- winLimit = 4,
- loseLimit = 4,
- matchRegion1 = {-25,25},
- matchWinRevise1 = {0,10},
- matchLoseRevise1 = {-10,0},
- matchTime1 = 4,
- matchNums1 = 1,
- matchRegion2 = {-50,50},
- matchWinRevise2 = {0,15},
- matchLoseRevise2 = {-15,0},
- matchTime2 = 4,
- matchNums2 = 1,
- matchRegion3 = {-75,75},
- matchWinRevise3 = {0,20},
- matchLoseRevise3 = {-20,0},
- matchTime3 = 4,
- matchNums3 = 1
- },
- {
- realMatchArea = {3000,99999999},
- aiMatchTime = {1,4},
- winLimit = 4,
- loseLimit = 4,
- matchRegion1 = {-25,25},
- matchWinRevise1 = {0,10},
- matchLoseRevise1 = {-10,0},
- matchTime1 = 4,
- matchNums1 = 1,
- matchRegion2 = {-50,50},
- matchWinRevise2 = {0,15},
- matchLoseRevise2 = {-15,0},
- matchTime2 = 4,
- matchNums2 = 1,
- matchRegion3 = {-75,75},
- matchWinRevise3 = {0,20},
- matchLoseRevise3 = {-20,0},
- matchTime3 = 4,
- matchNums3 = 1
- }
- }
- return root
|