Reference: ModTables.txt

Purpose

Defines a list of table names, and loads the associated data from the required files.

The table names (and their corresponding attribute range data) is used when selecting and applying stats to items.

File Format

List file. One entry per line. Delimiters: equal sign (=) and comma (,).
Comment character: semicolon (;)
No header.

Line Format

TableName=FileName

Properties

TableName String. The internal name for this table. Used for data lookups when applying stats to items.
FileName The filename (including path) of the CSV file to load. Refer to the Tables Folder for information on the table files.

Note: the filename must include the path folder structure, relative to the base folder. The filenames will be converted to a platform specific format (backslash or slash depending on Windows or Linux).