> For the complete documentation index, see [llms.txt](https://spaceguild.gitbook.io/sg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://spaceguild.gitbook.io/sg/p2e-games/warsindia/game-details/game-play.md).

# Game Play

![WarSindia Land Example](/files/N13kVU8DWwWVSbe2HwXH)

***Players have to collect different lands, build a solid air fortress and use different heroes to attack and fight against the enemy until they destroy the opponent's core building and win.***

## **Land**

Before the battle, players must collect lands and assemble lands with unique landforms. There are several types of landforms and heroes and soldiers must fight on these lands or risk falling into the abyss.

**Frozen Land:** Players can not load any building here. It slows down the moving speed of the journey to the unit.

**Hot Land**: Just like frozen land, it is not possible to load any building here and the journey to the unit will be slightly damaged.

**Steel-Bar**: Here, players can load any structure. When the life value of defense towers reaches zero, it will be destroyed after 3 seconds.

**Normal Land**: As compared to the other forms of land, this specific type can support any structure.

*Notice: Every round game only uses four pieces of a unique land.*&#x20;

## **Defense Tower**&#x20;

To defend against enemy attacks, players must construct various types of defense towers. Defense towers come in a variety of sizes and functions that one can consider and match before the war.

## **Heroes**&#x20;

Choose three heroes to enter a region, attack, and destroy opponent buildings and cores. If the hero dies, a resummon will be required with a set time limit for the CD. The following components will be necessary: runes, hero skills, and equipment.

### **Hero classification:**

***Tank, Attacker, Supporter, and Conqueror***&#x20;

**Tank**: Large-scale injury absorption.

**Attacker**: Skilled in inflicting severe injuries.

**Supporter**: Good at supplying blood which causes more disruption.&#x20;

**Conqueror**: Skilled at attacking buildings and can give priority to attacking specific building objects.

**Barrack:** A common soldier will occasionally attack the opponent's core. After the military camp is destroyed, this round game will not be recreated.

Before the battle, be aware that there are ***four types of military camps to pick from***.&#x20;

There are also four categories of heroes.&#x20;

Open up overworld: STILL CONFIDENTIAL BY NOW.

**Commander Skill**: Any player can choose three commander skills as backup to assist their own heroes in moving forward. Commanders' abilities can direct intervention on the battlefield.&#x20;

*WarSindia games usually last between 2 and 5 minutes.*


---

# 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://spaceguild.gitbook.io/sg/p2e-games/warsindia/game-details/game-play.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.
