> For the complete documentation index, see [llms.txt](https://wiki.blocklords.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.blocklords.com/economy/assets/heroes/legacy-heroes/legacy-farmers.md).

# Legacy Farmers

<figure><img src="/files/Hz8M88gUp89QwZBBmdN5" alt=""><figcaption></figcaption></figure>

It's important to separate the wheat from the chaff...Badass farmer alert. There is no limits to what this farmer can become. Never forget, Sickles are weapons too.

In BLOCKLORDS, Legacy Farmers represent a unique and valuable aspect of the game’s character ecosystem, with specific acquisition methods and attributes:

1. **Acquisition**:
   * **Marketplace**: Legacy Farmers are available for purchase on the BLOCKLORDS marketplace.
   * **Weekly Banner Rotations**: Players can also acquire Legacy Farmers by participating in weekly banner rotations. These rotations occur every Tuesday and feature a specific combination of five banners bearing the same symbol.
2. **Determining the Level of Legacy Farmers**:
   * **Banner Composition**: The level of a Legacy Farmer can be determined by the number of Silver Banners used in the minting process. The combination of basic and Silver Banners will vary with each weekly rotation.
   * **Stat Analysis**: Alternatively, the level can also be inferred from the stats accompanying the Legacy Farmer. These stats provide insight into the character's capabilities and potential role in the game.

<table><thead><tr><th width="82">Tier</th><th width="146">Banner Combo</th><th width="110">Att Points</th><th width="128">Trait Points</th><th>Trait Breakdown</th></tr></thead><tbody><tr><td>1</td><td>1 Silver + 4 Basic</td><td>40</td><td>3</td><td>>3 limited trait or 1 limited trait and 1 standard trait</td></tr><tr><td>2</td><td>2 Silver + 3 Basic</td><td>42</td><td>3</td><td>>3 limited trait or 1 limited trait and 1 standard trait</td></tr><tr><td>3</td><td>3 Silver + 2 Basic</td><td>45</td><td>3</td><td>>3 limited trait or 1 limited trait and 1 standard trait</td></tr><tr><td>4</td><td>4 Silver + 1 Basic</td><td>45</td><td>4</td><td>>(4 limited trait) or (2 limited trait and 1 standard trait) or (2 standard trait)</td></tr><tr><td>5</td><td>5 Silvers</td><td>50</td><td>4</td><td>>(4 limited trait) or (2 limited trait and 1 standard trait) or (2 standard trait</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://wiki.blocklords.com/economy/assets/heroes/legacy-heroes/legacy-farmers.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
