The complex is composed of 4 modules named SAMPLES, DIAGNOSIS, MOLECULES and LABORATORY.
- Sample data file can be in one of two states:
undiagnosed(initial state) ordiagnosed. - A
diagnosedsample data is associated with the list of molecules needed to produce the medicine for that sample. Each sample data file has arank:1,2or3. The higher the rank, the more health points you will get from the medicine - but more molecules will be needed to produce the medicine.
Connecting to this module with CONNECT rank, where rank is an integer between 1 and 3, will transfer an undiagnosed sample data file of rank rank to your robot.
Connecting to this module with CONNECT id:
- where
idis the identifier of anundiagnosed sampledata file the player is carrying, will change the sample's state to diagnosed. - where
idis the identifier of adiagnosed sampledata file the player is carrying, will transfer the sample data from the player to the cloud, where it will remain until a player takes it. - where
idis the identifier of adiagnosed sampledata file stored in the cloud, will transfer the sample data from the cloud to the player.
In the event that both players try to take sample data from the cloud on the same turn, only the player who had previously diagnosed this sample will successfully complete the transfer.
WAIT: do nothing.
- Health points scored with a rank 1 sample = 1 or 10
- Health points scored with a rank 2 sample = 10, 20 or 30
- Health points scored with a rank 3 sample = 30, 40 or 50
- 3≤ Total molecule cost for a rank 1 sample ≤5
- 5≤ Total molecule cost for a rank 2 sample ≤8
- 7≤ Total molecule cost for a rank 3 sample ≤14
- Response time for first turn ≤ 1000ms
- Response time for one turn ≤ 50ms