Changes
Page history
wiki standardization
authored
Oct 21, 2024
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
Skills/Targeters/ModelPassengers.md
0 → 100644
View page @
058ef9f7
## 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