Changes
Page history
added TriggerBlockType condition
authored
Dec 22, 2023
by
Lxlp
Show whitespace changes
Inline
Side-by-side
Skills/Conditions.md
View page @
489966ab
...
...
@@ -259,6 +259,7 @@ Conditions
|
[
TargetNotWithin
](
/skills/conditions/targetnotwithin
)
| Entity | Tests if the target's target is not within a certain distance |
|
[
Targets
](
/skills/conditions/targets
)
| Meta | Tests if the number of inherited targets from the parent skilltree matches the given range. |
|
[
Thundering
](
/skills/conditions/thundering
)
| Location | If it's thundering in the target world |
|
[
TriggerBlockType
](
/skills/conditions/TriggerBlockType
)
| Meta | Checks against the material type that triggered the skill |
|
[
VariableEquals
](
/skills/conditions/variableequals
)
| Meta | Checks if the given variable has a particular value. |
|
[
VariableInRange
](
/skills/conditions/variableinrange
)
| Meta | Checks if the given numeric variable is within a certain range. |
|
[
VariableIsSet
](
/skills/conditions/variableisset
)
| Meta | Checks if the given variable is set. |
...
...
...
...