Wildlife Sensor
Reports total individual fauna across all established Habitat colonies. Available after Biosphere research lands; reads 0 until the first Wildlife colony establishes.
Access: get_component("wildlife_sensor") · Like every component, exposes .id and .name.
Methods
Section titled “Methods”.get_value()
Section titled “.get_value()”Returns the current Wildlife population count as a number, summed from established Habitat colonies.
Returns: Number (individuals)
Example
Section titled “Example”component = get_component("wildlife_sensor")value = component.get_value()print(value)See also
Section titled “See also”- Wildlife Overview: what counts toward this total