Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
MythicMobs MythicMobs
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 145
    • Issues 145
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • MythicCraft
  • MythicMobsMythicMobs
  • Issues
  • #1547

Closed
Open
Created Mar 21, 2024 by Contik UA@ContikReporter

onDamaged aura damageMultiplier doesn't work

Summary

Damaging entity with onDamaged aura applied with damage mechanic does not account for damageMultiplier attribute.

Steps to reproduce

Provide a full set of steps used to reproduce the bug, including links to SEPARATE Pastebin pastes for each relevant configuration file.

Current behavior

Skill below returns ~10 damage when casted

 Damage_Debug:
   Skills:
   - onDamaged{d=200;m=0.5}
   - damage{a=10} 

But using damageSub attribute like in example below works correctly

 Damage_Debug_Sub:
   Skills:
   - onDamaged{d=200;sub=5}
   - damage{a=10}

Intended correct behavior

DamageMultiplier should affect incoming damage from damage mechanic

Server log file

Debug log snippet

Proposed fixes

Edited Mar 21, 2024 by Contik UA
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking