... | ... | @@ -7,7 +7,7 @@ Checks if the target entity is the driver of a model |
|
|
|
|
|
|
|
|
## Examples
|
|
|
This will check if the casting entity is driving a model, and if so, heal it.
|
|
|
This will check if the casting entity is driving a modeled entity, and if so, heal the modeled entity.
|
|
|
```yaml
|
|
|
ExampleSkill:
|
|
|
Conditions:
|
... | ... | @@ -18,7 +18,7 @@ ExampleSkill: |
|
|
|
|
|
##
|
|
|
|
|
|
The following skill will check if the target entity is the driver of a modeled entity, and if so, ignite it.
|
|
|
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:
|
... | ... | |