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