Statistics - golden-coconut-studio/TikiAdventuresWiki GitHub Wiki

What are they used for?

Statistics were made to count many parameters and actions that happen in-game. For example, do you want to know how much time a Tiki has been alive? You have a count for that. Do you want to know how much time the Tikis have been on Totem? You have a count for that. The same for amount of attacks, damage done, damage received (either individually or on Totem), etc.

Statistics recovered from the game

As of now, these are the statistics recovered related to every Tiki:

  • Total damage done by a Tiki.
  • Tiki total DPS.
  • Times a Tiki has been killed.
  • Amount of damage the Tiki has received.
  • Amount of time the Tiki has been alive.
  • The max amount of time the Tiki has been alive.
  • Amount of basic attacks executed by a Tiki.
  • Amount of enemies killed by a Tiki.
  • Amount of time a Tiki has been on Totem.
  • Amount of time a Tiki has been as base on Totem.

There are some Global Stats that are recovered too:

  • Duration of the current level in seconds.
  • Total amount of killed enemies.
  • Max amount of time spent on Totem.
  • Kills distribution for each Tiki and enemy.
  • Tiki deaths caused by each enemy.

Where can I locate that file?

The file can be located in the "Saved" folder of the project. If you are using a build, you can find this file inside "$BuildFolder/WindowsNoEditor/TikiTiki/Saved". The file name is "LastSessionStats" followed by the time and date the file was generated.