> 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/game-mechanics/squads/squad-types/battle-squads/infantry-squads.md).

# Infantry Squads

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

<figure><img src="/files/2Gp3grnbS5t2Yz4TTffj" alt=""><figcaption></figcaption></figure>

**Light Infantry**: Known for their speed and agility, Light Infantry units excel in quick engagements like reconnaissance, raids, and ambushes. They are lightly armored, making them vulnerable in direct combat but highly effective in hit-and-run tactics.

**Pikemen**: Specializing in defense, particularly against cavalry, Pikemen are armed with long pikes and excel in forming impenetrable defensive lines. While formidable in static defense, they are less effective in fast-paced or mobile combat scenarios.

<figure><img src="/files/3E99HvVJ0ewoNmsIYgWs" alt=""><figcaption></figcaption></figure>

**Raiders**: Agile and fierce, Raiders are adept at rapid assaults and disruptive skirmishes. Equipped with one-handed axes, they are perfect for flanking maneuvers and exploiting weaknesses in enemy lines, although their light armor makes them vulnerable to heavy attacks.

**Heavy Shields**: As heavily armored troops, Heavy Shield Infantry are the primary defensive unit. Their large shields and high armor levels make them resilient against both melee and ranged attacks, ideal for absorbing enemy assaults and protecting more vulnerable units.

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

Each infantry type in BLOCKLORDS is designed to fulfill specific roles on the battlefield, offering players a variety of tactical options. Whether it's the quick and adaptable Light Infantry, the defensive Pikemen, the swift Raiders, or the stalwart Heavy Shields, understanding and utilizing these units effectively can be key to achieving victory in various combat scenarios.


---

# 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/game-mechanics/squads/squad-types/battle-squads/infantry-squads.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.
