|
## Description
|
|
## Description
|
|
Causes the casting mob to summon a specified MythicMob and mount it.
|
|
Causes the casting mob to summon a specified MythicMob and mount it. The caster will be set as both the [owner](Skills/Targeters/Owner) and the [parent](Skills/Targeters/Parent) of the summoned mob.
|
|
|
|
|
|
|
|
|
|
## Attributes
|
|
## Attributes
|
|
| Attribute | Aliases | Description | Default |
|
|
| Attribute | Aliases | Description | Default |
|
|
|-----------|-----------|----------------------------------------------------------------------|---------|
|
|
|-----------|-----------|----------------------------------------------------------------------|---------|
|
|
| type | t | The type of MythicMob to summon | |
|
|
| type | t | The type of MythicMob to summon | |
|
|
|
|
| stack | s | If the summoned mob should stack atop existing mounted entities | false |
|
|
|
|
|
|
### Type Attribute
|
|
### Type Attribute
|
|
The MythicMob defines in type must be a valid MythicMob type (and is
|
|
The MythicMob defines in type must be a valid MythicMob type (and is
|
... | @@ -21,3 +22,7 @@ CallSkeletalHorse: |
... | @@ -21,3 +22,7 @@ CallSkeletalHorse: |
|
Skills:
|
|
Skills:
|
|
- mount{type=UndeadMount}
|
|
- mount{type=UndeadMount}
|
|
```
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
## Aliases
|
|
|
|
- [x] vehicle |
|
|
|
\ No newline at end of file |