Bug fixed, somehow one of the merges added a "." between aeb and the game number which was breaking the create channel function
GamestateHelper
Fixed a bug in the logic of player setup. It was returning after iterating over the faction list once so you could only pick the first option. It would return a message saying complete when it was not if you picked another choice
Added basic setup of sector 3 tiles and available tech tiles. Based on player count it pulls the instructed amount of techs and sector 3 tiles from the manual.
Once tech JSON file is complete we can create a small filter to not decrement the draw if a rare tech is pulled based on instruction manual setup.
requirements
updated package requirements to match @Fingon00 code.
basic_game.json
setup_commands
GamestateHelper
requirements