
In Game Info XML Addon - Tough As Nails
Активный0.0
Установок
0
Последнее обновление
6 лет назад
Клиент
Управление
Аддоны
Adds tags for Tough As Nails to InGame Info XML.
Tags added:
- tancurrtemp - Returns the player's current temperature
- tantargettemp - Returns the temperature the player is currently trending to (capped at 0 and 25)
- tanseason - Returns the current sub-season (i.e. Early Spring, Mid Summer, Late Autumn) (as of 1.3, this tag needs Serene Seasons installed since that functionality was moved out of Tough As Nails)
Note: This does not add anything to the default configuration. These must be added to the XML (or JSON) file.
Example usage:
<line> <str>Temperature: $e{tancurrtemp}/{tantargettemp}$f</str> </line>
<line>
<str>Season: $e{tanseason}$f</str>
</line>