|
=================
|
|
## Description
|
|
|
|
|
|
## Description:
|
|
|
|
Causes the casting mob to remount the mob it spawned riding.
|
|
Causes the casting mob to remount the mob it spawned riding.
|
|
|
|
|
|
This move won't work if the rider's mount has despawned or is
|
|
This move won't work if the rider's mount has despawned or is
|
|
killed.
|
|
killed.
|
|
|
|
|
|
## Examples:
|
|
|
|
|
|
|
|
|
|
## Attributes
|
|
|
|
> *This mechanic has no attributes*
|
|
|
|
|
|
|
|
|
|
|
|
## 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.
|
... | @@ -18,8 +20,8 @@ Rider: |
... | @@ -18,8 +20,8 @@ Rider: |
|
Health: 12
|
|
Health: 12
|
|
Mount: TestHorse
|
|
Mount: TestHorse
|
|
Skills:
|
|
Skills:
|
|
- dismount ~onDamaged
|
|
- dismount ~onDamaged
|
|
- remount ~onInteract
|
|
- remount ~onInteract
|
|
TestHorse:
|
|
TestHorse:
|
|
Type: horse
|
|
Type: horse
|
|
Display: 'Test Horse'
|
|
Display: 'Test Horse'
|
... | | ... | |