> For the complete documentation index, see [llms.txt](https://xeavin.gitbook.io/the-insurgents-scalable-foes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xeavin.gitbook.io/the-insurgents-scalable-foes/support-and-updates/changelogs/version-1.1.0.md).

# Version 1.1.0

* Reworked the configuration structure by merging all entry parameters into a table that includes a stat, and its default and additive multiplier (e.g. `{0, 2.00, 2.00}`). As a result, stats that are not scaled, do not need to be listed any more.
* Added the possibility to use names instead of identifiers in the configuration file. So you can now both use `{stats.hp, 2.00, 2.00}` or `{0, 2.00, 2.00}` depending on whatever style you prefer more.
* The configuration file will now be reloaded if it is modified while the game is open.
* The configuration file can now be completely empty or even missing in which case foe stats will now work like in vanilla.
* Fixed an issue where if the configuration file had a runtime error while loading, the main script would crash.
* You can now use Lua functions (e.g. loops, print, etc.) in the configuration file if needed.
* Now requires Lua Loader v1.3.0 or higher.


---

# 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://xeavin.gitbook.io/the-insurgents-scalable-foes/support-and-updates/changelogs/version-1.1.0.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.
