Mechanic
raytrace
PREMIUMExecutes a skill with the result of a raytrace
Configuration Fields (1)
| Name | Type | Default | Description |
|---|---|---|---|
| raytraceConditions rconditions, rcond, rc | List<SkillCondition> | NONE | Conditions 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
