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 152
    • Issues 152
    • 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
  • Wiki
    • Skills
    • Mechanics
  • aura

aura · Changes

Page history
added mergeSameCaster default value - following geomorphic suggestion authored May 27, 2025 by Lxlp's avatar Lxlp
Hide whitespace changes
Inline Side-by-side
Showing with 2 additions and 2 deletions
+2 -2
  • skills/mechanics/aura.md skills/mechanics/aura.md +2 -2
  • No files found.
skills/mechanics/aura.md
View page @ fe784c26
......@@ -17,17 +17,17 @@ duration and can also be used in other mechanics and conditions.
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| auraName | aura, b, buff, buffname, debuff, debuffname, n, name | Optional name, required to use associated mechanics & conditions that reference a specific aura. Given a random UUID if not defined. | |
| auratype | auragroup, group, type, g | The type of the aura. It's similar to its name | |
| onStartSkill | onStart, os | Meta-Skill executed when the aura first starts |<!--type:Metaskill-->|
| onTickSkill | onTick, ot | Meta-Skill executed every [interval] ticks on the affected entity|<!--type:Metaskill-->|
| onEndSkill | onEnd, oe | Meta-Skill executed when the aura ends |<!--type:Metaskill-->|
| ShowBarTimer | bartimer, bt| If set, the aura will display a bar for caster during it | false |
| auratype | auragroup, group, type, g | The type of the aura. It's similar to its name | |
| Charges | c | If set, the aura will fade when it hits zero charges. Modifiable by other mechanics. | 0 |
| Duration | ticks, t, d, time, t | The max duration (in ticks) the aura will persist. | 200 |
| Interval | i | How often (in ticks) the aura fires its onTick skill | 1 |
| maxStacks | ms | How many times the aura stacks on the same targeted entity if applied multiple times | 1 |
| refreshDuration | rd | Makes the aura's duration refresh to the amount defined in the mechanic should the entity have the same aura applied to it again | true |
| mergeSameCaster | msc, mc | Merges all auras of the same name applied by one entity to another into one aura (Prevents a mob from being able to stack an aura multiple times on the same entity) | |
| mergeSameCaster | msc, mc | Merges all auras of the same name applied by one entity to another into one aura (Prevents a mob from being able to stack an aura multiple times on the same entity) | `false` if any among `mergeAll`, `overwriteAll` or `overwriteSameCaster` is `true` |
| mergeAll | ma | Merges all auras of the same name applied by any and all entities to another into one aura (Prevents multiple mobs from being able to stack an aura multiple times on the same entity)| false |
| overwriteSameCaster | osc, oc | When applied, stops all of the same auras applied on the target by the same caster and replaces them with the new aura (cannot be used with merge options) | false |
| overwriteAll | overwrite, ow | When applied, stops all of the same auras applied on the target and replaces them with the new aura (cannot be used with merge options) | false |
......
Clone repository
Home
Changelogs
Premium Features
Commands and Permissions
Mythic Add-ons
Compatible Plugins
API Information
Config Files

Guides
  • Troubleshooting
  • FAQ / Common Issues
  • Examples
Packs

MythicScribe MythicScribe - VSCode Extension

Mobs
  • Mob Options
    • Display Options
  • Mob Levels
  • Mob Factions
  • Power Scaling
  • Damage Modifiers
  • Equipment
  • BossBar
  • Custom AI
  • Custom Kill Messages
  • Threat Tables
  • Immunity Tables
  • Templates
  • Vanilla Overrides
  • Extra: Disguises
  • Extra: ModelEngine

Skills
  • Mechanics
    • Mechanics by Tag
  • Targeters
    • Filters
  • Triggers
  • Conditions
    • In-line conditions
  • Metaskills
  • Placeholders
  • Variables

Items
  • Options
  • Attributes
  • Enchantments
  • Potions
  • Banner Layers
  • Firework

Drops & DropTables
  • Drops
  • DropTables
  • FancyDrops

Spawning
  • Spawners
  • Random Spawns

Stats
  • Custom Stat Options
  • Modifiers
  • Built in Stats

Other
  • Particles Types
  • Audience
  • Equipment Slots
  • Pins
Technical
  • Math
  • Item Matcher
  • Operations
    • Attribute Operations
    • Stats Modifiers
  • SkillTree
  • Advanced User Guides and Techniques