# Trait List

<table><thead><tr><th width="188">Name</th><th width="558.3333333333333">Description</th></tr></thead><tbody><tr><td>Dehydration</td><td>Causes plants to take +1 water per second.</td></tr><tr><td>Corrosion</td><td>Deals 3 seconds of <mark style="color:orange;">Poison III</mark> damage to nearby entities</td></tr><tr><td>Venom</td><td>Deals 2 seconds of <mark style="color:orange;">Poison II</mark> and 1 second of <mark style="color:orange;">Wither II</mark> to nearby entities</td></tr><tr><td>Restrain</td><td>Inflicts 5 seconds of <mark style="color:orange;">Slow 3</mark> to nearby entities</td></tr><tr><td>Attractor</td><td>Pulls in nearby items and puts them in an adjacent chest. </td></tr><tr><td>Slice n' Dice</td><td>Deals 5 damage to nearby entities</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://pyrotempus.gitbook.io/pyro-plugins/pyrofarming/features/trait-list.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
