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 143
    • Issues 143
    • 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
  • #695

Closed
Open
Created Feb 03, 2022 by Kichiro72@Kichiro72

auras ignore cooldown

All auras ignoring cooldown and starts every time ~onAttack/onDamaged/...

in this simple expamle mob deals 5.5 damage with effects every their Attack (skeleton attacks about once per second) even though the cooldown is set to 8 seconds

Skeleton:
  Type: SKELETON
  Skills:
    - skill{s=Skeleton_PowerSmash} @Self ~onAttack
Skeleton_PowerSmash:
  Cooldown: 8
  Skills:
    - onAttack{
        cE=true;auraname=PowerSmash;
        onHit=[
          - damage{a=5.5}
          - particles{
              p=reddust;c=#B71C1C;a=10;hS=1.05;vS=1.05}
        ];
      }
Edited Feb 03, 2022 by Kichiro72
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking