Changes
Page history
added missing hyperlink
authored
Feb 01, 2024
by
Lxlp
Show whitespace changes
Inline
Side-by-side
Skills/Triggers.md
View page @
a644d9c2
...
...
@@ -229,7 +229,7 @@ EXAMPLE_MOB:
```
#### ~onEnterCombat
Executes the skill when the mob enters combat.
**REQUIRES [ThreatTables]
(/Mobs/ThreatTables)
to be enabled**
Executes the skill when the mob enters combat.
**REQUIRES [ThreatTables] to be enabled**
```
yml
EXAMPLE_MOB
:
Type
:
CHICKEN
...
...
@@ -242,7 +242,7 @@ EXAMPLE_MOB:
```
#### ~onDropCombat
Executes the skill when the mob drops combat.
**REQUIRES [ThreatTables]
(/Mobs/ThreatTables)
to be enabled**
Executes the skill when the mob drops combat.
**REQUIRES [ThreatTables] to be enabled**
```
yml
EXAMPLE_MOB
:
Type
:
CHICKEN
...
...
@@ -433,3 +433,7 @@ ExampleMob:
-
damage @PIR{r=10} ~onTimer:20
-
message{m="Get damaged! MUHAHAHA"} @trigger ~onSkillDamage
```
<!-- LINKS -->
[
ThreatTables
]:
Mobs/ThreatTables
\ No newline at end of file