> For the complete documentation index, see [llms.txt](https://xeavin.gitbook.io/the-insurgents-toolkit/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-toolkit/features/general.md).

# General

### Vertical FOV

The vertical FOV of the player camera. The default is 45 degrees which is approximately equal to 0.785 radians (45 \* π/180 ≈ 0.785). So for a vertical FOV of 60 degrees, you will need to enter the value 1.0472.

{% hint style="info" %}
If you are playing with the Steam version, use [The Insurgent's Vision ](https://www.nexusmods.com/finalfantasy12/mods/220)or [FF12 FOV Changer](https://www.nexusmods.com/finalfantasy12/mods/172)﻿ instead.
{% endhint %}

### No Clip-Mode

Allows the player character to run around the map and explore not reachable places.

### No Foe-Spawn

Denies foes (incl. friendly) from spawning completely.

### PRNG

The pseudorandom number generator value that determines various random instances in the game such as treasures, damage and heal values, and so on.

### Chain

Allows modifying anything chain related like the chain level and count, loot count, and so on.

### Magick Field Flags

Allows toggling the following magick field states

* HP Sap
* MP Sap
* No Attacks
* No Magicks
* No Technicks
* No Items
* Magnet
* ...

### Rendering Flags

Allows toggling the following rendering states

* World
* Character
* Particle
* User Interface
* ...


---

# 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-toolkit/features/general.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.
