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

99% of RPG games will have some kind of statistical value, such as: health, mana, speed, etc.In addition, there will be various content that affects these data, commonly referred to as Buffs/Effects/Modifiers, for example: max health +50%.FlowerStats aims to easily manage these data.
FlowerStats
中文版在下面。
99% of RPG games will have some kind of statistical value, such as: health, mana, speed, etc.
In addition, there will be various content that affects these data, commonly referred to as Buffs/Effects/Modifiers, for example: max health +50%.
FlowerStats aims to easily manage these data.
Inspired by Stats.
🧐Features🧐
- Modifier: Modify data through addition or multiplication.
- Attribute: Maximum and minimum values.
- Effect: Easily add Buffs.
- Tags: Tag system, based on Strings.
Installation
- Install via AssetLib or download this repo.
- Enable the plugin.
Usage
I don't have time to write usage docs right now, check the source code or check example in this repo for now, BUT! I will add docs later 😋
99% 的 RPG 游戏都会存在某种统计数值,例如:血量、魔力、速度......
除此之外,还会有各种影响这些数据的内容,通常称为 Buff/Effect/Modifier,例如:最大血量 + 50%。
FlowerStats 旨在轻松的管理这些数据。
受到 Stats 的启发。
🧐Feature🧐
Modifier:通过加法或乘法修改数据。
Attribute:最大值、最小值。
Effect:简单、轻松地添加 Buff。
Tags:标签系统,基于 String。
安装
使用 AssetLib 安装或下载本仓库安装。
启用插件。
用法
暂时没有时间写,看源码吧,BUT ! 我会添加😋
99% of RPG games will have some kind of statistical value, such as: health, mana, speed, etc.
In addition, there will be various content that affects these data, commonly referred to as Buffs/Effects/Modifiers, for example: max health +50%.
FlowerStats aims to easily manage these data.
Reviews
Quick Information

99% of RPG games will have some kind of statistical value, such as: health, mana, speed, etc.In addition, there will be various content that affects these data, commonly referred to as Buffs/Effects/Modifiers, for example: max health +50%.FlowerStats aims to easily manage these data.