Mechanic

raytrace

PREMIUM

Executes a skill with the result of a raytrace

Configuration Fields (1)

NameTypeDefaultDescription
raytraceConditions
rconditions, rcond, rc
List<SkillCondition>NONEConditions applied to the bounce target

Examples & Notes

Examples

MyRaytraceSkill:
  Skills:
  - raytrace{
      entitySkill=[
        - damage{amount=20}
      ];
      headshotSkill=[
        - effect:particles{particle=reddust;color=#ff0000}
      ];
      locationSkill=[
        - particles{p=flame;a=20;s=0.2;hS=0.1;vS=0.1}
      ];
      raytraceConditions=[
        - samefaction false
      ]} @targetlocation ~onUse

Universal Mechanic Options

Mentioned by

Author:
Ashijin
Community-maintained documentation for the Mythic plugin ecosystem.