Stats {{ currentPage ? currentPage.title : "" }}

There are several characteristics that are already included into the character: health, stamina, hunger, thirst.

On Value Changed event is being called every time this characteristic gets changed. we use it to update our widgets.

Below Zero is used when the value of a characteristic is < 0. We are using it to call death for example.

  1. To add a new characteristics add AC Characteristic component.

  2. If a value can regenerate, specify it’s rate and a value added with this rate.

  3. Type of the characteristic and if it can be negative

  4. Save slot, should be unique for each characteristic

  5. If the value should be reduced with time like hunger

{{{ content }}}