Skip to content

Implement Base Combat & Health #6

Description

@AndersonGACFilho

Description
Implement the actor components responsible for Health and basic Weapon firing.

Tasks

  1. Components
    • Create UTIRHealthComponent (Implements ITirDamageable).
    • Create UTIRWeaponComponent (Spawning logic).
  2. Actors
    • Create ATIRProjectileBase (Movement + Collision).
  3. Logic
    • Handle TakeDamage calls.
    • Broadcast OnDeath event.

Acceptance Criteria

  • Player can fire a projectile.
  • Projectile destroys itself on impact.
  • Target dummy receives damage logs.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions