Multicore Games
  • 🪓Ultimate Damage System
  • Overview
    • ✨Features
  • Setup and Implementation
    • 🛠️Getting set up
      • ⚙️General Setup
      • 👀Player Setup
      • 🪓Damage Component Setup
      • X-Ray Level Setup
      • 🩻X-Ray Component Setup
      • 💥Customization
Powered by GitBook
On this page
  • Overview
  • Setup and Implementation

Ultimate Damage System

Overview

Description

The Ultimate Damage System is a powerful toolkit for Unreal Engine, featuring a customizable Damage Component with layered HP bar and damage modifiers (Fire, Ice, Poison, Electricity), and an advanced X-Ray System with real-time damage indicators and custom x-ray image creation, enhancing both visual and functional aspects of gameplay.

Damage Component:

  1. Health Indicator Widget

    • A comprehensive health display featuring the character’s name, a layered HP bar that includes both standard HP and Shield HP, and visual indicators for various damage types (Fire, Ice, Poison, Electricity).

  2. Damage Modifiers

    • Implement Fire, Ice, Poison, and Electricity damage types (or any other custom damage modifier) that inflict damage over time. Each modifier can be programmed with specific resistances or vulnerabilities, allowing for dynamic and strategic gameplay.

    • Each component can be programmed with specific resistances or vulnerabilities, allowing for dynamic and strategic gameplay.

  3. Full Customization

    • Fully customizable elements including colors, damage modifiers, and HP values for each component, enabling tailored experiences to fit any game design.

X-Ray System:

  1. Multi-layered X-Ray Widget

    • A sophisticated widget that provides real-time damage indicators across multiple layers, offering detailed insights into the character’s condition.

  2. Customizable Colors and Parameters

    • Adjust colors and various parameters to match the aesthetic and functional needs of your game.

  3. X-Ray Image Creation Level

    • Create custom x-ray indicators with ease using multiple presets, allowing for unique and visually appealing damage representations.

    • Includes a custom X-Ray Rig Blueprint that enables full customization of the final output

Demo level included

The demo level includes examples of all features of the Ultimate Damage System, each with interactive examples and use cases!

Supported Unreal Engine Versions:

• UE 5.0

• UE 5.1

• UE 5.2

• UE 5.3

• UE 5.4


Setup and Implementation

NextFeatures

Last updated 5 months ago

🪓
✨Features
🛠️Getting set up