Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser

Quick Information

Enhanced Stat is an addon suite for Godot 4.1, designed to provide an intuitive and powerful way to manage stats in games such as Health, Mana, Speed, and Attack Damage. This addon is part of the **Enhanced** suite aimed to make your Godot development faster, cleaner, and more enjoyable!
β¨ Enhanced Stat for Godot 4.1
π Table of Contents
π Overview
Enhanced Stat is an addon suite for Godot 4.1, designed to provide an intuitive and powerful way to manage stats in games such as Health, Mana, Speed, and Attack Damage. This addon is part of the Enhanced suite aimed to make your Godot development faster, cleaner, and more enjoyable!
π¦ Installation
- Clone or download the repository.
- Copy the
enhanced_stat
folder inside your project'saddons
directory. - Enable the addon by going to
Project -> Project Settings -> Plugins
and activating the "Enhanced Stat" plugin.
π Features
π Stats
- Reactive Programming: Stats are reactive, and changes can be listened to in real-time.
- Computed Stats: Type safe basic stats.
- Aggregated Stats: Create new stats based on existing stats, automatically updating when dependencies change.
- Bind Mechanism: Allows easy binding of stats to in game nodes.
- Modifiers: Flexible modification of stats through addition, multiplication, or other custom methods.
- Listeners: Events to notify game logic of stats changes.
β‘ Status Effects
- Component-based: Reusable components that can be combined to create complex status effects.
- Modifiers: Attachable to stats to create temporary or permanent changes.
- Vfx: Add vfxs or nodes while the status effect is active.
π» Editor Friendly
- Editor Inspector: Use the editor to configure the stats and status effects for your game.
π Dependencies
- Enhanced Common: This addon depends on the enhanced_common addon for various utilities and common functionalities. Make sure to also have this addon installed and enabled.
π Project Architecture
Here is an overview of the project's file hierarchy:
- enhanced_stat
+---addons
+---enhanced_common
+---enhanced_stat
+---icons
+---scenes
+---editor
+---stats
+---bind
+---listeners
+---modifier
+---scripts
+---editor
+---stats
+---bind
+---listeners
+---modifier
+---core
+---stats
+---bind
+---listeners
+---modifier
+---stat
+---status_effects
+---components
π Usage
Check the documentation for tutorials, API references, and examples to get started. Usage is straightforward and can easily be integrated into your existing Godot project.
π Documentation
Further documentation is available in the docs
directory.
You can also check the inline comments for a more detailed understanding of specific methods and functionalities.
π» Contributing
Contributions are very welcome! Feel free to open issues or submit pull requests.
π License
This project is licensed under the terms of the MIT license. See LICENSE for details. This project uses icons from icons8. If you fancy those lovely icons, please check out their website.
Made with β€οΈ for the Godot community. Happy coding! :smile:
Enhanced Stat is an addon suite for Godot 4.1, designed to provide an intuitive and powerful way to manage stats in games such as Health, Mana, Speed, and Attack Damage. This addon is part of the **Enhanced** suite aimed to make your Godot development faster, cleaner, and more enjoyable!
Reviews
Quick Information

Enhanced Stat is an addon suite for Godot 4.1, designed to provide an intuitive and powerful way to manage stats in games such as Health, Mana, Speed, and Attack Damage. This addon is part of the **Enhanced** suite aimed to make your Godot development faster, cleaner, and more enjoyable!