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
  • remount

remount · Changes

Page history
Reformatted, added title bar, updated header, Fixed example for updated syntax, colorized example. authored Oct 20, 2023 by Dante's avatar Dante
Hide whitespace changes
Inline Side-by-side
Showing with 17 additions and 20 deletions
+17 -20
  • skills/mechanics/remount.md skills/mechanics/remount.md +17 -20
  • No files found.
skills/mechanics/remount.md
View page @ 2c22d500
Mechanic: Remount
================= =================
## Description:
Causes the casting mob to remount the mob it spawned riding. Causes the casting mob to remount the mob it spawned riding.
Notes This move won't work if the rider's mount has despawned or is
-----
Obviously this move won't work if the rider's mount has despawned or is
killed. killed.
Examples ## Examples:
--------
This example is a Mythic Mob named Rider, riding a Horse. When damaged, This example is a Mythic Mob named Rider, riding a Horse. When damaged,
the Rider dismounts the horse. When right clicked, the Rider will get the Rider dismounts the horse. When right clicked, the Rider will get
back onto the horse. back onto the horse.
```yaml
Rider: Rider:
Mobtype: skeleton Type: skeleton
Display: 'Rider' Display: 'Rider'
Health: 12 Health: 12
Mount: TestHorse Mount: TestHorse
Skills: Skills:
- dismount ~onDamaged - dismount ~onDamaged
- remount ~onInteract - remount ~onInteract
TestHorse: TestHorse:
Mobtype: horse Type: horse
Display: 'Test Horse' Display: 'Test Horse'
Health: 20 Health: 20
```
\ No newline at end of file
Clone repository
Home
Changelogs
Premium Features
Commands and Permissions
FAQ / Common Issues
Mythic Add-ons
Compatible Plugins
API Information
Packs
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
  • 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
Stats
  • Custom Stat Options
  • Modifiers
  • Built in Stats
Examples
Useful Tips