added originDistanceFromPin condition authored by Lxlp's avatar Lxlp
...@@ -254,6 +254,7 @@ Links to conditions added by addon plugins. Any conditions from these links will ...@@ -254,6 +254,7 @@ Links to conditions added by addon plugins. Any conditions from these links will
| [OffGCD](/skills/conditions/offgcd) | Entity | Checks if the target mob has an active Global Cooldown | | [OffGCD](/skills/conditions/offgcd) | Entity | Checks if the target mob has an active Global Cooldown |
| [OnBlock](/skills/conditions/onblock) | Location | Matches the block the target entity is standing on | | [OnBlock](/skills/conditions/onblock) | Location | Matches the block the target entity is standing on |
| [OnGround](/skills/conditions/onground) | Entity | If the target entity is standing on solid ground | | [OnGround](/skills/conditions/onground) | Entity | If the target entity is standing on solid ground |
| [OriginDistanceFromPin](/skills/conditions/OriginDistanceFromPin) | Location | Checks if the origin is within a certain distance of a specified pin |
| [OriginLocation](/skills/conditions/OriginLocation) | Meta | Checks if the origin is at a given location | | [OriginLocation](/skills/conditions/OriginLocation) | Meta | Checks if the origin is at a given location |
| [Outside](/skills/conditions/outside) | Location | If the target has open sky above them | | [Outside](/skills/conditions/outside) | Location | If the target has open sky above them |
| [Owner](/skills/conditions/owner) | Compare | Checks if the target entity is the owner of the caster | | [Owner](/skills/conditions/owner) | Compare | Checks if the target entity is the owner of the caster |
... ...
......