# Army

## Weapons

### Infantry

The infantry deals damage to the enemy and also loses a certain number from their army. Only infantry can conquer an enemy province.

Example with no bonuses:\
You are attacking 1000 enemy province army with 1001 army. You will win, conquer a province and there will be 1 of your army in it.

### Shell

When shelling, you inflict damage on the enemy, while you do not lose your army, but you lose cartridges.

### Tank

Tank deals 5000 damage to the enemy army and reduces the level of the enemy fortress by 2.

### Air attack

Deals certain damage and, with a certain chance, destroy a building in the province (exact values are available in the description of buildings)

### Chemical weapon

Deals 30% damage to the population and army in the enemy province

### Nuclear weapon

Destroys all population, army, buildings and make province Undeveloped Land. Also deals damage to the population and armies of neighboring provinces in the amount of 90%.\
To use a nuclear weapon, you need to unlock the Nuclear Weapon technology and accumulate 3 uranium


---

# 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://book.denismakhortov.com/game-mechanics/army.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.
