> For the complete documentation index, see [llms.txt](https://human-game.gitbook.io/human-memento/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://human-game.gitbook.io/human-memento/gameplay/dragonslayer/fight.md).

# Fight

The special time portal for corps opens every three hours. That means each corps has a chance to kill an ancient monster in a special time travel every three hours.

**Assemble**

Anyone can create a new corps with one of his brigades or fleets for $100 USD in $EPK to join the next special time travel. Each corps will be disbanded automatically after a special time travel. Each commander can create more than one corps.

**Recruit**

Each brigade or fleet can freely join a corps for $60 USD in $EPK. Different brigades or fleets owned by a same commander can join different corps. A good strategy is to join a special time travel with your best brigade or fleet.

**The Monster**

The HP of the monster is related to the number of participating brigades and fleets, as shown below.

$$
HP(N)=N*2000*3
$$

N is the number of participating brigades and fleets.

**Attack**

Each brigade or fleet can launch a new attack on the monster every 1 minute. The damage is a random number between \[0, (SP or MP)].


---

# 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:

```
GET https://human-game.gitbook.io/human-memento/gameplay/dragonslayer/fight.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.
