
Stats System | ANTIPIXEL Godot
A downloadable tool
Buy Now$1.99 $1.49 USD or more
On Sale!
25% Off
Stats System | ANTIPIXEL Godot
Stats for characters, items and skills!
(Download the documentation for free 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 of Resources. Additionally, it features a powerful and customizable radar chart.
🔎 Code Sample
# Create stat var stat: Stat = Stat.new_stat(10) # Add 10% var formula: Callable = func(v): return v * 1.1 stat.add_mod(StatModifier.new_mod(formula)) # Print result: 11 print(stat.value)
🚀 Key Features
- Flexible: Define fixed, percentage-based, or derived attributes.
- Customizable: Apply buffs and debuffs using adaptable formulas.
- Global and Local: Manage data with Resources or per instance.
- Source Tracking: The plugin allows you to track the origin of each modifier applied to a stat.
- Radar Chart: Easily visualize stat profiles.
- Extensible: Adaptable to any genre and project scale.
- User-friendly Inspector: You can easily create stat modifiers from the inspector.
💡 Perfect For
- RPGs, action games, strategy titles, or any project with stats.
- Teams looking for a robust solution to create and balance stats and modifiers.
🧰 Includes
- Source code.
- Example scene.
- Clear documentation.
👉 Check out all my other assets here
Purchase
Buy Now$1.99 $1.49 USD or more
On Sale!
25% Off
In order to download this tool you must purchase it at or above the minimum price of $1.49 USD. You will get access to the following files:
antipixel_stats_system_godot.zip 206 kB
Leave a comment
Log in with itch.io to leave a comment.