tokentxt.2da

This file is used to allow modders to create custom tokens based on stats.
TOKEN_TEXT - the name of the token in caps.
PROTAGONIST - set to non-zero for protagonist (Player1) tokens, set to zero for current talker tokens.
STAT - a number from STAT.IDS. Not all values may work.
VALUE - a reference value.
EQUALITY - set to non-zero for less operator "<", set to zero for equality operator "=".
STRINGT - strref if condition is true (i.e. VALUE < STAT OR VALUE = STAT)
STRINGF - strref if condition is false (i.e. VALUE >= STAT OR VALUE != STAT)

The file is currently empty in BG2EE:
2DA V1.0
*
           TOKEN_TEXT             PROTAGONIST STAT       VALUE      EQUALITY   STRINGT    STRINGF