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 132
    • Issues 132
    • 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
  • #1636

Closed
Open
Created Jun 26, 2024 by IonTech@I0nTech

modifyDamage Mechanic does not work on onDamaged and onAttack auras

Title - Tested with the skills attached.

Expected behavior for test-damagemod-exec is for the targeted mob to take 3x damage for the next 10 seconds. Actual behavior: Nothing happens.

Expected behavior for test-damagemod2-exec is for the caster to deal 3x damage for the next 10 seconds. Actual behavior: Nothing happens.

This makes creating temporary stat buffs/debuffs much more complicated if not entirely impractical. A fix would be appreciated.

test-damagemod-exec:
  Skills:
  - skill{s=test-damagemod-apply;sync=true} @target

test-damagemod-apply:
  Skills:
  - onDamaged{
      auraName=test-damagemod;d=500;msc=true;ma=true;interval=1;
      onHit=[ - modifyDamage{a=3;modifier=MULTIPLY} @trigger ];
      onTick=[ - e:p{p=flame;a=1;speed=0.2;y=1} ]} 

test-damagemod2-exec:
  Skills:
  - skill{s=test-damagemod2-apply;sync=true} @self
  
test-damagemod2-apply:
  Skills:
  - onAttack{
      auraName=test-damagemod;d=500;msc=true;ma=true;interval=1;
      onHit=[ - modifyDamage{a=3;modifier=MULTIPLY} ];
      onTick=[ - e:p{p=flame;a=1;speed=0.2;y=1} ]} 

Using Paper 1.20.4 Latest, MythicMobs 5.6.2 Premium Stable, Crucible 2.0 Stable.

Edited Jun 26, 2024 by IonTech
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking