code/__DEFINES/flock_defines.dm 
| FLOCK_SUBSTRATE_COST_DEPOST_TEALPRINT | Amount of substrate to add to a tealprint. |
|---|---|
| FLOCK_SUBSTRATE_COST_CONVERT | Amount to convert a turf and it's contents. |
| FLOCK_SUBSTRATE_COST_REPAIR | Amount to repair a flock construct. |
| FLOCK_SUBSTRATE_COST_LAY_EGG | BASE amount to lay an egg. |
| FLOCK_MIN_DESIRED_POP | Egg cost does not start scaling until there are this many drones. |
| FLOCK_ADDITIONAL_RESOURCE_RESERVATION_PER_DRONE | Each drone above the min desired pop adds this much to the substrate required to be able to lay an egg. |
Define Details
FLOCK_ADDITIONAL_RESOURCE_RESERVATION_PER_DRONE 
Each drone above the min desired pop adds this much to the substrate required to be able to lay an egg.
FLOCK_MIN_DESIRED_POP 
Egg cost does not start scaling until there are this many drones.
FLOCK_SUBSTRATE_COST_CONVERT 
Amount to convert a turf and it's contents.
FLOCK_SUBSTRATE_COST_DEPOST_TEALPRINT 
Amount of substrate to add to a tealprint.
FLOCK_SUBSTRATE_COST_LAY_EGG 
BASE amount to lay an egg.
FLOCK_SUBSTRATE_COST_REPAIR 
Amount to repair a flock construct.