Changes
Page history
added Universal Attributes examples
authored
Oct 08, 2023
by
Lxlp
Show whitespace changes
Inline
Side-by-side
Skills/Mechanics.md
View page @
eb984e8a
...
@@ -268,6 +268,15 @@ The following attributes are applicable to all mechanics.
...
@@ -268,6 +268,15 @@ The following attributes are applicable to all mechanics.
| targetcreative | | Whether to target creative players | false |
| targetcreative | | Whether to target creative players | false |
| splitPower | powersplit | Whether to split the power between targets | false |
| splitPower | powersplit | Whether to split the power between targets | false |
### Examples
```
yaml
ExampleMob
:
Type
:
ZOMBIE
Skills
:
-
message{m="This message will only be shown once every 5 seconds!";cooldown=5} @trigger ~onInteract
-
message{m="This one 5 times in a row over 2 seconds!";repeat=4;repeatInterval=10} @trigger ~onInteract
```
<!--
<!--
Upcoming Mechanics
Upcoming Mechanics
------------------
------------------
...
...
...
...