-
Notifications
You must be signed in to change notification settings - Fork 90
Description
Blueprints items should be found underground, from an artifact object #137. The blueprint can be digitized into Memory.
A digitized blueprint should take a fairly large amount of memory, and could represent a raw bitmap of the blueprint (which could be used later on with some sort of screen hardware/stucture).
To build a structure, the player has to specify the address of the digitized blueprint, which will create a construction site. When all the required materials have been inserted (with laser DEPOSIT) into the construction site, it is replaced by the final structure (which is saved as an attribute inside the construction site data).
The player will also be able to transfer energy to the construction site. (A typical construction site requirements might look like this: 10 copper, 2 iron, 3 biomass, 6000kJ. )
Previous discussion about construction: #109