|
|
## Description
|
|
|
Targets the passengers of the casting modeled entity
|
|
|
|
|
|
|
|
|
## Attributes
|
|
|
| Attribute | Aliases | Description | Default |
|
|
|
|-----------|-----------|----------------------------------------------------------------------|---------|
|
|
|
| modelid | model, mid, m | The id of the model of the modeled entity to check against | |
|
|
|
| pbone | p, seat | The name of the seat(s) to check for | |
|
|
|
|
|
|
|
|
|
## Examples
|
|
|
The following metaskill will heal every passenger of the modeled entity that is seated at the specified seat(s), if they are players.
|
|
|
```yaml
|
|
|
ExampleSkill1:
|
|
|
Skills:
|
|
|
- skill:ExampleSkill2 @modelpassengers{mid=your_model;p=seat1,seat3}
|
|
|
|
|
|
ExampleSkill2:
|
|
|
TargetConditions:
|
|
|
- isPlayer true
|
|
|
Skills:
|
|
|
- heal{a=10}
|
|
|
``` |
|
|
\ No newline at end of file |