123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183 |
- local root = {
- {
- startCups = 0,
- endCups = 99,
- cardLvWeight = {0,0,100,0,0},
- typeWeightId = 101
- },
- {
- startCups = 100,
- endCups = 149,
- cardLvWeight = {0,100,100,0,0},
- typeWeightId = 101
- },
- {
- startCups = 150,
- endCups = 199,
- cardLvWeight = {0,100,100,0,0},
- typeWeightId = 101
- },
- {
- startCups = 200,
- endCups = 299,
- cardLvWeight = {0,100,100,0,0},
- typeWeightId = 102
- },
- {
- startCups = 300,
- endCups = 349,
- cardLvWeight = {100,100,200,0,0},
- typeWeightId = 104
- },
- {
- startCups = 350,
- endCups = 399,
- cardLvWeight = {100,100,200,0,0},
- typeWeightId = 104
- },
- {
- startCups = 400,
- endCups = 499,
- cardLvWeight = {100,100,200,0,0},
- typeWeightId = 107
- },
- {
- startCups = 500,
- endCups = 549,
- cardLvWeight = {100,100,200,100,0},
- typeWeightId = 105
- },
- {
- startCups = 550,
- endCups = 599,
- cardLvWeight = {100,100,200,100,0},
- typeWeightId = 104
- },
- {
- startCups = 600,
- endCups = 649,
- cardLvWeight = {0,100,200,100,0},
- typeWeightId = 105
- },
- {
- startCups = 650,
- endCups = 699,
- cardLvWeight = {0,100,200,100,0},
- typeWeightId = 104
- },
- {
- startCups = 700,
- endCups = 749,
- cardLvWeight = {0,100,200,100,0},
- typeWeightId = 106
- },
- {
- startCups = 750,
- endCups = 799,
- cardLvWeight = {0,100,200,100,0},
- typeWeightId = 103
- },
- {
- startCups = 800,
- endCups = 849,
- cardLvWeight = {0,100,200,100,0},
- typeWeightId = 104
- },
- {
- startCups = 850,
- endCups = 949,
- cardLvWeight = {0,100,200,100,0},
- typeWeightId = 106
- },
- {
- startCups = 950,
- endCups = 999,
- cardLvWeight = {0,100,200,100,0},
- typeWeightId = 103
- },
- {
- startCups = 1000,
- endCups = 1074,
- cardLvWeight = {0,100,200,100,0},
- typeWeightId = 104
- },
- {
- startCups = 1075,
- endCups = 1124,
- cardLvWeight = {0,100,200,100,0},
- typeWeightId = 106
- },
- {
- startCups = 1125,
- endCups = 1149,
- cardLvWeight = {0,100,200,100,0},
- typeWeightId = 103
- },
- {
- startCups = 1150,
- endCups = 1249,
- cardLvWeight = {0,100,200,100,0},
- typeWeightId = 104
- },
- {
- startCups = 1250,
- endCups = 1299,
- cardLvWeight = {0,100,200,100,0},
- typeWeightId = 106
- },
- {
- startCups = 1300,
- endCups = 1474,
- cardLvWeight = {0,100,200,100,0},
- typeWeightId = 103
- },
- {
- startCups = 1475,
- endCups = 1649,
- cardLvWeight = {0,100,200,100,0},
- typeWeightId = 104
- },
- {
- startCups = 1650,
- endCups = 1699,
- cardLvWeight = {0,100,200,100,0},
- typeWeightId = 106
- },
- {
- startCups = 1700,
- endCups = 1924,
- cardLvWeight = {0,100,200,100,0},
- typeWeightId = 103
- },
- {
- startCups = 1925,
- endCups = 2149,
- cardLvWeight = {0,100,200,100,0},
- typeWeightId = 104
- },
- {
- startCups = 2150,
- endCups = 2199,
- cardLvWeight = {0,100,200,100,0},
- typeWeightId = 106
- },
- {
- startCups = 2200,
- endCups = 9999,
- cardLvWeight = {0,100,200,0,0},
- typeWeightId = 103
- },
- {
- startCups = 10000,
- endCups = 99999,
- cardLvWeight = {0,100,200,0,0},
- typeWeightId = 104
- },
- {
- startCups = 100000,
- endCups = 999999,
- cardLvWeight = {0,100,200,0,0},
- typeWeightId = 106
- }
- }
- return root
|