> For the complete documentation index, see [llms.txt](https://infinitypbr.gitbook.io/magic-pig-games/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://infinitypbr.gitbook.io/magic-pig-games/game-modules-4/module-documentation/game-module-lists/gameconditionlist.md).

# GameConditionList

## Modification Levels

Each `GameCondition` has a `ModificationLevel`, which dictates how it affects `Stats`.

```csharp
// Get a List<ModificationLevel> of all the modification levels on each
// GameCondition in this list
public List<ModificationLevel> ModificationLevels
```
