Mechanic
slash
Creates a slash
Configuration Fields (26)
| Name | Type | Default | Description |
|---|---|---|---|
| points p | PlaceholderInt | 10 | Amount of points in the arc |
| duration d | PlaceholderDuration | 0 | Number of iterations |
| width w | PlaceholderDouble | 1 | The width of the arc |
| height h | PlaceholderDouble | 1 | The height of the arc |
| angle a, arc | PlaceholderDouble | 180 | The size of the arc in degrees |
| xOffset xo, x | PlaceholderDouble | 0 | X-axis offset |
| yOffset yo, y | PlaceholderDouble | 0 | Y-axis offset |
| zOffset zo, z | PlaceholderDouble | 0 | Z-axis offset |
| targetxOffset xo, x | PlaceholderDouble | 0 | Target X-axis offset |
| targetyOffset yo, y | PlaceholderDouble | 0 | Target Y-axis offset |
| targetzOffset zo, z | PlaceholderDouble | 0 | Target Z-axis offset |
| forwardOffset foffset, fo | PlaceholderDouble | 0 | Forward offset |
| pitch | PlaceholderDouble | 0 | The pitch rotation |
| yaw | PlaceholderDouble | 0 | The yaw rotation |
| roll | PlaceholderDouble | 0 | The roll rotation |
| radius | PlaceholderDouble | 1 | The hit radius |
| specificStep ss | PlaceholderInt | — | The specific step index of the slash to use |
| onPointSkill onpoint, op | String | — | Skill triggered at each point |
| onEndSkill onend, oe | String | — | Skill triggered at the end |
| onStartSkill onstart, os | String | — | Skill triggered at the start |
| onHitEntitySkill onhitentity, ohe, oh | String | — | Skill triggered when it hits an entity |
| rotation rot | String | 0,0,0 | The rotation of the cube, in the x,y,z format |
| matchCasterDirection matchPlayerDirection, matchDirection, mcd, mpd, md, direction | boolean | false | Match the caster's direction |
| directionTowardsTarget | boolean | false | If the yaw/pitch should be calculated to aim to the target |
| fromOrigin | boolean | false | Calculate the arc from the origin |
| hitConditions conditions, cond, c, oC, hC | List<SkillCondition> | NONE | Conditions applied to the hit target |
Universal Mechanic Options
Mentioned by
- Author:
- Seyarada