added stopconditions attribute authored by Lxlp's avatar Lxlp
...@@ -54,6 +54,7 @@ It is of importance to note that other mechanics (such as [Missile](/skills/mech ...@@ -54,6 +54,7 @@ It is of importance to note that other mechanics (such as [Missile](/skills/mech
| HitTargetOnly | hto | Whether the projectile can **only** hit the mechanic's target | false | | HitTargetOnly | hto | Whether the projectile can **only** hit the mechanic's target | false |
| ImmuneDelay | immune, id | Sets the immunity delay (when the target can be hit by the projectile again) | 2000 | | ImmuneDelay | immune, id | Sets the immunity delay (when the target can be hit by the projectile again) | 2000 |
| hitConditions | conditions, cond, c | A list of conditions that a target must meet in order for the projectile to be able to hit it. **Premium Only** Mechanic | | | hitConditions | conditions, cond, c | A list of conditions that a target must meet in order for the projectile to be able to hit it. **Premium Only** Mechanic | |
| stopconditions | stpcond | A list of conditions that a target must meet in order for the projectile to end when hitting them | null |
| fromorigin | fo | Whether the projectile should start from the origin of the mechanic | false | | fromorigin | fo | Whether the projectile should start from the origin of the mechanic | false |
| requireLineOfSight | rlos, los | Whether the starting point must have line-of-sight to the origin. Values can be `true`, `false`, `PLAYERS_ONLY` | PLAYERS_ONLY | | requireLineOfSight | rlos, los | Whether the starting point must have line-of-sight to the origin. Values can be `true`, `false`, `PLAYERS_ONLY` | PLAYERS_ONLY |
| drawHitbox | | Draw the hitbox of the projectile, useful for debugging | false | | drawHitbox | | Draw the hitbox of the projectile, useful for debugging | false |
... ...
......