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 136
    • Issues 136
    • 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
  • damage

damage · Changes

Page history
Added DamageTags section to its own container. authored Aug 31, 2023 by Dante's avatar Dante
Hide whitespace changes
Inline Side-by-side
Showing with 6 additions and 5 deletions
+6 -5
  • skills/mechanics/damage.md skills/mechanics/damage.md +6 -5
  • No files found.
skills/mechanics/damage.md
View page @ baf7b37b
...@@ -49,17 +49,18 @@ DamageModTest: ...@@ -49,17 +49,18 @@ DamageModTest:
``` ```
These options can also be used in the "onDamaged" aura, using the `damageMods="FIRE 0.5"` attribute. These options can also be used in the "onDamaged" aura, using the `damageMods="FIRE 0.5"` attribute.
### Damage Tags (5.4.0)
```yaml
- damage{amount=5;tags=WITCHCURSES}
```
This allows you to set any tag you want on this type of damage to be used with the [DamageTag](https://git.mythiccraft.io/mythiccraft/MythicMobs/-/wikis/wikis/skills/conditions/damagetag) condition.
## Examples ## Examples
```yaml ```yaml
Skills: Skills:
- damage{amount=20;ignoreArmor=true} @target ~onTimer:20 - damage{amount=20;ignoreArmor=true} @target ~onTimer:20
``` ```
```yaml ```yaml
# Damage tags (5.4.0)
- damage{amount=5;tags=WITCHCURSES}
This allows you to set any tag you want on this type of damage to be used with conditions.
```
```yaml
FreezeBlast: FreezeBlast:
Skills: Skills:
- effect:sound{s=block.fire.extinguish;v=1;p=0.5} @PIR{r=6} - effect:sound{s=block.fire.extinguish;v=1;p=0.5} @PIR{r=6}
......
Clone repository
Home
Changelogs
Premium Features
Commands and Permissions
FAQ / Common Issues
Mythic Add-ons
Compatible Plugins
API Information
Packs
Mobs
  • Mob 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
  • Effects
  • Targeters
    • Filters
  • Triggers
  • Conditions
    • In-line conditions
  • Metaskills
  • Placeholders
  • Variables
  • Math
Items
  • Options
  • Attributes
  • Enchantments
  • Potions
  • Banner Layers
  • Firework
Drops & DropTables
  • Drop Types
Spawning
  • Spawners
  • Random Spawns
Examples
Useful Tips