
A downloadable tool
(Download thedocumentation forfree to learn everything about it)
Stats System is a Godot 4 tool that provides a flexible and comprehensive solution for easily creating and managing entity statistics and properties, such as health, mana, damage, and more. It allows you to apply and combine modifiers using customizable formulas, including percentages, additions, and multipliers. The system also supports both global and local statistics through the use ofResources. Additionally, it features a powerful and customizable radar chart.
# Create statvar stat: Stat = Stat.new_stat(10)# Add 10%var formula: Callable = func(v): return v * 1.1stat.add_mod(StatModifier.new_mod(formula))# Print result: 11print(stat.value)
In order to download this tool you must purchase it at or above the minimum price of $1.99 USD. You will get access to the following files: