Description
Checks if the target entity is a passenger of a model
Attributes
This mechanic has no attributes
Examples
This will check if the casting entity is a passenger of a modeled entity, and if so, heal the modeled entity.
ExampleSkill:
Conditions:
- ridingmodel true
Skills:
- heal{a=10} @mountedmodel
The following skill will check if the target entity is a passenger of a modeled entity, and if so, ignite the modeled entity.
ExampleSkill:
TargetConditions:
- ridingmodel true
Skills:
- sudoskill{s=[
- ignite @mountedmodel
]}