12345678910111213 |
- local root = {
- {
- higherLinkType = 'W',
- higherSupplyWeight1 = {{"B57",100}},
- higherSupplyWeight2 = {{"A57",100}},
- higherRound = 10,
- lowerLinkType = 'W',
- lowerSupplyWeight1 = {{"B57",100}},
- lowerSupplyWeight2 = {{"A57",100}},
- lowerRound = 10
- }
- }
- return root
|