Skip to content
GitLab
Explore
Sign in
Register
MythicCraft
Model Engine 4
Wiki
Mythicmobs
Mechanics
Model
State
State
· Changes
Page history
Added example
authored
Jul 26, 2023
by
Ticxo
Hide whitespace changes
Inline
Side-by-side
MythicMobs/mechanics/model/State.md
View page @
a16d60f9
...
@@ -82,7 +82,14 @@ To fix this, we will have to:
...
@@ -82,7 +82,14 @@ To fix this, we will have to:
```
yaml
```
yaml
Skills
:
Skills
:
-
(wip)
-
skill{s=[
- cancelevent
- skill{s=[
- state{s=attack} @self
- delay
5
-
damage{a=2;type=ATTACK} @EIC{r=3;a=180;conditions=[ - isPlayer{}
true
]}
]
;cooldown=1}
]
;sync=true} ~onAttack
```
```
---
---
...
...