Changes
Page history
changed DamageAmount and DamageCause type from Entity to Meta
authored
May 15, 2023
by
Lxlp
Show whitespace changes
Inline
Side-by-side
Skills/Conditions.md
View page @
6b5a4f61
...
@@ -119,8 +119,8 @@ Conditions
...
@@ -119,8 +119,8 @@ Conditions
|
[
Color
](
/skills/conditions/color
)
| Entity | Tests the entity's colors |
|
[
Color
](
/skills/conditions/color
)
| Entity | Tests the entity's colors |
|
[
Crouching
](
/skills/conditions/crouching
)
| Entity | Whether or not the target entity is crouching |
|
[
Crouching
](
/skills/conditions/crouching
)
| Entity | Whether or not the target entity is crouching |
|
[
Cuboid
](
/skills/conditions/cuboid
)
| Compare | Whether the target is within the given cuboid between location1 x location2 |
|
[
Cuboid
](
/skills/conditions/cuboid
)
| Compare | Whether the target is within the given cuboid between location1 x location2 |
|
[
DamageAmount
](
/skills/conditions/DamageAmount
)
|
Entity
| Checks for a range of damage taken |
|
[
DamageAmount
](
/skills/conditions/DamageAmount
)
|
Meta
| Checks for a range of damage taken |
|
[
DamageCause
](
/skills/conditions/DamageCause
)
|
Entity
| Checks the type of the damage cause |
|
[
DamageCause
](
/skills/conditions/DamageCause
)
|
Meta
| Checks the type of the damage cause |
|
[
Dawn
](
/skills/conditions/dawn
)
| Location | If the time is dawn, from 22000 to 2000 in-game time |
|
[
Dawn
](
/skills/conditions/dawn
)
| Location | If the time is dawn, from 22000 to 2000 in-game time |
|
[
Day
](
/skills/conditions/day
)
| Location | If the time is day, from 2000 to 10000 in-game time |
|
[
Day
](
/skills/conditions/day
)
| Location | If the time is day, from 2000 to 10000 in-game time |
|
[
Distance
](
/skills/conditions/distance
)
| Compare | Whether the distance between the caster and target is within the given range |
|
[
Distance
](
/skills/conditions/distance
)
| Compare | Whether the distance between the caster and target is within the given range |
...
...
...
...