> For the complete documentation index, see [llms.txt](https://docs.settlers-united.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.settlers-united.com/s4-lua-api-de/library-functions/magic/magic.increasemana.md).

# Magic.IncreaseMana

## `Magic.IncreaseMana(Spieler, Menge)`

Erhöht den Manavorrat des angegebenen Spielers um die angegebene Menge.

#### Rückgabewert

none

#### Beispiel

```lua
Magic.IncreaseMana(1,1000)
```
