Mounted Model

Description

Targets the modeled entity the caster is currently mounting, both as a driver or a passenger

Attributes

This targeter has no attributes

Examples

The following metaskill will either heal or ignite the modeled entity the caster is riding, depending on it being respectively a driver or a passenger

ExampleSkill1:
  Conditions:
  - ridingmodel castinstead ExampleSkill2
  - drivingmodel true
  Skills:
  - heal{a=10} @mountedmodel

ExampleSkill2:
  Skills:
  - ignite @mountedmodel
Updated Aug 19, 2026