|
|
## Description
|
|
|
Checks if the target entity is the driver of a model
|
|
|
|
|
|
|
|
|
## Attributes
|
|
|
>*This mechanic has no attributes*
|
|
|
|
|
|
|
|
|
## Examples
|
|
|
This will check if the casting entity is driving a modeled entity, and if so, heal the modeled entity.
|
|
|
```yaml
|
|
|
ExampleSkill:
|
|
|
Conditions:
|
|
|
- drivingmodel true
|
|
|
Skills:
|
|
|
- heal{a=10} @mountedmodel
|
|
|
```
|
|
|
|
|
|
##
|
|
|
|
|
|
The following skill will check if the target entity is the driver of a modeled entity, and if so, ignite the modeled entity.
|
|
|
```yaml
|
|
|
ExampleSkill:
|
|
|
TargetConditions:
|
|
|
- drivingmodel true
|
|
|
Skills:
|
|
|
- sudoskill{s=[
|
|
|
- ignite @mountedmodel
|
|
|
]}
|
|
|
``` |
|
|
\ No newline at end of file |