Damage, Resource and Stat System

SYN - Blueprints - Apr 5, 2019

Expandable damage, stat and resource system with dynamic values.

  • Supported Platforms
  • Supported Engine Versions
    4.22 - 4.27, 5.0 - 5.1
  • Download Type
    Complete Project
    This product contains a full Unreal Engine project folder, complete with Config files, Content files and .uproject file, which can be used as a template to create a new project.

Preview (Version 1.22.6, for a better overview (new features etc.) please use the demobuilds, these are always up to date)

Packaged Build


Independent Components

All components can be used independently.

For example you can use the resource component alone.


Damage calculation

Damage Calculation includes resistance and penetration values, crit chance and crit damage.

The Crit feature can be deactivated.

You can create mixed damage types that use different resistance values.

(for example FrostFire that will be reduced equally by Frost and Fire Resistance).


Resource management

Resource components can be used to manage mana, health, shields, rage or similar resources.

Among other things, there are options available to adjust regeneration delay / interval / value, as well as maxvalue.


Gameplay effects

Gameplay effects can be used to create buffs and debuffs or to execute damage over time effects. It´s possible to stack and / or refresh them if several are active at the same time and perform events based on the stack size.


Dynamic values

All values can be adapted dynamically, this includes float values from all possible components, such as resistance, crit chance, regeneration delay,(…).

Base Values, that can be changed for example by an inventory, serve as a basis for calculations. Modifiers like +30% can be added to the base value.

Technical Details

This is a Blueprint Project, no C++ included

Features:

  •  Damage calculation and processing
  •  Dynamic (float) values
  •  Resource management
  •  GameplayEffects

Number of Blueprints:

  • Components: 3
  • Librarys: 2
  • DamageTypes: 1
  • Enumerations: 4
  • Structures: 2
  • GameplayEffects: 5
  • Widgets: 1
  • Example Blueprints: 36+

Input: Mouse/Keyboard

Network Replicated: Yes

Supported Development Platforms: Windows

Supported Target Build Platforms: Windows

Documentation: Starter Guides + comments

Demo: Packaged Build


Questions? Contact me directly on Discord or via email [email protected]