1234567891011 |
- local root = {
- {
- robotSupplyWeight1 = {{"R",0},{"W",0},{"B57",100}},
- robotSupplyWeight2 = {{"R",0},{"W",0},{"A57",100}},
- robotRound = 10,
- playerSupplyWeight1 = {{"R",0},{"W",0},{"B57",100}},
- playerSupplyWeight2 = {{"R",0},{"W",0},{"A57",100}},
- playerRound = 10
- }
- }
- return root
|