A downloadable tool

Buy Now
On Sale!
25% Off
$1.99 $1.49 USD or more

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

Published 11 hours ago
StatusReleased
CategoryTool
Rating
Rated 5.0 out of 5 stars
(1 total ratings)
AuthorAntipixel
GenreRole Playing
Made withGodot
Tagsantipixel, attributes, chart, combat, Godot, health, leveling, mana, radar
LinksTwitter/X

Purchase

Buy Now
On Sale!
25% Off
$1.99 $1.49 USD or more

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

Download demo

Download
Stats System Antipixel Godot Documentation.pdf 302 kB
Download
LICENSE.txt 890 bytes

Leave a comment

Log in with itch.io to leave a comment.