🧙‍♂️
The Insurgent's Stat Lores
  • Home
  • Getting Started
    • Setup
    • Resources
  • Overview
    • Configuration
      • Name vs Identifier
      • Refresh
      • Errors
  • Support & Updates
    • Changelogs
      • Version 1.1.3
      • Version 1.1.2
      • Version 1.1.1
      • Version 1.1.0
      • Version 1.0.0
    • Known Issues
    • FAQ
Powered by GitBook
On this page
  • General
  • Notes
  1. Overview
  2. Configuration

Name vs Identifier

General

You can either use the name or identifier of a parameter in the configuration file.

For example, if you want to add 30 HP to the augment Thievery, you can do it via identifiers like this:

{17, 0, 30}

or via names like this:

{augments.thievery, types.hp, 30}

or this:

{augments["thievery"], types["hp"], 30}

All names are case insensitive, so you can even use augments.ThIeVeRy if you want.

Names give a better overview of the configuration file while identifiers keep it shorter and a bit more neatly formatted. You can choose whichever style you prefer more.

Notes

For a list of all names, you can view the {game}/x64/scripts/config/TheInsurgentsStatLores/helpers.lua file.

PreviousConfigurationNextRefresh

Last updated 12 months ago