Husbandry Automata¶
Husbandry automata is a turtle with a Husbandry Mechanic Soul upgrade. This upgrade has all of the abilities of a Weak Automata plus some additional abilites:
• Use items on animals
• Get information about an animal
• Scan for nearby animals
• Capture and release animals
Peripheral Name | Interfaces with | Has events | Introduced in |
---|---|---|---|
husbandryAutomata | World | No | 0.7r |
Functions¶
useOnAnimal¶
useOnAnimal() -> (true | nil), string
Returns true and the interaction result as a string or if it fails it returns nil and an error message.
inspectAnimal¶
inspectAnimal() -> table | nil, string
searchAnimals¶
searchAnimals() -> table | nil, string
captureAnimal¶
captureAnimal() -> true | nil, string
Returns true if an animal is captured or nil and an error message.
releaseAnimal¶
releaseAnimal() -> true | nil, string
getCapturedAnimal¶
getCapturedAnimal() -> table | nil, string
Changelog/Trivia¶
0.7r
Added the Husbandry Automata