123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147 |
- local root = {
- {
- id = 1,
- win = 0,
- higherLinkType = 'W',
- higherSupplyWeight1 = {{"B57",100}},
- higherSupplyWeight2 = {{"A57",100}},
- higherRound = 10,
- lowerLinkType = 'W',
- lowerSupplyWeight1 = {{"B57",100}},
- lowerSupplyWeight2 = {{"A57",100}},
- lowerRound = 10
- },
- {
- id = 2,
- win = 1,
- higherLinkType = 'W',
- higherSupplyWeight1 = {{"B57",100}},
- higherSupplyWeight2 = {{"A57",100}},
- higherRound = 10,
- lowerLinkType = 'W',
- lowerSupplyWeight1 = {{"B57",100}},
- lowerSupplyWeight2 = {{"A57",100}},
- lowerRound = 10
- },
- {
- id = 3,
- win = 2,
- higherLinkType = 'W',
- higherSupplyWeight1 = {{"B57",100}},
- higherSupplyWeight2 = {{"A57",100}},
- higherRound = 10,
- lowerLinkType = 'W',
- lowerSupplyWeight1 = {{"B57",100}},
- lowerSupplyWeight2 = {{"A57",100}},
- lowerRound = 10
- },
- {
- id = 4,
- win = 3,
- higherLinkType = 'W',
- higherSupplyWeight1 = {{"B57",100}},
- higherSupplyWeight2 = {{"A57",100}},
- higherRound = 10,
- lowerLinkType = 'W',
- lowerSupplyWeight1 = {{"B57",100}},
- lowerSupplyWeight2 = {{"A57",100}},
- lowerRound = 10
- },
- {
- id = 5,
- win = 4,
- higherLinkType = 'W',
- higherSupplyWeight1 = {{"B57",100}},
- higherSupplyWeight2 = {{"A57",100}},
- higherRound = 10,
- lowerLinkType = 'W',
- lowerSupplyWeight1 = {{"B57",100}},
- lowerSupplyWeight2 = {{"A57",100}},
- lowerRound = 10
- },
- {
- id = 6,
- win = 5,
- higherLinkType = 'W',
- higherSupplyWeight1 = {{"B57",100}},
- higherSupplyWeight2 = {{"A57",100}},
- higherRound = 10,
- lowerLinkType = 'W',
- lowerSupplyWeight1 = {{"B57",100}},
- lowerSupplyWeight2 = {{"A57",100}},
- lowerRound = 10
- },
- {
- id = 7,
- win = 6,
- higherLinkType = 'W',
- higherSupplyWeight1 = {{"B57",100}},
- higherSupplyWeight2 = {{"A57",100}},
- higherRound = 10,
- lowerLinkType = 'W',
- lowerSupplyWeight1 = {{"B57",100}},
- lowerSupplyWeight2 = {{"A57",100}},
- lowerRound = 10
- },
- {
- id = 8,
- win = 7,
- higherLinkType = 'W',
- higherSupplyWeight1 = {{"B57",100}},
- higherSupplyWeight2 = {{"A57",100}},
- higherRound = 10,
- lowerLinkType = 'W',
- lowerSupplyWeight1 = {{"B57",100}},
- lowerSupplyWeight2 = {{"A57",100}},
- lowerRound = 10
- },
- {
- id = 9,
- win = 8,
- higherLinkType = 'W',
- higherSupplyWeight1 = {{"B57",100}},
- higherSupplyWeight2 = {{"A57",100}},
- higherRound = 10,
- lowerLinkType = 'W',
- lowerSupplyWeight1 = {{"B57",100}},
- lowerSupplyWeight2 = {{"A57",100}},
- lowerRound = 10
- },
- {
- id = 10,
- win = 9,
- higherLinkType = 'W',
- higherSupplyWeight1 = {{"B57",100}},
- higherSupplyWeight2 = {{"A57",100}},
- higherRound = 10,
- lowerLinkType = 'W',
- lowerSupplyWeight1 = {{"B57",100}},
- lowerSupplyWeight2 = {{"A57",100}},
- lowerRound = 10
- },
- {
- id = 11,
- win = 10,
- higherLinkType = 'W',
- higherSupplyWeight1 = {{"B57",100}},
- higherSupplyWeight2 = {{"A57",100}},
- higherRound = 10,
- lowerLinkType = 'W',
- lowerSupplyWeight1 = {{"B57",100}},
- lowerSupplyWeight2 = {{"A57",100}},
- lowerRound = 10
- },
- {
- id = 12,
- win = 11,
- higherLinkType = 'W',
- higherSupplyWeight1 = {{"B57",100}},
- higherSupplyWeight2 = {{"A57",100}},
- higherRound = 10,
- lowerLinkType = 'W',
- lowerSupplyWeight1 = {{"B57",100}},
- lowerSupplyWeight2 = {{"A57",100}},
- lowerRound = 10
- }
- }
- return root
|