-
Notifications
You must be signed in to change notification settings - Fork 0
Stats
Shi Johnson-Bey edited this page Feb 24, 2024
·
3 revisions
Agents and relationships both have stats, numerical values that represent things like personalities, resources, and probabilities. All stat values are stored as floating point numbers. Stats can be clamped between maximum and minimum values and/or floored to the nearest integer value.
Agents and relationships track their stats within a StatManager
instance.